Skip to content

Commit fbe2194

Browse files
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
1 parent 020cbc4 commit fbe2194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/kubectl/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ If:
9191
* the `KUBERNETES_SERVICE_HOST` environment variable is set, and
9292
* the `KUBERNETES_SERVICE_PORT` environment variable is set, and
9393
* you don't explicitly specify a namespace on the kubectl command line
94+
9495
then kubectl assumes it is running in your cluster. The kubectl tool looks up the
9596
namespace of that ServiceAccount (this is the same as the namespace of the Pod)
9697
and acts against that namespace. This is different from what happens outside of a
@@ -545,4 +546,3 @@ Current user: plugins-user
545546

546547
* To find out more about plugins, take a look at the [example cli plugin](https://github.com/kubernetes/sample-cli-plugin).
547548

548-

0 commit comments

Comments
 (0)