From 374bb9235a968b4f2def87178a0facfde5cc09de Mon Sep 17 00:00:00 2001 From: Adrian Rangel Date: Wed, 19 Dec 2018 02:08:20 -0600 Subject: [PATCH] fix commands to cleanup --- docs/tutorials/cloudflare.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/cloudflare.md b/docs/tutorials/cloudflare.md index 308cb8186..72c39260a 100644 --- a/docs/tutorials/cloudflare.md +++ b/docs/tutorials/cloudflare.md @@ -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 ```