From 829e66399073595202d7bb383ff020d2f4e649a7 Mon Sep 17 00:00:00 2001 From: Tony Hsu Date: Mon, 23 Jan 2017 14:50:47 +0800 Subject: [PATCH] Fix typo --- docs/kubernetes_distros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kubernetes_distros.md b/docs/kubernetes_distros.md index 5c320fd34..bea1e8075 100644 --- a/docs/kubernetes_distros.md +++ b/docs/kubernetes_distros.md @@ -34,4 +34,4 @@ or create a `~/.kube/config`. ## Container Linux by CoreOS -Helm requires that kubelet have access to a copy of the `socat` program to proxy connections to the Tiller API. On Container Linux the Kubelet runs inside of a [hyperkube](https://github.com/kubernetes/kubernetes/tree/master/cluster/images/hyperkube) container image that has socat. So, even though Container Linux doesn't ship `socat` the container filesystem running kubelet does have socat. To learn move read the [Kubelet Wrapper](https://coreos.com/kubernetes/docs/latest/kubelet-wrapper.html) docs. +Helm requires that kubelet have access to a copy of the `socat` program to proxy connections to the Tiller API. On Container Linux the Kubelet runs inside of a [hyperkube](https://github.com/kubernetes/kubernetes/tree/master/cluster/images/hyperkube) container image that has socat. So, even though Container Linux doesn't ship `socat` the container filesystem running kubelet does have socat. To learn more read the [Kubelet Wrapper](https://coreos.com/kubernetes/docs/latest/kubelet-wrapper.html) docs.