Skip to content

Commit b7fa9ef

Browse files
authored
Merge pull request #28425 from HongjiangHuang/duplicate
[en]: Remove duplicate content
2 parents 79c2fe1 + 482b53e commit b7fa9ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ The following methods exist for installing kubectl on macOS:
3030
{{< tabs name="download_binary_macos" >}}
3131
{{< tab name="Intel" codelang="bash" >}}
3232
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
3433
{{< /tab >}}
3534
{{< tab name="Apple Silicon" codelang="bash" >}}
3635
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)