Merge pull request #11307 from hashicorp/docs/admin-partitions-cli-v1.11.0

admin partition docs part 1 - cli
This commit is contained in:
trujillo-adam 2021-11-02 14:44:43 -07:00 committed by GitHub
commit 3ffa05495e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
---
@ -11,7 +11,7 @@ Command: `consul admin-partition`
<EnterpriseAlert />
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.
@ -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 <PARTITION_NAME>
```
In the following example, the `webdev-bu` partition is deleted: