Files
kubernetes/pkg/kubelet
Kubernetes Submit Queue fe0e80e8da Merge pull request #60181 from verb/pid-enable
Automatic merge from submit-queue (batch tested with PRs 59463, 59719, 60181, 58283, 59966). 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>.

Set shared PID namespace mode based on PodSpec

**What this PR does / why we need it**: This PR enables pod process namespace sharing as an alpha feature, as described in [Shared PID Namespace Proposal](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/pod-pid-namespace.md).

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
WIP #1615

**Special notes for your reviewer**:
/assign @dchen1107 

**Release note**:

```release-note
When the `PodShareProcessNamespace` alpha feature is enabled, setting `pod.Spec.ShareProcessNamespace` to `true` will cause a single process namespace to be shared between all containers in a pod.
```
2018-02-23 00:34:26 -08:00
..
2018-01-29 15:07:51 -05:00
2018-02-16 13:43:01 -08:00
2017-10-15 18:18:13 -07:00
2018-02-23 01:42:35 +00:00
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2017-06-22 11:31:03 -07:00
2017-06-22 11:31:03 -07:00
2018-02-23 01:42:35 +00:00
2018-02-16 00:51:20 +00:00
2017-07-10 14:05:46 -07:00
2017-07-19 11:33:06 +08:00
2018-01-29 21:44:54 -08:00
2017-12-07 06:24:20 +00:00