We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7dc57f + cd04c8a commit 2801962Copy full SHA for 2801962
content/en/docs/tasks/tools/install-kubectl-macos.md
@@ -31,6 +31,7 @@ The following methods exist for installing kubectl on macOS:
31
{{< tabs name="download_binary_macos" >}}
32
{{< tab name="Intel" codelang="bash" >}}
33
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/amd64/kubectl"
34
+ chmod +x kubectl
35
{{< /tab >}}
36
{{< tab name="Apple Silicon" codelang="bash" >}}
37
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/arm64/kubectl"
0 commit comments