File tree 2 files changed +56
-0
lines changed
2 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
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 `
Original file line number Diff line number Diff line change
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 `
You can’t perform that action at this time.
0 commit comments