Skip to content

Commit

Permalink
docs(install_faq): add more info on socat on CoreOS
Browse files Browse the repository at this point in the history
  • Loading branch information
technosophos committed Nov 14, 2016
1 parent e4bbe33 commit 13404eb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/install_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13404eb

Please sign in to comment.