diff --git a/content/en/docs/tasks/tools/install-kubectl.md b/content/en/docs/tasks/tools/install-kubectl.md index 994e052d3b..cb4fe121ef 100644 --- a/content/en/docs/tasks/tools/install-kubectl.md +++ b/content/en/docs/tasks/tools/install-kubectl.md @@ -14,12 +14,13 @@ Use the Kubernetes command-line tool, [kubectl](/docs/user-guide/kubectl/), to d Use a version of kubectl that is the same version as your server or later. Using an older kubectl with a newer server might produce validation errors. {{% /capture %}} + +{{% capture steps %}} + ## Install kubectl Here are a few methods to install kubectl. -{{% capture steps %}} - ## Install kubectl binary via native package management {{< tabs name="kubectl_install" >}} @@ -260,7 +261,7 @@ Or when using [Oh-My-Zsh](http://ohmyz.sh/), edit the ~/.zshrc file and update t ```shell source <(kubectl completion zsh) ``` - +{{% /capture %}} {{% capture whatsnext %}} [Learn how to launch and expose your application.](/docs/tasks/access-application-cluster/service-access-application-cluster/)