mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +02:00
update external-dns image versiona nd ingress api version
This commit is contained in:
parent
0f4b992d20
commit
2f220603a4
@ -61,7 +61,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: external-dns
|
- name: external-dns
|
||||||
image: k8s.gcr.io/external-dns/external-dns:v0.7.5
|
image: k8s.gcr.io/external-dns/external-dns:v0.7.6
|
||||||
args:
|
args:
|
||||||
- --source=service # or ingress or both
|
- --source=service # or ingress or both
|
||||||
- --provider=akamai
|
- --provider=akamai
|
||||||
@ -145,7 +145,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: external-dns
|
- name: external-dns
|
||||||
image: k8s.gcr.io/external-dns/external-dns:v0.7.5
|
image: k8s.gcr.io/external-dns/external-dns:v0.7.6
|
||||||
args:
|
args:
|
||||||
- --source=service # or ingress or both
|
- --source=service # or ingress or both
|
||||||
- --provider=akamai
|
- --provider=akamai
|
||||||
|
@ -75,7 +75,7 @@ type `LoadBalancer` here, since we will be using an Ingress to create an ALB.
|
|||||||
Create the following Ingress to expose the echoserver application to the Internet.
|
Create the following Ingress to expose the echoserver application to the Internet.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: networking.k8s.io/v1beta1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
@ -110,7 +110,7 @@ this Ingress object will only be fronting one backend Service, we might instead
|
|||||||
create the following:
|
create the following:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: networking.k8s.io/v1beta1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
@ -145,7 +145,7 @@ and one AAAA record) for each hostname associated with the Ingress object.
|
|||||||
Example:
|
Example:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: networking.k8s.io/v1beta1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
Loading…
Reference in New Issue
Block a user