From 30469b54865c2bd713c605ab7c8ab9c8d37723ff Mon Sep 17 00:00:00 2001 From: Malepati Bala Siva Sai Akhil Date: Thu, 17 Aug 2017 03:59:07 +0530 Subject: [PATCH] Fix typo in GCE Ingress controller FAQ --- docs/faq/gce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/gce.md b/docs/faq/gce.md index 122556f10..b9428608f 100644 --- a/docs/faq/gce.md +++ b/docs/faq/gce.md @@ -273,7 +273,7 @@ If you find yourself in such a situation, you can delete the resources by hand: 1. Navigate to the [cloud console](https://console.cloud.google.com/) and click on the "Networking" tab, then choose "LoadBalancing" 2. Find the loadbalancer you'd like to delete, it should have a name formatted as: k8s-um-ns-name--UUID -3. Delete it, check the boxes to also casade the deletion down to associated resources (eg: backend-services) +3. Delete it, check the boxes to also cascade the deletion down to associated resources (eg: backend-services) 4. Switch to the "Compute Engine" tab, then choose "Instance Groups" 5. Delete the Instance Group allocated for the leaked Ingress, it should have a name formatted as: k8s-ig-UUID