From 65d1b6c834a3845d5efb14097dfc385a4ea3c0e6 Mon Sep 17 00:00:00 2001 From: David Yu Date: Wed, 15 Dec 2021 15:37:46 -0800 Subject: [PATCH] docs: Admin Partitions image bump to GA (#11846) * docs: Admin Partitions image bump to GA * Bump to the right versions for Consul 1.11.1 --- website/content/docs/enterprise/admin-partitions.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/content/docs/enterprise/admin-partitions.mdx b/website/content/docs/enterprise/admin-partitions.mdx index f2c4deedc..ab8c2aabf 100644 --- a/website/content/docs/enterprise/admin-partitions.mdx +++ b/website/content/docs/enterprise/admin-partitions.mdx @@ -59,7 +59,7 @@ Your Consul configuration must meet the following requirements to use admin part ### Versions -* Consul 1.11.0 and newer +* Consul 1.11.1 and newer ### Security Configurations @@ -84,8 +84,8 @@ One of the primary use cases for admin partitions is for enabling a service mesh * Two or more Kubernetes clusters. Consul servers must be deployed to a single cluster. The other clusters should run Consul clients. * A Consul Enterprise license must be installed on each Kubernetes cluster. -* The helm chart for consul-k8s v0.38.0 or greater. -* Consul 1.11.0-ent or greater. +* The helm chart for consul-k8s v0.39.0 or greater. +* Consul 1.11.1-ent or greater. * All Consul clients must be able to communicate with the Consul servers in the `default` partition, and all servers must be able to communicate with the clients. ## Usage @@ -118,7 +118,7 @@ Verify that your Consul deployment meets the [Kubernetes Requirements](#kubernet enableConsulNamespaces: true tls: enabled: true - image: hashicorp/consul-enterprise:1.11.0-ent-rc + image: hashicorp/consul-enterprise:1.11.1-ent adminPartitions: enabled: true acls: @@ -194,7 +194,7 @@ Verify that your Consul deployment meets the [Kubernetes Requirements](#kubernet global: enabled: false enableConsulNamespaces: true - image: hashicorp/consul-enterprise:1.11.0-ent-rc + image: hashicorp/consul-enterprise:1.11.1-ent adminPartitions: enabled: true name: clients @@ -266,4 +266,4 @@ You will see the `default` and `clients` partitions available in the **Admin Par ## Known Limitations -* Only the `default` admin partition is supported when federating multiple Consul datacenters in a WAN. \ No newline at end of file +* Only the `default` admin partition is supported when federating multiple Consul datacenters in a WAN.