mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
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.
This commit is contained in:
commit
b8299d010b
@ -642,6 +642,8 @@ Also, please note:
|
||||
* 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.
|
||||
* 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
|
||||
* Authorization plugins can be installed by kubeadm, including the new default of RBAC
|
||||
* The bootstrap token system now allows token management and expiration
|
||||
|
Loading…
Reference in New Issue
Block a user