helm-install: add page (#6995)

This commit is contained in:
Simon Dahlbacka
2021-10-29 05:32:25 +03:00
committed by GitHub
parent f4c9616601
commit 331cfea5fa
2 changed files with 36 additions and 3 deletions

View File

@@ -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: