fixed a typo in kubectl book

This commit is contained in:
Naoki Oketani 2019-08-14 23:11:07 +09:00
parent 34791349d6
commit 305fbd2bf6

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