Commit be404a07 authored by Denis Andrejew's avatar Denis Andrejew Committed by GitHub

fix typo in `kubectl proxy` command line help

fixed port from 8011 to 8001 (the default) because in that particular line no specific port is specified and thus the default is going to be used.
parent e6c57c65
...@@ -58,7 +58,7 @@ var ( ...@@ -58,7 +58,7 @@ var (
kubectl proxy --port=0 kubectl proxy --port=0
# Run a proxy to kubernetes apiserver, changing the api prefix to k8s-api # Run a proxy to kubernetes apiserver, changing the api prefix to k8s-api
# This makes e.g. the pods api available at localhost:8011/k8s-api/v1/pods/ # This makes e.g. the pods api available at localhost:8001/k8s-api/v1/pods/
kubectl proxy --api-prefix=/k8s-api`) kubectl proxy --api-prefix=/k8s-api`)
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment