Correct aws_ebs README.md's IAM instructions (#86)
The masters manage EBS volumes for the nodes, so only they need the IAM permissions mentioned in the README.
This commit is contained in:
parent
ac384dc64f
commit
0e0b255950
|
@ -1,7 +1,7 @@
|
|||
This is a simple web server pod which serves HTML from an AWS EBS
|
||||
volume.
|
||||
|
||||
If you did not use kube-up script, make sure that your minions have the following IAM permissions ([Amazon IAM Roles](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#create-iam-role-console)):
|
||||
If you did not use kube-up script, make sure that your masters have the following IAM permissions ([Amazon IAM Roles](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#create-iam-role-console)):
|
||||
|
||||
```shell
|
||||
ec2:AttachVolume
|
||||
|
|
Loading…
Reference in New Issue