diff --git a/docs/install_faq.md b/docs/install_faq.md index 80192d2f66d90adb16081acb3cca8073926aaf69..405117e42c9b1383a8f0421c0505e425508d32d1 100644 --- a/docs/install_faq.md +++ b/docs/install_faq.md @@ -77,8 +77,13 @@ Error: transport is closing A: This is usually a good indication that Kubernetes is not set up to allow port forwarding. -Typically, the missing piece is `socat`. Here are a few resolved issues that may -help you get started: +Typically, the missing piece is `socat`. If you are running CoreOS, we have been +told that it may have been misconfigured on installation. The CoreOS team +recommends reading this: + +- https://coreos.com/kubernetes/docs/latest/kubelet-wrapper.html + +Here are a few resolved issues that may help you get started: - https://github.com/kubernetes/helm/issues/1371 - https://github.com/kubernetes/helm/issues/966