From 44fd6b66386fe7f2c788dec139c22c917da51873 Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Tue, 19 Oct 2021 13:36:43 -0700 Subject: [PATCH 1/2] Update website/content/commands/admin-partition.mdx Co-authored-by: David Yu --- website/content/commands/admin-partition.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/commands/admin-partition.mdx b/website/content/commands/admin-partition.mdx index c889eee1a5..af4489cabc 100644 --- a/website/content/commands/admin-partition.mdx +++ b/website/content/commands/admin-partition.mdx @@ -1,6 +1,6 @@ --- layout: commands -page_title: 'Commands: Admin-partition' +page_title: 'Commands: admin-partition' description: | The admin-partition command enables you create and manage Consul Enterprise admin partitions. --- From 138f9f31e69d95648db04114254fe476b5e8ec9d Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Mon, 1 Nov 2021 08:08:04 -0700 Subject: [PATCH 2/2] Apply suggestions from code review fixed typos Co-authored-by: Blake Covarrubias --- website/content/commands/admin-partition.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/commands/admin-partition.mdx b/website/content/commands/admin-partition.mdx index af4489cabc..417b7c73ef 100644 --- a/website/content/commands/admin-partition.mdx +++ b/website/content/commands/admin-partition.mdx @@ -11,7 +11,7 @@ Command: `consul admin-partition` -The `admin-partition` command enables you to create and manage Consul Enterprise administrative or admin partitions. Admin partitions are boundaries that allow multiple namespaces with the same name to exist independently of each other. This features is currently in beta. +The `admin-partition` command enables you to create and manage Consul Enterprise administrative or admin partitions. Admin partitions are boundaries that allow multiple tenants to exist independently of each other on a shared set of Consul servers. This feature is currently in beta. If ACLs are enabled then a token with operator privileges may be required in order to use this command. Write requests are forwarded to the leader in the primary datacenter. Therefore these commands can be run against @@ -61,7 +61,7 @@ Usage: consul admin-partition [options] [args] ## Subcommands -You can issue the folloing subcommands with the `consul admin-partition` command. +You can issue the following subcommands with the `consul admin-partition` command. ### `create` @@ -204,7 +204,7 @@ consul admin-partition list -format json -show-meta The `delete` subcommand sends a request to the server to remove the specified partition. ```shell-session -consul admin-partition delete PARTITION_NAME> +consul admin-partition delete ``` In the following example, the `webdev-bu` partition is deleted: