fix Kubenetes typo

Kubenetes -> Kubernetes
pull/2529/head
Andrew Chen 2017-02-14 11:07:33 -08:00
parent 38033ae6bf
commit 2fb161e033
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}