Skip to content

Commit 8d1cef6

Browse files
Writing warning
1 parent e8c737b commit 8d1cef6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/pt-br/docs/tasks/tools/included/optional-kubectl-configs-bash-mac.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Entretanto, o script para auto-completar do kubectl depende de
1717
[**bash-completion**](https://github.com/scop/bash-completion) que você deve ter instalado com antecedência.
1818

1919
{{< warning>}}
20-
There are two versions of bash-completion, v1 and v2. V1 is for Bash 3.2
21-
(which is the default on macOS), and v2 is for Bash 4.1+. The kubectl completion
22-
script **doesn't work** correctly with bash-completion v1 and Bash 3.2.
23-
It requires **bash-completion v2** and **Bash 4.1+**. Thus, to be able to
24-
correctly use kubectl completion on macOS, you have to install and use
25-
Bash 4.1+ ([*instructions*](https://itnext.io/upgrading-bash-on-macos-7138bd1066ba)).
26-
The following instructions assume that you use Bash 4.1+
27-
(that is, any Bash version of 4.1 or newer).
20+
Existem duas versões de auto-completar do bash, v1 e v2. V1 é Bash 3.2
21+
(que é padrão no macOS), e v2 que é para Bash 4.1+. O script de auto-completar
22+
do kubectl **não funciona** corretamente com o auto-completar do bash v1 e o
23+
Bash 3.2. Ele requer **bash-completar v2** e **Bash 4.1+**. Por isso, para
24+
executarmos o auto-completar do kubectl no macOS de forma correta, você pre-
25+
cisa instalar e usar o Bash 4.1+([*instruções*])(https://itnext.io/upgrading-bash-on-macos-7138bd1066ba)).
26+
As instruções a seguir, levam em conta que você utilize o Bash 4.1+.
27+
(Isso quer dizer, nenhuma versão do Bash 4.1 ou mais recente).
2828
{{< /warning >}}
2929

3030
### Upgrade Bash

0 commit comments

Comments
 (0)