mirror of https://github.com/kubernetes/kops.git
parent
2e05ebeb30
commit
f346ae419d
|
@ -24,7 +24,8 @@ In order to control Kubernetes clusters we need to [install the CLI tool](instal
|
|||
|
||||
In order to correctly prepare your AWS account for `kops`, we require you to
|
||||
install the AWS CLI tools, and have API credentials for an account that has
|
||||
administrator level privileges.
|
||||
the permissions to create a new IAM account for `kops` later in the guide.
|
||||
|
||||
|
||||
Once you've [installed the AWS CLI tools](install.md) and have correctly setup
|
||||
your system to use the official AWS methods of registering security credentials
|
||||
|
|
|
@ -59,7 +59,7 @@ The officially supported way of installing the tool is with `pip` as in
|
|||
pip install awscli
|
||||
```
|
||||
|
||||
You can also grab the tool with homebrew, although this is not officially supported.
|
||||
You can also grab the tool with homebrew, although this is not officially supported by AWS.
|
||||
|
||||
```bash
|
||||
brew update && brew install awscli
|
||||
|
|
Loading…
Reference in New Issue