diff --git a/content/en/docs/reference/kubectl/overview.md b/content/en/docs/reference/kubectl/overview.md index 72a60f96a2..53d3305ed9 100644 --- a/content/en/docs/reference/kubectl/overview.md +++ b/content/en/docs/reference/kubectl/overview.md @@ -91,6 +91,7 @@ If: * the `KUBERNETES_SERVICE_HOST` environment variable is set, and * the `KUBERNETES_SERVICE_PORT` environment variable is set, and * you don't explicitly specify a namespace on the kubectl command line + then kubectl assumes it is running in your cluster. The kubectl tool looks up the namespace of that ServiceAccount (this is the same as the namespace of the Pod) and acts against that namespace. This is different from what happens outside of a @@ -545,4 +546,3 @@ Current user: plugins-user * To find out more about plugins, take a look at the [example cli plugin](https://github.com/kubernetes/sample-cli-plugin). -