fix Kubenetes typo

Kubenetes -> Kubernetes
This commit is contained in:
Andrew Chen
2017-02-14 11:07:33 -08:00
committed by mengyuan
parent 3a5b4c74d3
commit 4e3f6ae0e3
@@ -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 %}