Quick fixed ultradns.md doc

This commit is contained in:
kbhandari 2020-06-15 19:16:10 +00:00
parent db3fdfb1d9
commit 00ecf547e6

View File

@ -612,7 +612,7 @@ $ kubectl create -f apple-banana-echo.yaml
$ kubectl create -f external-dns.yaml $ kubectl create -f external-dns.yaml
``` ```
- Depending on where you run your service from, it can take a few minutes for your cloud provider to create an external IP for the service. - Depending on where you run your service from, it can take a few minutes for your cloud provider to create an external IP for the service.
-o Please verify on the [UltraDNS UI](https://portal.ultradns.neustar), that the records have been created under the zone "example.com". - Please verify on the [UltraDNS UI](https://portal.ultradns.neustar), that the records have been created under the zone "example.com".
- Finally, you will need to clean up the deployment and service. Please verify on the UI afterwards that the records have been deleted from the zone "example.com": - Finally, you will need to clean up the deployment and service. Please verify on the UI afterwards that the records have been deleted from the zone "example.com":
```console ```console
$ kubectl delete -f apple-banana-echo.yaml $ kubectl delete -f apple-banana-echo.yaml