Files
kubernetes/hack
Kubernetes Submit Queue 77b2e6302c Merge pull request #45236 from verb/sharedpid-2-default
Automatic merge from submit-queue

Enable shared PID namespace by default for docker pods

**What this PR does / why we need it**: This PR enables PID namespace sharing for docker pods by default, bringing the behavior of docker in line with the other CRI runtimes when used with docker >= 1.13.1.

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

**Special notes for your reviewer**: cc @dchen1107 @yujuhong 

**Release note**:

```release-note
Kubernetes now shares a single PID namespace among all containers in a pod when running with docker >= 1.13.1. This means processes can now signal processes in other containers in a pod, but it also means that the `kubectl exec {pod} kill 1` pattern will cause the pod to be restarted rather than a single container.
```
2017-05-10 12:06:01 -07:00
..
2017-03-25 12:16:50 -07:00
2017-05-02 08:43:31 -04:00
2017-02-10 17:00:28 -08:00
2017-02-01 15:18:32 -05:00
2017-04-28 18:51:34 +00:00
2017-05-02 08:43:31 -04:00
2017-04-27 15:01:34 -07:00
2017-03-27 09:56:26 -04:00
2017-05-02 08:43:31 -04:00
2017-03-27 09:44:10 -04:00
2017-04-27 15:01:34 -07:00
2016-12-06 13:45:10 -05:00
2017-05-02 08:43:31 -04:00
2017-05-01 16:43:50 -07:00
2016-12-14 06:03:00 -08:00