mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
cli: Remove warning notes from Vault and Consul setup commands. (#25153)
This commit is contained in:
@@ -63,9 +63,6 @@ Usage: nomad setup consul [options]
|
||||
environment variables as documented in
|
||||
https://developer.hashicorp.com/consul/commands#environment-variables
|
||||
|
||||
WARNING: This command is an experimental feature and may change its behavior
|
||||
in future versions of Nomad.
|
||||
|
||||
Setup Consul options:
|
||||
|
||||
-jwks-url <url>
|
||||
|
||||
@@ -74,9 +74,6 @@ Usage: nomad setup vault [options]
|
||||
migrate to use Workload Identities with Vault. This option requires
|
||||
operator:read permission for Nomad.
|
||||
|
||||
WARNING: This command is an experimental feature and may change its behavior
|
||||
in future versions of Nomad.
|
||||
|
||||
Setup Vault options:
|
||||
|
||||
-jwks-url <url>
|
||||
|
||||
@@ -14,13 +14,6 @@ This command requires `acl:write` permissions for Consul and respects
|
||||
`CONSUL_HTTP_TOKEN`, `CONSUL_HTTP_ADDR`, and other [Consul-related environment
|
||||
variables][consulenv].
|
||||
|
||||
<Warning>
|
||||
|
||||
This command is an experimental feature and may change its behavior in future
|
||||
versions of Nomad.
|
||||
|
||||
</Warning>
|
||||
|
||||
## Usage
|
||||
|
||||
```plaintext
|
||||
|
||||
@@ -21,13 +21,6 @@ migrate to use Workload Identities with Vault. This option requires
|
||||
Refer to [Migrating to Using Workload Identity with
|
||||
Vault][nomad_acl_vault_wid_migrate] for more information.
|
||||
|
||||
<Warning>
|
||||
|
||||
This command is an experimental feature and may change its behavior in future
|
||||
versions of Nomad.
|
||||
|
||||
</Warning>
|
||||
|
||||
## Usage
|
||||
|
||||
```plaintext
|
||||
|
||||
Reference in New Issue
Block a user