redirect fix round 1

This commit is contained in:
Jeff Escalante 2020-09-15 11:37:45 -04:00
parent 003cada619
commit 6562b1cd47
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
2 changed files with 7 additions and 8 deletions

View File

@ -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!

View File

@ -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 |