mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Add warning to skip v1.6.0 if you use kubeadm.
This commit is contained in:
parent
e2d011e455
commit
0fd3120b84
@ -590,6 +590,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