diff options
| author | Brandon Philips <brandon@ifup.org> | 2016-06-26 14:44:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-26 14:44:09 -0700 |
| commit | e1f8066fa1bb6d28e62ddfd8e0031d1b05c54659 (patch) | |
| tree | e3d3594a9263e9818562ae22cf03a8887f02897b | |
| parent | 3454650cfc5fdddea3ef8efc2e4eee39db2ff835 (diff) | |
docs: proposals: self-hosted-kubelet fix link
Broken link caused by inversed markdown formatting.
| -rw-r--r-- | self-hosted-kubelet.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/self-hosted-kubelet.md b/self-hosted-kubelet.md index 55aae23c..d174a123 100644 --- a/self-hosted-kubelet.md +++ b/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. |
