Merge pull request #81420 from oke-py/fix-typo

fixed a typo in kubectl book
This commit is contained in:
Kubernetes Prow Robot
2019-10-03 23:57:57 -07:00
committed by GitHub

View File

@@ -67,7 +67,7 @@ kubectl cluster-info
{% endmethod %}
{% panel style="info", title="Kube Proxy" %}
The URLs printed by `cluster-info` can be access at `127.0.0.1:8001` by
The URLs printed by `cluster-info` can be accessed at `127.0.0.1:8001` by
running `kubectl proxy`.
{% endpanel %}