From d745e2a93dafa7ea6681920b2ca1a0a5c5ef0314 Mon Sep 17 00:00:00 2001 From: Jono Sosulska <42216911+jsosulska@users.noreply.github.com> Date: Tue, 25 May 2021 12:36:09 -0700 Subject: [PATCH] Update Kubernetes docs to point to install pages. (#10293) Adds more clear indicators that the collections on the learn.hashicorp.com sites have specific instructions for single node deployments. Co-Authored by: soonoo --- website/content/docs/k8s/installation/install.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/content/docs/k8s/installation/install.mdx b/website/content/docs/k8s/installation/install.mdx index 41052e1eea..c806733f64 100644 --- a/website/content/docs/k8s/installation/install.mdx +++ b/website/content/docs/k8s/installation/install.mdx @@ -30,8 +30,9 @@ all the necessary components to run Consul. The configuration enables you to run just a server cluster, just a client cluster, or both. Using the Helm chart, you can have a full Consul deployment up and running in minutes. -A step-by-step beginner tutorial and accompanying video can be found at the -[Minikube with Consul guide](https://learn.hashicorp.com/consul/getting-started-k8s/minikube?utm_source=consul.io&utm_medium=docs). +Step-by-step tutorials for how to deploy Consul to Kubernetes, please see +our [Deploy to Kubernetes](https://learn.hashicorp.com/collections/consul/kubernetes-deploy) +collection. This collection includes configuration caveats for single node deployments. While the Helm chart exposes dozens of useful configurations and automatically sets up complex resources, it **does not automatically operate Consul.**