Browse Source

Merge pull request #525 from keglevich3/patch-2

changed to the correct link
pull/530/head
Smaine Kahlouch 8 years ago
committed by GitHub
parent
commit
016b7893c6
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/aws.md

2
docs/aws.md

@ -1,7 +1,7 @@
AWS
===============
To deploy kubespray on [AWS](https://www.openstack.org/) uncomment the `cloud_provider` option in `group_vars/all.yml` and set it to `'aws'`.
To deploy kubespray on [AWS](https://aws.amazon.com/) uncomment the `cloud_provider` option in `group_vars/all.yml` and set it to `'aws'`.
Prior to creating your instances, you **must** ensure that you have created IAM roles and policies for both "kubernetes-master" and "kubernetes-node". You can find the IAM policies [here](https://github.com/kubernetes/kubernetes/tree/master/cluster/aws/templates/iam). See the [IAM Documentation](https://aws.amazon.com/documentation/iam/) if guidance is needed on how to set these up. When you bring your instances online, associate them with the respective IAM role. Nodes that are only to be used for Etcd do not need a role.

Loading…
Cancel
Save