diff --git a/_data/tasks.yml b/_data/tasks.yml index 186ddd1f10..cf8df1581a 100644 --- a/_data/tasks.yml +++ b/_data/tasks.yml @@ -3,9 +3,9 @@ abstract: "Step-by-step instructions for performing operations with Kubernetes." toc: - docs/tasks/index.md -- title: Using the kubectl Command-Line +- title: Installing Tools section: - - docs/tasks/kubectl/install.md + - docs/tasks/tools/install-kubectl.md - title: Configuring Pods and Containers section: diff --git a/docs/tasks/kubectl/install.md b/docs/tasks/tools/install-kubectl.md similarity index 98% rename from docs/tasks/kubectl/install.md rename to docs/tasks/tools/install-kubectl.md index eb5831468e..8240aa8664 100644 --- a/docs/tasks/kubectl/install.md +++ b/docs/tasks/tools/install-kubectl.md @@ -3,6 +3,9 @@ assignees: - bgrant0607 - mikedanese title: Installing and Setting Up kubectl +redirect_from: +- "/docs/tasks/kubectl/install/" +- "/docs/tasks/kubectl/install.html" --- To deploy and manage applications on Kubernetes, you'll use the