k3s/pkg/kubelet/container
Yu-Ju Hong 3837a016ef kubelet: remove the --docker-exec-handler flag
Stop supporting the "nsenter" exec handler. Only the Docker native exec
handler is supported.

The flag was deprecated in Kubernetes 1.6 and is safe to remove
in Kubernetes 1.9 according to the deprecation policy.
2017-09-22 12:13:31 -07:00
..
testing Change StatsProvider interface to provide container stats from either cadvisor or CRI and implement this interface using cadvisor 2017-08-25 13:11:26 -07:00
BUILD Change StatsProvider interface to provide container stats from either cadvisor or CRI and implement this interface using cadvisor 2017-08-25 13:11:26 -07:00
cache.go
cache_test.go
container_gc.go trigger aggressive container garbage collection when under disk pressure 2017-06-03 07:52:36 -07:00
container_reference_manager.go revert workaround in PR 46246 as APIs have been consistent 2017-07-09 20:38:01 +08:00
helpers.go cleanup the conversion of ObjectReference 2017-07-18 12:47:03 +08:00
helpers_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
os.go Use chmod to bypass umask on termination log file 2017-01-23 12:26:37 -05:00
pty_linux.go
pty_unsupported.go
ref.go Move pkg/api/v1/ref -> client-go/tools/reference 2017-07-18 22:45:43 +02:00
ref_test.go Manual changes. 2017-07-17 15:05:37 -07:00
resize.go Move client/unversioned/remotecommand to client-go 2017-05-15 16:28:56 +03:00
runtime.go kubelet: remove the --docker-exec-handler flag 2017-09-22 12:13:31 -07:00
runtime_cache.go
runtime_cache_fake.go
runtime_cache_test.go
sync_result.go
sync_result_test.go