k3s/pkg/kubelet/dockershim
Kubernetes Submit Queue af411e387a Merge pull request #52287 from yujuhong/rm-nsenter
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>..

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.

**What this PR does / why we need it**:

**Which issue this PR fixes** : fixes #40229

**Special notes for your reviewer**:
N/A

**Release note**:

```release-note
Remove the --docker-exec-handler flag. Only native exec handler is supported.
```
2017-09-25 12:22:57 -07:00
..
cm Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
errors Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
fixtures/seccomp
libdocker dockershim: remove support for legacy containers 2017-09-11 08:44:27 -07:00
remote Merge pull request #46105 from sjenning/update-conatiner-resource-cri 2017-08-11 14:14:00 -07:00
testing Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
BUILD Merge pull request #52287 from yujuhong/rm-nsenter 2017-09-25 12:22:57 -07:00
checkpoint_store.go dockershim: check if f.Sync() returns an error and surface it 2017-09-07 16:05:02 -07:00
checkpoint_store_test.go
convert.go
convert_test.go
doc.go
docker_checkpoint.go
docker_checkpoint_test.go
docker_container.go dockershim: remove support for legacy containers 2017-09-11 08:44:27 -07:00
docker_container_test.go Merge pull request #49107 from edevil/try_remove_old_log 2017-07-20 15:08:17 -07:00
docker_image.go Fix CRI container/imagefs stats. 2017-09-18 07:48:20 +00:00
docker_image_test.go
docker_sandbox.go Merge pull request #52864 from dcbw/dockershim-fix-net-teardown 2017-09-24 04:32:12 -07:00
docker_sandbox_test.go
docker_service.go Merge pull request #52287 from yujuhong/rm-nsenter 2017-09-25 12:22:57 -07:00
docker_service_test.go dockershim: remove support for legacy containers 2017-09-11 08:44:27 -07:00
docker_stats.go Fix CRI container/imagefs stats. 2017-09-18 07:48:20 +00:00
docker_streaming.go Fix TODO: rename podInfraContainerID to podSandboxID 2017-07-20 17:45:55 -07:00
exec.go kubelet: remove the --docker-exec-handler flag 2017-09-22 12:13:31 -07:00
helpers.go Use credentials from providers for docker sandbox image 2017-09-09 07:02:04 +08:00
helpers_linux.go Rename runtime/default to docker default 2017-08-13 15:42:15 +08:00
helpers_linux_test.go Rename runtime/default to docker default 2017-08-13 15:42:15 +08:00
helpers_test.go Use credentials from providers for docker sandbox image 2017-09-09 07:02:04 +08:00
helpers_unsupported.go Use seccomp from security context 2017-08-13 15:42:15 +08:00
helpers_windows.go Fix make cross build failure 2017-08-15 14:25:35 -04:00
naming.go
naming_test.go
security_context.go Merge pull request #47019 from jessfraz/allowPrivilegeEscalation 2017-07-31 16:56:58 -07:00
security_context_test.go
selinux_util.go
selinux_util_test.go