Skip to content

Commit

Permalink
Update kops Linux Setup Step (kubernetes#17696)
Browse files Browse the repository at this point in the history
Moving the downloaded kops binary in Linux to the path /usr/local/bin/kops requires privileged permissions.
  • Loading branch information
kihahu authored and Cheng Pan committed Nov 26, 2019
1 parent c4f9920 commit fb7a3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/setup/production-environment/tools/kops.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ On Linux:
```shell
wget https://github.com/kubernetes/kops/releases/download/1.10.0/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
Expand Down

0 comments on commit fb7a3b8

Please sign in to comment.