mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-11-28 08:21:26 +01:00
Updated docs
This commit is contained in:
parent
6ba9d3b221
commit
e5422811a3
@ -24,7 +24,7 @@ spec:
|
||||
containers:
|
||||
- name: external-dns
|
||||
# update this to the desired external-dns version
|
||||
image: k8s.gcr.io/external-dns/external-dns:v0.12.2
|
||||
image: k8s.gcr.io/external-dns/external-dns:v0.13.3
|
||||
args:
|
||||
- --source=traefik-proxy
|
||||
- --provider=aws
|
||||
@ -34,8 +34,6 @@ spec:
|
||||
|
||||
## Manifest (for clusters with RBAC enabled)
|
||||
|
||||
Could be change if you have mulitple sources
|
||||
|
||||
```yaml
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
@ -89,7 +87,7 @@ spec:
|
||||
containers:
|
||||
- name: external-dns
|
||||
# update this to the desired external-dns version
|
||||
image: k8s.gcr.io/external-dns/external-dns:v0.12.2
|
||||
image: k8s.gcr.io/external-dns/external-dns:v0.13.3
|
||||
args:
|
||||
- --source=traefik-proxy
|
||||
- --provider=aws
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user