mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
fix commands to cleanup
This commit is contained in:
parent
c107ee950c
commit
374bb9235a
@ -193,6 +193,6 @@ This should show the external IP address of the service as the A record for your
|
|||||||
Now that we have verified that ExternalDNS will automatically manage Cloudflare DNS records, we can delete the tutorial's example:
|
Now that we have verified that ExternalDNS will automatically manage Cloudflare DNS records, we can delete the tutorial's example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ kubectl delete service -f nginx.yaml
|
$ kubectl delete -f nginx.yaml
|
||||||
$ kubectl delete service -f externaldns.yaml
|
$ kubectl delete -f externaldns.yaml
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user