Skip to content

Commit 77a598c

Browse files
author
Tim Bannister
committed
Use in-page “what's next” list for kubectl
1 parent e0d4b37 commit 77a598c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Command line tool (kubectl)
33
content_type: reference
44
weight: 60
5+
no_list: true
56
card:
67
name: reference
78
weight: 20
@@ -23,6 +24,7 @@ For details about each command, including all the supported flags and subcommand
2324

2425
For installation instructions, see [Installing kubectl](/docs/tasks/tools/#kubectl);
2526
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.
2628

2729
<!-- body -->
2830

@@ -545,7 +547,10 @@ Current user: plugins-user
545547

546548
## {{% heading "whatsnext" %}}
547549

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)
551556
* To find out more about plugins, take a look at the [example CLI plugin](https://github.com/kubernetes/sample-cli-plugin).

0 commit comments

Comments
 (0)