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