From defe7331b93238e024cdba590d57f2773ea9253d Mon Sep 17 00:00:00 2001 From: Arhell Date: Mon, 15 May 2023 04:48:42 +0300 Subject: [PATCH] [pt] Fix kubectl auto complete --- .../tasks/tools/included/optional-kubectl-configs-bash-linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/pt-br/docs/tasks/tools/included/optional-kubectl-configs-bash-linux.md b/content/pt-br/docs/tasks/tools/included/optional-kubectl-configs-bash-linux.md index 0032395f862..16a77d617d8 100644 --- a/content/pt-br/docs/tasks/tools/included/optional-kubectl-configs-bash-linux.md +++ b/content/pt-br/docs/tasks/tools/included/optional-kubectl-configs-bash-linux.md @@ -40,6 +40,7 @@ echo 'source <(kubectl completion bash)' >>~/.bashrc {{< /tab >}} {{< tab name="System" codelang="bash" >}} kubectl completion bash | sudo tee /etc/bash_completion.d/kubectl > /dev/null +sudo chmod a+r /etc/bash_completion.d/kubectl {{< /tab >}} {{< /tabs >}}