From ebcde947994e85488f1511dfcae0295e2a6bd67e Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 26 Jun 2016 14:44:09 -0700 Subject: [PATCH] docs: proposals: self-hosted-kubelet fix link Broken link caused by inversed markdown formatting. --- docs/proposals/self-hosted-kubelet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/proposals/self-hosted-kubelet.md b/docs/proposals/self-hosted-kubelet.md index 55aae23c76..d174a1232e 100644 --- a/docs/proposals/self-hosted-kubelet.md +++ b/docs/proposals/self-hosted-kubelet.md @@ -36,8 +36,8 @@ Documentation for other releases can be found at ## Abstract -In a self-hosted Kubernetes deployment (see (this -comment)[https://github.com/kubernetes/kubernetes/issues/246#issuecomment-64533959] +In a self-hosted Kubernetes deployment (see [this +comment](https://github.com/kubernetes/kubernetes/issues/246#issuecomment-64533959) for background on self hosted kubernetes), we have the initial bootstrap problem. When running self-hosted components, there needs to be a mechanism for pivoting from the initial bootstrap state to the kubernetes-managed (self-hosted) state.