faq: gce: fixup some spelling errors

This commit is contained in:
Brandon Philips 2017-04-01 15:16:58 +02:00
parent c14d0d852b
commit 8edf306391

View file

@ -91,7 +91,7 @@ for how to request more.
## Why does the Ingress need a different instance group then the GKE cluster? ## Why does the Ingress need a different instance group then the GKE cluster?
The controller adds/removes Kubernets nodes that are `NotReady` from the lb The controller adds/removes Kubernetes nodes that are `NotReady` from the lb
instance group. We cannot simply rely on health checks to achieve this for instance group. We cannot simply rely on health checks to achieve this for
a few reasons. a few reasons.
@ -159,7 +159,7 @@ are therefore better suited for experimentation.
Yes, please see [this](/examples/static-ip) example. Yes, please see [this](/examples/static-ip) example.
## Does updating a Kubernetes secrete update the GCE TLS certs? ## Does updating a Kubernetes secret update the GCE TLS certs?
Yes, expect O(30s) delay. Yes, expect O(30s) delay.