8000 GitHub - apprl/k8s-helm at v2.9.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

apprl/k8s-helm

< 8000 !-- -->
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Client

CircleCI Build Status

CircleCI

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=lachlanevenson/k8s-helm --command /bin/sh -n kube-system --rm=true

Run without tunneling

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

About

Containerized Kubernetes Helm client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%
0