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.
1 parent d2bbe42 commit 9e2bddbCopy full SHA for 9e2bddb
lab1b.md
@@ -19,7 +19,7 @@ mv kubectl /usr/local/bin/
19
20
```sh
21
export VER=$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
22
-curl -LO https://storage.googleapis.com/kubernetes-release/release/$VER/bin/darwin/amd64/kubectl.exe
+curl -LO https://storage.googleapis.com/kubernetes-release/release/$VER/bin/darwin/amd64/kubectl
23
chmod +x kubectl
24
mv kubectl /usr/local/bin/
25
```
0 commit comments