Skip to content

Commit 2801962

Browse files
authored
Merge pull request #28263 from yilmazsen/patch-1
Adding one line code for installation of kubectl
2 parents b7dc57f + cd04c8a commit 2801962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/docs/tasks/tools/install-kubectl-macos.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The following methods exist for installing kubectl on macOS:
3131
{{< tabs name="download_binary_macos" >}}
3232
{{< tab name="Intel" codelang="bash" >}}
3333
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
3435
{{< /tab >}}
3536
{{< tab name="Apple Silicon" codelang="bash" >}}
3637
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/arm64/kubectl"

0 commit comments

Comments
 (0)