Merge pull request #44382 from gamba47/44380

[es] localize content/en/docs/tasks/tools/included/optional-kubectl-configs-fish.md to Spanish
pull/44434/head
Kubernetes Prow Robot 2023-12-19 17:46:36 +01:00 committed by GitHub
commit ccef56170e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
---
title: "autocompletado con fish"
description: "Configuración opcional para habilitar el autocompletado en la shell fish."
headless: true
_build:
list: never
render: never
publishResources: false
---
{{< note >}}
El autocompletado para Fish necesita de kubectl versión 1.23 o superior.
{{< /note >}}
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.
Para qué funcione en sus futuras sesiones shell, debes agregar la siguiente línea al archivo `~/.config/fish/config.fish`:
```shell
kubectl completion fish | source
```
Después de recargar tu shell, el autocompletado para kubectl estará funcionando automáticamente.