💾 Archived View for freeshell.de › tldr › helm.gmi captured on 2023-01-29 at 04:53:47. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Helm is a package manager for Kubernetes.
Some subcommands such as `helm install` have their own usage documentation.
helm create {chart_name}
helm repo add {repository_name}
helm repo list
helm repo update
helm repo remove {repository_name}
helm install {name} {repository_name}/{chart_name}
helm get {chart_release_name}
helm dependency update
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).