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
commit 3c0bc3c5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ kubectl cluster-info
{% endmethod %} {% endmethod %}
{% panel style="info", title="Kube Proxy" %} {% 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`. running `kubectl proxy`.
{% endpanel %} {% endpanel %}