Skip to content

Commit ccef561

Browse files
authored
Merge pull request #44382 from gamba47/44380
[es] localize content/en/docs/tasks/tools/included/optional-kubectl-configs-fish.md to Spanish
2 parents 35c5080 + 1a10336 commit ccef561

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "autocompletado con fish"
3+
description: "Configuración opcional para habilitar el autocompletado en la shell fish."
4+
headless: true
5+
_build:
6+
list: never
7+
render: never
8+
publishResources: false
9+
---
10+
11+
{{< note >}}
12+
El autocompletado para Fish necesita de kubectl versión 1.23 o superior.
13+
{{< /note >}}
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.
16+
17+
Para qué funcione en sus futuras sesiones shell, debes agregar la siguiente línea al archivo `~/.config/fish/config.fish`:
18+
19+
```shell
20+
kubectl completion fish | source
21+
```
22+
23+
Después de recargar tu shell, el autocompletado para kubectl estará funcionando automáticamente.
24+

0 commit comments

Comments
 (0)