Skip to content

Commit

Permalink
Merge d6fe8dd into e68ea60
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsarev committed Dec 27, 2019
2 parents e68ea60 + d6fe8dd commit 64bb660
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
12 changes: 12 additions & 0 deletions docs/contributing/crd-source.md
Expand Up @@ -106,3 +106,15 @@ INFO[0000] Connected to cluster at https://192.168.99.100:8443
INFO[0000] CREATE: foo.bar.com 180 IN A 192.168.99.216
INFO[0000] CREATE: foo.bar.com 0 IN TXT "heritage=external-dns,external-dns/owner=default"
```

### RBAC configuration

If you use RBAC extend `external-dns` ClusterRole with
```
- apiGroups: ["externaldns.k8s.io"]
resources: ["dnsendpoints"]
verbs: ["get","watch","list"]
- apiGroups: ["externaldns.k8s.io"]
resources: ["dnsendpoints/status"]
verbs: ["*"]
```
5 changes: 0 additions & 5 deletions docs/contributing/crd-source/crd-manifest.yaml
Expand Up @@ -60,8 +60,3 @@ spec:
type: integer
type: object
version: v1alpha1
status:
acceptedNames:
kind: ""
plural: ""
conditions: null

0 comments on commit 64bb660

Please sign in to comment.