From f16640c0dae2c7f437011c2afed9b41d5613a7e5 Mon Sep 17 00:00:00 2001 From: David Mailhot Date: Wed, 7 Oct 2020 13:17:43 -0700 Subject: [PATCH] Remove Troubleshooting for obsolete Skaffold bug --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 344cdcc..a1eb769 100644 --- a/README.md +++ b/README.md @@ -219,12 +219,6 @@ We offer the following installation methods: kubectl get service frontend-external - **Troubleshooting:** A Kubernetes bug (will be fixed in 1.12) combined with - a Skaffold [bug](https://github.com/GoogleContainerTools/skaffold/issues/887) - causes load balancer to not to work even after getting an IP address. If you - are seeing this, run `kubectl get service frontend-external -o=yaml | kubectl apply -f-` - to trigger load balancer reconfiguration. - ### Option 3: Using Pre-Built Container Images > 💡 Recommended if you want to deploy the app faster in fewer steps to an