Merge pull request #544 from philips/fix-spelling

faq: gce: fixup some spelling errors
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-04-02 12:37:40 -03:00 committed by GitHub
commit 7d4d0a090d

View file

@ -91,7 +91,7 @@ for how to request more.
## 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
a few reasons.
@ -159,7 +159,7 @@ are therefore better suited for experimentation.
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.