From fbe2194d5ba8ac2006cb87c3ec5833210df42bb8 Mon Sep 17 00:00:00 2001 From: Robot Jelly <36916536+robotjellyzone@users.noreply.github.com> Date: Thu, 25 Nov 2021 14:56:33 +0530 Subject: [PATCH] added line separation in kubectl page (#30359) * added line separation in kubectl page added line separation in kubectl page - 2 added line separation in kubectl page - 3 added space at ends final changes added spaces at end * removed Line-549 from end of the file * added Line-548 at the end of file --- content/en/docs/reference/kubectl/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -