From 0fd3120b8450d47a026baaa30f7bb4eadce828a6 Mon Sep 17 00:00:00 2001 From: Anthony Yeh Date: Mon, 3 Apr 2017 14:20:22 -0700 Subject: [PATCH] Add warning to skip v1.6.0 if you use kubeadm. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4680eded34b..7627b6c7e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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