You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2018. It is now read-only.
It would be useful in CI systems, and other docker-centric environments to have a Helm image that included kubectl, so that you could run something along these lines:
docker run -v ~/.kube:/home/.kube -e HOME=/home -v ~/.helm:/hlm -e HELM_HOME=/hlm quay.io/helm/helm:0.3.0 helm install deis
And have Helm install the deis chart to your already-configured k8s cluster.
It would be useful in CI systems, and other docker-centric environments to have a Helm image that included
kubectl, so that you could run something along these lines:docker run -v ~/.kube:/home/.kube -e HOME=/home -v ~/.helm:/hlm -e HELM_HOME=/hlm quay.io/helm/helm:0.3.0 helm install deisAnd have Helm install the deis chart to your already-configured k8s cluster.