mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
Merge pull request #11307 from hashicorp/docs/admin-partitions-cli-v1.11.0
admin partition docs part 1 - cli
This commit is contained in:
commit
3ffa05495e
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user