pages.es/*: add Spanish translation; npm: update page (#11297)
* npm: improved description of npm list and npm install
* npm, nvm: add Spanish translation
* nvm: add Spanish translations to the commands
* helm-install, helm, nest, netlify, next, nginx, vite: add Spanish translation
* choco, clear, cmd, del, dir, mkdir: add Spanish translation
* helm-*: update Spanish translation
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.es/common: update pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.es/windows: update pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2023-10-27 13:43:16 -05:00
|
|
|
# helm
|
|
|
|
|
|
|
|
> Helm es un gestor de paquetes para Kubernetes.
|
2024-10-05 10:32:33 +02:00
|
|
|
> Algunos subcomandos como `install` tiene su propia documentación de uso.
|
pages.es/*: add Spanish translation; npm: update page (#11297)
* npm: improved description of npm list and npm install
* npm, nvm: add Spanish translation
* nvm: add Spanish translations to the commands
* helm-install, helm, nest, netlify, next, nginx, vite: add Spanish translation
* choco, clear, cmd, del, dir, mkdir: add Spanish translation
* helm-*: update Spanish translation
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.es/common: update pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.es/windows: update pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2023-10-27 13:43:16 -05:00
|
|
|
> Más información: <https://helm.sh/>.
|
|
|
|
|
|
|
|
- Crea un chart de helm:
|
|
|
|
|
|
|
|
`helm create {{nombre_del_chart}}`
|
|
|
|
|
|
|
|
- Añade un nuevo repositorio de helm:
|
|
|
|
|
|
|
|
`helm repo add {{nombre_del_repositorio}}`
|
|
|
|
|
|
|
|
- Lista de repositorios de helm:
|
|
|
|
|
|
|
|
`helm repo list`
|
|
|
|
|
|
|
|
- Actualiza los repositorios de helm:
|
|
|
|
|
|
|
|
`helm repo update`
|
|
|
|
|
|
|
|
- Elimina un repositorio de helm:
|
|
|
|
|
|
|
|
`helm repo remove {{nombre_del_repositorio}}`
|
|
|
|
|
|
|
|
- Instala un chart de helm:
|
|
|
|
|
|
|
|
`helm install {{nombre}} {{nombre_del_repositorio}}/{{nombre_del_chart}}`
|
|
|
|
|
|
|
|
- Descarga un chart de helm como un archivo tar:
|
|
|
|
|
|
|
|
`helm get {{nombre_del_lanzamiento_del_chart}}`
|
|
|
|
|
|
|
|
- Actualiza las dependencias de helm:
|
|
|
|
|
|
|
|
`helm dependency update`
|