fix Kubenetes typo

Kubenetes -> Kubernetes
This commit is contained in:
Andrew Chen
2017-02-14 11:07:33 -08:00
parent 38033ae6bf
commit 2fb161e033
@@ -247,7 +247,7 @@ where you would set it. Suppose the Container listens on 127.0.0.1 and the Pod's
If your pod relies on virtual hosts, which is probably the more common case,
you should not use `host`, but rather set the `Host` header in `httpHeaders`.
In addition to command probes and HTTP probes, Kubenetes supports
In addition to command probes and HTTP probes, Kubernetes supports
[TCP probes](/docs/api-reference/v1/definitions/#_v1_tcpsocketaction).
{% endcapture %}