Merge pull request #44280 from yujuhong/add-warning-hostpid

Automatic merge from submit-queue

Modify change log to warn user of the hostpid bug
This commit is contained in:
Kubernetes Submit Queue 2017-04-11 17:25:16 -07:00 committed by GitHub
commit a00498ad05

View File

@ -734,6 +734,9 @@ Also, please note:
* The bootstrap token system now allows token management and expiration
* The [`kubefed` federation bootstrap tool](https://kubernetes.io/docs/tutorials/federation/set-up-cluster-federation-kubefed/) has also graduated to beta.
* Interaction with container runtimes is now through the CRI interface, enabling easier integration of runtimes with the kubelet. Docker remains the default runtime via Docker-CRI (which moves to beta).
* **WARNING:** A [known issue](https://github.com/kubernetes/kubernetes/issues/44041)
in v1.6.0 causes `Pod.Spec.HostPid` (using the host PID namespace for the pod) to always
be false. Please wait for v1.6.2, which will include a fix for this issue.
* Various scheduling features have graduated to beta:
* You can now use [multiple schedulers](https://kubernetes.io/docs/admin/multiple-schedulers/)
* [Nodes](https://kubernetes.io/docs/user-guide/node-selection/#node-affinity-beta-feature) and [pods](https://kubernetes.io/docs/user-guide/node-selection/#inter-pod-affinity-and-anti-affinity-beta-feature) now support affinity and anti-affinity