Commit b8299d01 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #44004 from enisoc/changelog-kubeadm

Automatic merge from submit-queue Add warning to skip v1.6.0 if you use kubeadm. I'm not sure if this is the right place to put the warning. Suggestions welcome. Ideally it should be near the top and obvious to anyone who uses `kubeadm` but not overly obnoxious for those who don't.
parents 83249d37 0fd3120b
...@@ -642,6 +642,8 @@ Also, please note: ...@@ -642,6 +642,8 @@ Also, please note:
* Kubernetes now supports up to 5,000 nodes via etcd v3, which is enabled by default. * Kubernetes now supports up to 5,000 nodes via etcd v3, which is enabled by default.
* [Role-based access control (RBAC)](https://kubernetes.io//docs/admin/authorization/rbac) has graduated to beta, and defines secure default roles for control plane, node, and controller components. * [Role-based access control (RBAC)](https://kubernetes.io//docs/admin/authorization/rbac) has graduated to beta, and defines secure default roles for control plane, node, and controller components.
* The [`kubeadm` cluster bootstrap tool](https://kubernetes.io/docs/getting-started-guides/kubeadm/) has graduated to beta. Some highlights: * The [`kubeadm` cluster bootstrap tool](https://kubernetes.io/docs/getting-started-guides/kubeadm/) has graduated to beta. Some highlights:
* **WARNING:** A [known issue](https://github.com/kubernetes/kubernetes/issues/43815)
in v1.6.0 causes `kubeadm init` to hang. Please use v1.6.1, which fixes the issue.
* All communication is now over TLS * All communication is now over TLS
* Authorization plugins can be installed by kubeadm, including the new default of RBAC * Authorization plugins can be installed by kubeadm, including the new default of RBAC
* The bootstrap token system now allows token management and expiration * The bootstrap token system now allows token management and expiration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment