mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 10:06:57 +02:00
fix minor typos in istio gateway source docs
This commit is contained in:
parent
5b752debc7
commit
5176b366ec
@ -6,7 +6,7 @@ It is meant to supplement the other provider-specific setup tutorials.
|
|||||||
|
|
||||||
* Manifest (for clusters without RBAC enabled)
|
* Manifest (for clusters without RBAC enabled)
|
||||||
* Manifest (for clusters with RBAC enabled)
|
* Manifest (for clusters with RBAC enabled)
|
||||||
* Update existing Existing DNS Deployment
|
* Update existing ExternalDNS Deployment
|
||||||
|
|
||||||
### Manifest (for clusters without RBAC enabled)
|
### Manifest (for clusters without RBAC enabled)
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ kind: ServiceAccount
|
|||||||
metadata:
|
metadata:
|
||||||
name: external-dns
|
name: external-dns
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
metadata:
|
metadata:
|
||||||
name: external-dns
|
name: external-dns
|
||||||
@ -66,7 +66,7 @@ rules:
|
|||||||
resources: ["gateways"]
|
resources: ["gateways"]
|
||||||
verbs: ["get","watch","list"]
|
verbs: ["get","watch","list"]
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
name: external-dns-viewer
|
name: external-dns-viewer
|
||||||
@ -110,7 +110,7 @@ spec:
|
|||||||
- --txt-owner-id=my-identifier
|
- --txt-owner-id=my-identifier
|
||||||
```
|
```
|
||||||
|
|
||||||
### Update existing Existing DNS Deployment
|
### Update existing ExternalDNS Deployment
|
||||||
|
|
||||||
* For clusters with running `external-dns`, you can just update the deployment.
|
* For clusters with running `external-dns`, you can just update the deployment.
|
||||||
* With access to the `kube-system` namespace, update the existing `external-dns` deployment.
|
* With access to the `kube-system` namespace, update the existing `external-dns` deployment.
|
||||||
@ -217,7 +217,7 @@ transfer-encoding: chunked
|
|||||||
|
|
||||||
**Note:** The `-H` flag in the original Istio tutorial is no longer necessary in the `curl` commands.
|
**Note:** The `-H` flag in the original Istio tutorial is no longer necessary in the `curl` commands.
|
||||||
|
|
||||||
### Debug External-DNS
|
### Debug ExternalDNS
|
||||||
|
|
||||||
* Look for the deployment pod to see the status
|
* Look for the deployment pod to see the status
|
||||||
|
|
||||||
@ -239,8 +239,8 @@ At this point, you can `create` or `update` any `Istio Gateway` object with `hos
|
|||||||
|
|
||||||
```console
|
```console
|
||||||
time="2020-01-17T06:08:08Z" level=info msg="Desired change: CREATE httpbin.example.com A"
|
time="2020-01-17T06:08:08Z" level=info msg="Desired change: CREATE httpbin.example.com A"
|
||||||
time="2020-01-17T06:08:08Z" level=info msg="Desired change: CREATE httpbin.example.comm TXT"
|
time="2020-01-17T06:08:08Z" level=info msg="Desired change: CREATE httpbin.example.com TXT"
|
||||||
time="2020-01-17T06:08:08Z" level=info msg="2 record(s) in zone example.comm. were successfully updated"
|
time="2020-01-17T06:08:08Z" level=info msg="2 record(s) in zone example.com. were successfully updated"
|
||||||
time="2020-01-17T06:09:08Z" level=info msg="All records are already up to date, there are no changes for the matching hosted zones"
|
time="2020-01-17T06:09:08Z" level=info msg="All records are already up to date, there are no changes for the matching hosted zones"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user