helm-install: add page (#6995)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# helm
|
||||
|
||||
> Helm is a package manager for Kubernetes.
|
||||
> Some subcommands such as `helm install` have their own usage documentation.
|
||||
> More information: <https://helm.sh/>.
|
||||
|
||||
- Create a helm chart:
|
||||
@@ -9,7 +10,7 @@
|
||||
|
||||
- Add a new helm repository:
|
||||
|
||||
`helm repo add {{repo_name}}`
|
||||
`helm repo add {{repository_name}}`
|
||||
|
||||
- List helm repositories:
|
||||
|
||||
@@ -21,11 +22,11 @@
|
||||
|
||||
- Delete a helm repository:
|
||||
|
||||
`helm repo remove {{repo_name}}`
|
||||
`helm repo remove {{repository_name}}`
|
||||
|
||||
- Install a helm chart:
|
||||
|
||||
`helm install {{repo_name}}/{{chart_name}}`
|
||||
`helm install {{name}} {{repository_name}}/{{chart_name}}`
|
||||
|
||||
- Download helm chart as a tar archive:
|
||||
|
||||
|
Reference in New Issue
Block a user