From c8badedbf7685714ba0b249fabea284d2e5f6671 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Fri, 4 Mar 2022 09:08:33 -0700 Subject: [PATCH 1/3] docs: adding text for maximum number of admin partitions --- website/content/docs/enterprise/admin-partitions.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/enterprise/admin-partitions.mdx b/website/content/docs/enterprise/admin-partitions.mdx index e635ea2f85..0890608bf0 100644 --- a/website/content/docs/enterprise/admin-partitions.mdx +++ b/website/content/docs/enterprise/admin-partitions.mdx @@ -281,3 +281,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. +- A max capacity of 256 admin partitions is supported. From 1de64468d908374a699844d330257be5ac248550 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Fri, 4 Mar 2022 09:21:59 -0700 Subject: [PATCH 2/3] docs: updated the text based on feedback from PM --- website/content/docs/enterprise/admin-partitions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/enterprise/admin-partitions.mdx b/website/content/docs/enterprise/admin-partitions.mdx index 0890608bf0..75adb2a718 100644 --- a/website/content/docs/enterprise/admin-partitions.mdx +++ b/website/content/docs/enterprise/admin-partitions.mdx @@ -281,4 +281,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. -- A max capacity of 256 admin partitions is supported. +- Admin partitions have no theoretical limit. We intend to conduct a large-scale test to identify a recommended ceiling in the future. From 99a50b9ca1c8c9e7b7e90274b4d0a8c2159a78d4 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Fri, 4 Mar 2022 09:26:13 -0700 Subject: [PATCH 3/3] docs: replaced ceiling with the word max --- website/content/docs/enterprise/admin-partitions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/enterprise/admin-partitions.mdx b/website/content/docs/enterprise/admin-partitions.mdx index 75adb2a718..6fd1bf8d96 100644 --- a/website/content/docs/enterprise/admin-partitions.mdx +++ b/website/content/docs/enterprise/admin-partitions.mdx @@ -281,4 +281,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. -- Admin partitions have no theoretical limit. We intend to conduct a large-scale test to identify a recommended ceiling in the future. +- Admin partitions have no theoretical limit. We intend to conduct a large-scale test to identify a recommended max in the future.