Merge pull request #2147 from Pharb/route53-mapper-docs

Document required IAM permissions to use route53-mapper (#2100)
This commit is contained in:
Eric Hole 2017-03-22 23:25:42 -04:00 committed by GitHub
commit b4f5c21b22
1 changed files with 6 additions and 1 deletions

View File

@ -16,9 +16,14 @@ The project is created by wearemolecule, and maintained at
``` ```
# Version 1.2.0 # Version 1.2.0
# https://github.com/wearemolecule/route53-kubernetes/tree/v1.2.0 # https://github.com/wearemolecule/route53-kubernetes/tree/v1.2.0
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/monitoring-standalone/v1.2.0.yaml $ kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/route53-mapper/v1.2.0.yml
``` ```
**Important:**
This addon requires [additional IAM permissions](../../docs/iam_roles.md) on the master instances.
The required permissions are described [here](https://github.com/wearemolecule/route53-kubernetes).
These can be configured using `kops edit cluster` or `kops create -f [...]`.
### Service Configuration ### Service Configuration
Add the `dns: route53` label and your target DNS entry in a `domainName` Add the `dns: route53` label and your target DNS entry in a `domainName`