You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/es/docs/tasks/tools/included/optional-kubectl-configs-fish.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: "autocompletado con fish"
3
-
description: "Configuración opcional para habilitar el autocompletado en la shell fish."
2
+
title: "Autocompletado con Fish"
3
+
description: "Configuración opcional para habilitar el autocompletado de la shell Fish"
4
4
headless: true
5
5
_build:
6
6
list: never
@@ -9,12 +9,12 @@ _build:
9
9
---
10
10
11
11
{{< note >}}
12
-
El autocompletado para Fish necesita de kubectl versión 1.23 o superior.
12
+
Se requiere kubectl 1.23 o superior para utilizar el autocompletado de Fish.
13
13
{{< /note >}}
14
14
15
-
El script de autocompletado de Fish para kubectl puede ser generado con el comando `kubectl completion fish`. Ejecutando este comando en tu shell habilitará el autocompletado de kubectl para Fish.
15
+
El script de autocompletado de Fish puede ser generado con el comando `kubectl completion fish`. Leyendo este archivo en su Shell habilita el autocompletado de kubectl.
16
16
17
-
Para qué funcione en sus futuras sesiones shell, debes agregar la siguiente línea al archivo `~/.config/fish/config.fish`:
17
+
Para hacer esto en todas sus sesiones agregue la siguiente linea a su archivo `~/.config/fish/config.fish`:
0 commit comments