summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Philips <brandon@ifup.org>2017-02-02 12:00:36 +0100
committerGitHub <noreply@github.com>2017-02-02 12:00:36 +0100
commitf41fdac6275bddc21da438112f60bbe0d302ef27 (patch)
treecd5221b504af08c6e2fa2abacac8f12f5e265e47
parent980fa6c2905f3e5e5dc5e6fc2351822748e077d4 (diff)
parent9093602a6886d94a7f96e4d11e89df5a905bde38 (diff)
Merge pull request #294 from dmmcquay/master
Corrected state of kubeadm self-host deployment
-rw-r--r--contributors/design-proposals/self-hosted-kubernetes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/self-hosted-kubernetes.md b/contributors/design-proposals/self-hosted-kubernetes.md
index cafbc596..2693ad84 100644
--- a/contributors/design-proposals/self-hosted-kubernetes.md
+++ b/contributors/design-proposals/self-hosted-kubernetes.md
@@ -99,5 +99,5 @@ Kubernetes self-hosted is working today. Bootkube is an implementation of the "t
## Known Issues
- [Health check endpoints for components don't work correctly](https://github.com/kubernetes-incubator/bootkube/issues/64#issuecomment-228144345)
-- [kubeadm doesn't do self-hosted yet](https://github.com/kubernetes/kubernetes/pull/38407)
+- [kubeadm does do self-hosted, but isn't tested yet](https://github.com/kubernetes/kubernetes/pull/40075)
- The Kubernetes [versioning policy](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/versioning.md) allows for version skew of kubelet and control plane but not skew between control plane components themselves. We must add testing and validation to Kubernetes that this skew works. Otherwise the work to make Kubernetes HA is rather pointless if it can't be upgraded in an HA manner as well.