Update kops Linux Setup Step (#17696)
Moving the downloaded kops binary in Linux to the path /usr/local/bin/kops requires privileged permissions.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3690a264c7
commit
9afc68d402
@@ -52,7 +52,7 @@ On Linux:
|
|||||||
```shell
|
```shell
|
||||||
wget https://github.com/kubernetes/kops/releases/download/1.10.0/kops-linux-amd64
|
wget https://github.com/kubernetes/kops/releases/download/1.10.0/kops-linux-amd64
|
||||||
chmod +x kops-linux-amd64
|
chmod +x kops-linux-amd64
|
||||||
mv kops-linux-amd64 /usr/local/bin/kops
|
sudo mv kops-linux-amd64 /usr/local/bin/kops
|
||||||
```
|
```
|
||||||
|
|
||||||
### (2/5) Create a route53 domain for your cluster
|
### (2/5) Create a route53 domain for your cluster
|
||||||
|
|||||||
Reference in New Issue
Block a user