Merge pull request #51152 from Mujib-Ahasan/fix-link-kubectl-macos
Fix: Replace external paywall link in macOS kubectl autocompletion instructionspull/51231/head
commit
c2da7e5e86
|
@ -22,7 +22,7 @@ There are two versions of bash-completion, v1 and v2. V1 is for Bash 3.2
|
||||||
script **doesn't work** correctly with bash-completion v1 and Bash 3.2.
|
script **doesn't work** correctly with bash-completion v1 and Bash 3.2.
|
||||||
It requires **bash-completion v2** and **Bash 4.1+**. Thus, to be able to
|
It requires **bash-completion v2** and **Bash 4.1+**. Thus, to be able to
|
||||||
correctly use kubectl completion on macOS, you have to install and use
|
correctly use kubectl completion on macOS, you have to install and use
|
||||||
Bash 4.1+ ([*instructions*](https://itnext.io/upgrading-bash-on-macos-7138bd1066ba)).
|
Bash 4.1+ ([*instructions*](https://apple.stackexchange.com/a/292760)).
|
||||||
The following instructions assume that you use Bash 4.1+
|
The following instructions assume that you use Bash 4.1+
|
||||||
(that is, any Bash version of 4.1 or newer).
|
(that is, any Bash version of 4.1 or newer).
|
||||||
{{< /warning >}}
|
{{< /warning >}}
|
||||||
|
|
Loading…
Reference in New Issue