Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.07 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.07 KB

Helm Client

Container Details

Supported tags and respective Dockerfile links

Overview

This container provides the Helm client for use with Kubernetes

Run with tunneling

kubectl run -it helm --env=HELM_HOST=<HOST>:<PORT> --image=campbelldgunn/k8s-helm --command /bin/sh -n kube-system --rm=true

Run without tunneling

kubectl run -it helm --image=campbelldgunn/k8s-helm --command /bin/sh -n kube-system --rm=true