You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/kubectl/_index.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
title: Command line tool (kubectl)
3
3
content_type: reference
4
4
weight: 60
5
+
no_list: true
5
6
card:
6
7
name: reference
7
8
weight: 20
@@ -23,6 +24,7 @@ For details about each command, including all the supported flags and subcommand
23
24
24
25
For installation instructions, see [Installing kubectl](/docs/tasks/tools/#kubectl);
25
26
for a quick guide, see the [cheat sheet](/docs/reference/kubectl/cheatsheet/).
27
+
If you're used to using the `docker` command-line tool, [`kubectl` for Docker Users](/docs/reference/kubectl/docker-cli-to-kubectl/) explains some equivalent commands for Kubernetes.
26
28
27
29
<!-- body -->
28
30
@@ -545,7 +547,10 @@ Current user: plugins-user
545
547
546
548
## {{% heading "whatsnext" %}}
547
549
548
-
* Read the `kubectl`[command reference](/docs/reference/kubectl/kubectl/).
549
-
* Read the `kubectl`[command line arguments](/docs/reference/kubectl/kubectl/) reference.
550
-
* Read about how to [extend kubectl with plugins](/docs/tasks/extend-kubectl/kubectl-plugins).
550
+
* Read the `kubectl` reference documentation:
551
+
* the kubectl [command reference](/docs/reference/kubectl/kubectl/)
552
+
* the [command line arguments](/docs/reference/generated/kubectl/kubectl-commands/) reference
553
+
* Learn about [`kubectl` usage conventions](/docs/reference/kubectl/conventions/)
554
+
* Read about [JSONPath support](/docs/reference/kubectl/jsonpath/) in kubectl
555
+
* Read about how to [extend kubectl with plugins](/docs/tasks/extend-kubectl/kubectl-plugins)
551
556
* To find out more about plugins, take a look at the [example CLI plugin](https://github.com/kubernetes/sample-cli-plugin).
0 commit comments