Helm
From Christoph's Personal Wiki
Revision as of 23:24, 6 August 2019 by Christoph (Talk | contribs) (Created page with "'''Helm''' is a package manager for Kubernetes. ==Commands== ;<code>completion</code>: Generate autocompletions script for the specified shell (bash or zsh) ;<code>create...")
Helm is a package manager for Kubernetes.
Commands
completion
- Generate autocompletions script for the specified shell (bash or zsh)
create
- create a new chart with the given name
delete
- given a release name, delete the release from Kubernetes
dependency
- manage a chart's dependencies
fetch
- download a chart from a repository and (optionally) unpack it in local directory
get
- download a named release
help
- Help about any command
history
- fetch release history
home
- displays the location of HELM_HOME
init
- initialize Helm on both client and server
inspect
- inspect a chart
install
- install a chart archive
lint
- examines a chart for possible issues
list
- list releases
package
- package a chart directory into a chart archive
plugin
- add, list, or remove Helm plugins
repo
- add, list, remove, update, and index chart repositories
reset
- uninstalls Tiller from a cluster
rollback
- roll back a release to a previous revision
search
- search for a keyword in charts
serve
- start a local http web server
status
- displays the status of the named release
template
- locally render templates
test
- test a release
upgrade
- upgrade a release
verify
- verify that a chart at the given path has been signed and is valid
version
- print the client/server version information