From 77a598cb33a616c627c71e4e71d5234fbba7a5e9 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Thu, 3 Mar 2022 10:02:36 +0000 Subject: [PATCH] =?UTF-8?q?Use=20in-page=20=E2=80=9Cwhat's=20next=E2=80=9D?= =?UTF-8?q?=20list=20for=20kubectl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/en/docs/reference/kubectl/_index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/content/en/docs/reference/kubectl/_index.md b/content/en/docs/reference/kubectl/_index.md index 26f16a3abe..cdbfca809e 100644 --- a/content/en/docs/reference/kubectl/_index.md +++ b/content/en/docs/reference/kubectl/_index.md @@ -2,6 +2,7 @@ title: Command line tool (kubectl) content_type: reference weight: 60 +no_list: true card: name: reference 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 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. @@ -545,7 +547,10 @@ Current user: plugins-user ## {{% heading "whatsnext" %}} -* Read the `kubectl` [command reference](/docs/reference/kubectl/kubectl/). -* Read the `kubectl` [command line arguments](/docs/reference/kubectl/kubectl/) reference. -* Read about how to [extend kubectl with plugins](/docs/tasks/extend-kubectl/kubectl-plugins). +* Read the `kubectl` reference documentation: + * the kubectl [command reference](/docs/reference/kubectl/kubectl/) + * 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).