mirror of https://github.com/kubernetes/kops.git
Merge pull request #2147 from Pharb/route53-mapper-docs
Document required IAM permissions to use route53-mapper (#2100)
This commit is contained in:
commit
b4f5c21b22
|
@ -16,9 +16,14 @@ The project is created by wearemolecule, and maintained at
|
|||
```
|
||||
# Version 1.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
|
||||
|
||||
Add the `dns: route53` label and your target DNS entry in a `domainName`
|
||||
|
|
Loading…
Reference in New Issue