Skip to content

Commit

Permalink
Using Helm in Openshift Kubernetes distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiretti committed Oct 25, 2017
1 parent 4b6ecb4 commit 60fc7bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/kubernetes_distros.md
Expand Up @@ -35,3 +35,7 @@ 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 more read the [Kubelet Wrapper](https://coreos.com/kubernetes/docs/latest/kubelet-wrapper.html) docs.

## Openshift

Helm works straightforward on OpenShift Online, OpenShift Dedicated, OpenShift Container Platform (version >= 3.6) or OpenShift Origin (version >= 3.6). To learn more read [this blog](https://blog.openshift.com/getting-started-helm-openshift/) post.

0 comments on commit 60fc7bd

Please sign in to comment.