Use in-page “what's next” list for kubectl

This commit is contained in:
Tim Bannister 2022-03-03 10:02:36 +00:00
parent e0d4b37070
commit 77a598cb33
1 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,7 @@
title: Command line tool (kubectl) title: Command line tool (kubectl)
content_type: reference content_type: reference
weight: 60 weight: 60
no_list: true
card: card:
name: reference name: reference
weight: 20 weight: 20
@ -23,6 +24,7 @@ For details about each command, including all the supported flags and subcommand
For installation instructions, see [Installing kubectl](/docs/tasks/tools/#kubectl); For installation instructions, see [Installing kubectl](/docs/tasks/tools/#kubectl);
for a quick guide, see the [cheat sheet](/docs/reference/kubectl/cheatsheet/). for a quick guide, see the [cheat sheet](/docs/reference/kubectl/cheatsheet/).
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.
<!-- body --> <!-- body -->
@ -545,7 +547,10 @@ Current user: plugins-user
## {{% heading "whatsnext" %}} ## {{% heading "whatsnext" %}}
* Read the `kubectl` [command reference](/docs/reference/kubectl/kubectl/). * Read the `kubectl` reference documentation:
* Read the `kubectl` [command line arguments](/docs/reference/kubectl/kubectl/) reference. * the kubectl [command reference](/docs/reference/kubectl/kubectl/)
* Read about how to [extend kubectl with plugins](/docs/tasks/extend-kubectl/kubectl-plugins). * the [command line arguments](/docs/reference/generated/kubectl/kubectl-commands/) reference
* Learn about [`kubectl` usage conventions](/docs/reference/kubectl/conventions/)
* Read about [JSONPath support](/docs/reference/kubectl/jsonpath/) in kubectl
* Read about how to [extend kubectl with plugins](/docs/tasks/extend-kubectl/kubectl-plugins)
* To find out more about plugins, take a look at the [example CLI plugin](https://github.com/kubernetes/sample-cli-plugin). * To find out more about plugins, take a look at the [example CLI plugin](https://github.com/kubernetes/sample-cli-plugin).