Skip to content

Commit cd04c8a

Browse files
authored
Adding one line code for installation of kubectl
Hi There, When I follow these instructions, I could not install correctly kubectl. After kubectl file downloading, That file needs to be given execution permission. I want to contribute for that. Best regards.
1 parent dce880d commit cd04c8a

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)