mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:02:08 +02:00
kubie: add page and Spanish translation (#16014)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
5905e786ab
commit
3f4c619bcd
2 changed files with 56 additions and 0 deletions
28
pages.es/common/kubie.md
Normal file
28
pages.es/common/kubie.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# kubie
|
||||||
|
|
||||||
|
> Permite saltar entre contextos y espacios de nombres de `kubectl`.
|
||||||
|
> Más información: <https://github.com/sbstp/kubie>.
|
||||||
|
|
||||||
|
- Muestra un menú seleccionable de contextos:
|
||||||
|
|
||||||
|
`kubie ctx`
|
||||||
|
|
||||||
|
- Cambia el intérprete de comandos actual al contexto dado:
|
||||||
|
|
||||||
|
`kubie ctx {{contexto}}`
|
||||||
|
|
||||||
|
- Cambia el intérprete de comandos actual al espacio de nombres dado:
|
||||||
|
|
||||||
|
`kubie ns {{espacio_de_nombres}}`
|
||||||
|
|
||||||
|
- Cambia el intérprete de comandos actual al contexto y espacio de nombres dados:
|
||||||
|
|
||||||
|
`kubie ctx {{contexto}} -n {{espacio_de_nombres}}`
|
||||||
|
|
||||||
|
- Ejecuta un comando en el contexto y espacio de nombres dados, sin crear un nuevo intérprete de comandos:
|
||||||
|
|
||||||
|
`kubie exec {{contexto}} {{espacio_de_nombres}} {{comando}}`
|
||||||
|
|
||||||
|
- Busca errores en los archivos de configuración de Kubernetes:
|
||||||
|
|
||||||
|
`kubie lint`
|
28
pages/common/kubie.md
Normal file
28
pages/common/kubie.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# kubie
|
||||||
|
|
||||||
|
> Utility to switch between `kubectl` contexts and namespaces.
|
||||||
|
> More information: <https://github.com/sbstp/kubie>.
|
||||||
|
|
||||||
|
- Display a selectable menu of contexts:
|
||||||
|
|
||||||
|
`kubie ctx`
|
||||||
|
|
||||||
|
- Switch current shell to the given context:
|
||||||
|
|
||||||
|
`kubie ctx {{context}}`
|
||||||
|
|
||||||
|
- Switch current shell to the given namespace:
|
||||||
|
|
||||||
|
`kubie ns {{namespace}}`
|
||||||
|
|
||||||
|
- Switch current shell to the given context and namespace:
|
||||||
|
|
||||||
|
`kubie ctx {{context}} -n {{namespace}}`
|
||||||
|
|
||||||
|
- Execute a command in the given context and namespace, without spawning a shell:
|
||||||
|
|
||||||
|
`kubie exec {{context}} {{namespace}} {{command}}`
|
||||||
|
|
||||||
|
- Check the Kubernetes config files for issues:
|
||||||
|
|
||||||
|
`kubie lint`
|
Loading…
Add table
Reference in a new issue