From 9f72758aab38515f48de07e08e871fae4e250071 Mon Sep 17 00:00:00 2001 From: Thomas Eckert Date: Mon, 8 Aug 2022 16:56:26 -0400 Subject: [PATCH] Clarify use of Helm --- website/content/docs/k8s/k8s-cli.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/docs/k8s/k8s-cli.mdx b/website/content/docs/k8s/k8s-cli.mdx index 0224e231cd..b1adee2884 100644 --- a/website/content/docs/k8s/k8s-cli.mdx +++ b/website/content/docs/k8s/k8s-cli.mdx @@ -8,7 +8,8 @@ description: >- # Consul on Kubernetes CLI Reference The Consul on Kubernetes CLI, `consul-k8s`, is a tool for managing Consul -without needing `Helm`, the [Consul CLI](/commands/index), or `kubectl`. +without needing to directly interact with Helm, the [Consul CLI](/commands/index), +or `kubectl`. -> **Note**: For guidance on how to install `consul-k8s`, visit the [Installing the Consul K8s CLI](/docs/k8s/installation/install-cli) documentation.