k3s/hack/verify-flags
Kubernetes Submit Queue e2042bb81b Merge pull request #41583 from verb/sharedpid
Automatic merge from submit-queue (batch tested with PRs 41583, 45117, 45123)

Implement shared PID namespace in the dockershim

**What this PR does / why we need it**: Defaults the Docker CRI to using a shared PID namespace for pods. Implements proposal in https://github.com/kubernetes/community/pull/207 tracked by #1615.

//cc @dchen1107 @vishh @timstclair 

**Special notes for your reviewer**: none

**Release note**:
```release-note
Some container runtimes share a process (PID) namespace for all containers in a pod. This will become the default for Docker in a future release of Kubernetes. You can preview this functionality if running with the CRI and Docker 1.13.1 by enabling the --experimental-docker-enable-shared-pid kubelet flag.
```
2017-04-28 20:15:03 -07:00
..
OWNERS Adds owners for hack/verify-flags 2017-02-21 11:34:05 -03:00
exceptions.txt add support for kube-proxy cluster-cidr option 2017-04-14 10:45:23 -05:00
excluded-flags.txt
known-flags.txt Merge pull request #41583 from verb/sharedpid 2017-04-28 20:15:03 -07:00