From b17b6a462a9d76d0ec1184aedd03d08e6e0cf48f Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Tue, 22 Mar 2022 15:40:53 -0700 Subject: [PATCH 1/2] docs: add link to k8s cli install page --- website/content/docs/k8s/k8s-cli.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/docs/k8s/k8s-cli.mdx b/website/content/docs/k8s/k8s-cli.mdx index a5ae845db1..186fde1378 100644 --- a/website/content/docs/k8s/k8s-cli.mdx +++ b/website/content/docs/k8s/k8s-cli.mdx @@ -9,7 +9,9 @@ description: >- Consul K8s CLI is a tool for quickly installing and interacting with Consul on Kubernetes. The Consul K8s CLI allows you to manage the lifecycle of Consul without requiring the usage of `Helm`, [Consul CLI](/commands/index), and `kubectl`. -The Consul K8s CLI offers a Kubernetes native experience for managing Consul. +The Consul K8s CLI offers a Kubernetes native experience for managing Consul. + +-> **Note**: For guidance on how to install the Consul K8s CLI, visit the [Installing the Consul K8s CLI](/docs/k8s/installation/install-cli) documentation page. This topic describes the subcommands and available options for using Consul K8s CLI. From d6778f4e63a2fb5058ca4e53f36c968e018b9b63 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Tue, 22 Mar 2022 15:51:04 -0700 Subject: [PATCH 2/2] docs: removed the word page --- website/content/docs/k8s/k8s-cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/k8s-cli.mdx b/website/content/docs/k8s/k8s-cli.mdx index 186fde1378..f3757748b8 100644 --- a/website/content/docs/k8s/k8s-cli.mdx +++ b/website/content/docs/k8s/k8s-cli.mdx @@ -11,7 +11,7 @@ Consul K8s CLI is a tool for quickly installing and interacting with Consul on K The Consul K8s CLI allows you to manage the lifecycle of Consul without requiring the usage of `Helm`, [Consul CLI](/commands/index), and `kubectl`. The Consul K8s CLI offers a Kubernetes native experience for managing Consul. --> **Note**: For guidance on how to install the Consul K8s CLI, visit the [Installing the Consul K8s CLI](/docs/k8s/installation/install-cli) documentation page. +-> **Note**: For guidance on how to install the Consul K8s CLI, visit the [Installing the Consul K8s CLI](/docs/k8s/installation/install-cli) documentation. This topic describes the subcommands and available options for using Consul K8s CLI.