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 79c2fe1 + 482b53e commit b7fa9efCopy full SHA for b7fa9ef
content/en/docs/tasks/tools/install-kubectl-macos.md
@@ -30,7 +30,6 @@ The following methods exist for installing kubectl on macOS:
30
{{< tabs name="download_binary_macos" >}}
31
{{< tab name="Intel" codelang="bash" >}}
32
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/amd64/kubectl"
33
- chmod +x kubectl
34
{{< /tab >}}
35
{{< tab name="Apple Silicon" codelang="bash" >}}
36
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/arm64/kubectl"
0 commit comments