diff --git a/website/_redirects b/website/_redirects index 9d4538a053..3824b53971 100644 --- a/website/_redirects +++ b/website/_redirects @@ -60,7 +60,6 @@ /docs/k8s/operations/upgrading /docs/k8s/upgrade 301! /docs/k8s/operations/uninstalling /docs/k8s/uninstall 301! /docs/k8s/operations/tls-on-existing-cluster /docs/k8s/tls-on-existing-cluster 301! -/docs/k8s/helm /docs/k8s/installation/helm 301! /docs/agent/services /docs/discovery/services 301! /docs/agent/checks /docs/discovery/checks 301! /docs/agent/dns /docs/discovery/dns 301! diff --git a/website/pages/docs/k8s/upgrade/compatibility.mdx b/website/pages/docs/k8s/upgrade/compatibility.mdx index 62c50f1871..600b7ff3e2 100644 --- a/website/pages/docs/k8s/upgrade/compatibility.mdx +++ b/website/pages/docs/k8s/upgrade/compatibility.mdx @@ -5,16 +5,16 @@ sidebar_title: Compatibility Matrix description: Compatibility Matrix for Consul Kubernetes and Consul --- -# Compatibility Matrix for Consul Kubernetes and Consul +# Compatibility Matrix for Consul Kubernetes and Consul -Consul Kubernetes (consul-k8s) is managed using Consul Helm. For every release of Consul Kubernetes, a new version of the Consul Kubernetes +Consul Kubernetes (consul-k8s) is managed using Consul Helm. For every release of Consul Kubernetes, a new version of the Consul Kubernetes Helm chart and Consul Kubernetes binary is released through the HashiCorp Helm repository. The recommended best practice is to upgrade the Helm chart which will ensure a compatible version of the Consul Kubernetes binary is used. ## Supported Versions -| Consul Version | Compatible Consul Helm Versions | -| ------------------- | -------------------------------- | -| 1.8.x | 0.22.0 - 0.24.1 | -| 1.7.x | 0.17.0 - 0.21.0 | -| 1.6.x | 0.10.0 - 0.16.2 | +| Consul Version | Compatible Consul Helm Versions | +| -------------- | ------------------------------- | +| 1.8.x | 0.22.0 - 0.24.1 | +| 1.7.x | 0.17.0 - 0.21.0 | +| 1.6.x | 0.10.0 - 0.16.2 |