From 00ecf547e6d6ea53e247bf2f3e2988fef64baab6 Mon Sep 17 00:00:00 2001 From: kbhandari Date: Mon, 15 Jun 2020 19:16:10 +0000 Subject: [PATCH] Quick fixed ultradns.md doc --- docs/tutorials/ultradns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/ultradns.md b/docs/tutorials/ultradns.md index 86d39d9ef..98b4a9793 100644 --- a/docs/tutorials/ultradns.md +++ b/docs/tutorials/ultradns.md @@ -612,7 +612,7 @@ $ kubectl create -f apple-banana-echo.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. --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": ```console $ kubectl delete -f apple-banana-echo.yaml