Skip to content

Commit cb00e9f

Browse files
committed
Fix issue with k8s.io/docs/reference/kubectl/overview/
1 parent 62d2110 commit cb00e9f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ where `command`, `TYPE`, `NAME`, and `flags` are:
3232

3333
* `TYPE`: Specifies the [resource type](#resource-types). Resource types are case-insensitive and you can specify the singular, plural, or abbreviated forms. For example, the following commands produce the same output:
3434

35-
```shell
36-
kubectl get pod pod1
37-
kubectl get pods pod1
38-
kubectl get po pod1
39-
```
35+
```shell
36+
kubectl get pod pod1
37+
kubectl get pods pod1
38+
kubectl get po pod1
39+
```
4040

4141
* `NAME`: Specifies the name of the resource. Names are case-sensitive. If the name is omitted, details for all resources are displayed, for example `kubectl get pods`.
4242

@@ -424,7 +424,7 @@ kubectl hello
424424
hello world
425425
```
426426
427-
```
427+
```shell
428428
# we can "uninstall" a plugin, by simply removing it from our PATH
429429
sudo rm /usr/local/bin/kubectl-hello
430430
```
@@ -442,7 +442,7 @@ The following kubectl-compatible plugins are available:
442442
/usr/local/bin/kubectl-foo
443443
/usr/local/bin/kubectl-bar
444444
```
445-
```
445+
```shell
446446
# this command can also warn us about plugins that are
447447
# not executable, or that are overshadowed by other
448448
# plugins, for example

0 commit comments

Comments
 (0)