Merge pull request #818 from acrogenesis/patch-1

Fix commands to cleanup Cloudflare
This commit is contained in:
Kubernetes Prow Robot 2019-01-07 09:26:02 -08:00 committed by GitHub
commit 871cb4c5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
```
$ kubectl delete service -f nginx.yaml
$ kubectl delete service -f externaldns.yaml
$ kubectl delete -f nginx.yaml
$ kubectl delete -f externaldns.yaml
```