Skip to content

Commit 63a5a29

Browse files
kubie: add page and Spanish translation (tldr-pages#16014)
Co-authored-by: Sebastiaan Speck <[email protected]>
1 parent 1658b6c commit 63a5a29

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

pages.es/common/kubie.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# kubie
2+
3+
> Permite saltar entre contextos y espacios de nombres de `kubectl`.
4+
> Más información: <https://github.com/sbstp/kubie>.
5+
6+
- Muestra un menú seleccionable de contextos:
7+
8+
`kubie ctx`
9+
10+
- Cambia el intérprete de comandos actual al contexto dado:
11+
12+
`kubie ctx {{contexto}}`
13+
14+
- Cambia el intérprete de comandos actual al espacio de nombres dado:
15+
16+
`kubie ns {{espacio_de_nombres}}`
17+
18+
- Cambia el intérprete de comandos actual al contexto y espacio de nombres dados:
19+
20+
`kubie ctx {{contexto}} -n {{espacio_de_nombres}}`
21+
22+
- Ejecuta un comando en el contexto y espacio de nombres dados, sin crear un nuevo intérprete de comandos:
23+
24+
`kubie exec {{contexto}} {{espacio_de_nombres}} {{comando}}`
25+
26+
- Busca errores en los archivos de configuración de Kubernetes:
27+
28+
`kubie lint`

pages/common/kubie.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# kubie
2+
3+
> Utility to switch between `kubectl` contexts and namespaces.
4+
> More information: <https://github.com/sbstp/kubie>.
5+
6+
- Display a selectable menu of contexts:
7+
8+
`kubie ctx`
9+
10+
- Switch current shell to the given context:
11+
12+
`kubie ctx {{context}}`
13+
14+
- Switch current shell to the given namespace:
15+
16+
`kubie ns {{namespace}}`
17+
18+
- Switch current shell to the given context and namespace:
19+
20+
`kubie ctx {{context}} -n {{namespace}}`
21+
22+
- Execute a command in the given context and namespace, without spawning a shell:
23+
24+
`kubie exec {{context}} {{namespace}} {{command}}`
25+
26+
- Check the Kubernetes config files for issues:
27+
28+
`kubie lint`

0 commit comments

Comments
 (0)