website/content/en/docs/tasks/tools/included/optional-kubectl-configs-fi...

675 B

title description headless _build
fish auto-completion Optional configuration to enable fish shell auto-completion. true
list render publishResources
never never false

{{< note >}} Autocomplete for Fish requires kubectl 1.23 or later. {{< /note >}}

The kubectl completion script for Fish can be generated with the command kubectl completion fish. Sourcing the completion script in your shell enables kubectl autocompletion.

To do so in all your shell sessions, add the following line to your ~/.config/fish/config.fish file:

kubectl completion fish | source

After reloading your shell, kubectl autocompletion should be working.