Skip to content

Commit

Permalink
Merge pull request #1978 from kundan2707/update-image-version
Browse files Browse the repository at this point in the history
update external-dns image versiona nd ingress api version
  • Loading branch information
k8s-ci-robot authored Feb 26, 2021
2 parents 0f4b992 + 2f22060 commit 2ac069a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/akamai-edgedns.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
spec:
containers:
- 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:
- --source=service # or ingress or both
- --provider=akamai
Expand Down Expand Up @@ -145,7 +145,7 @@ spec:
spec:
containers:
- 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:
- --source=service # or ingress or both
- --provider=akamai
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/alb-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```yaml
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
Expand Down Expand Up @@ -110,7 +110,7 @@ this Ingress object will only be fronting one backend Service, we might instead
create the following:

```yaml
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
Expand Down Expand Up @@ -145,7 +145,7 @@ and one AAAA record) for each hostname associated with the Ingress object.
Example:

```yaml
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
Expand Down

0 comments on commit 2ac069a

Please sign in to comment.