Skip to content

Commit

Permalink
Update kops Linux Setup Step
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 Nov 20, 2019
1 parent 9a562ec commit fdbe32b
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 fdbe32b

Please sign in to comment.