Merge pull request #28263 from yilmazsen/patch-1
Adding one line code for installation of kubectlpull/28328/head
commit
2801962020
|
@ -31,6 +31,7 @@ The following methods exist for installing kubectl on macOS:
|
||||||
{{< tabs name="download_binary_macos" >}}
|
{{< tabs name="download_binary_macos" >}}
|
||||||
{{< tab name="Intel" codelang="bash" >}}
|
{{< tab name="Intel" codelang="bash" >}}
|
||||||
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/amd64/kubectl"
|
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/amd64/kubectl"
|
||||||
|
chmod +x kubectl
|
||||||
{{< /tab >}}
|
{{< /tab >}}
|
||||||
{{< tab name="Apple Silicon" codelang="bash" >}}
|
{{< tab name="Apple Silicon" codelang="bash" >}}
|
||||||
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/arm64/kubectl"
|
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/arm64/kubectl"
|
||||||
|
|
Loading…
Reference in New Issue