mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-04 22:26:11 +02:00
Merge pull request #1332 from ytsarev/doc-and-sample-fixes
CRD documentation and sample fixes
This commit is contained in:
commit
eba1410d94
@ -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 the `external-dns` ClusterRole with:
|
||||
```
|
||||
- apiGroups: ["externaldns.k8s.io"]
|
||||
resources: ["dnsendpoints"]
|
||||
verbs: ["get","watch","list"]
|
||||
- apiGroups: ["externaldns.k8s.io"]
|
||||
resources: ["dnsendpoints/status"]
|
||||
verbs: ["*"]
|
||||
```
|
||||
|
||||
@ -60,8 +60,3 @@ spec:
|
||||
type: integer
|
||||
type: object
|
||||
version: v1alpha1
|
||||
status:
|
||||
acceptedNames:
|
||||
kind: ""
|
||||
plural: ""
|
||||
conditions: null
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user