From 32c25d393556378d635fa3d8e136e87bbd2cf184 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Wed, 19 Feb 2025 10:18:42 +0100 Subject: [PATCH] cli: Remove warning notes from Vault and Consul setup commands. (#25153) --- command/setup_consul.go | 3 --- command/setup_vault.go | 3 --- website/content/docs/commands/setup/consul.mdx | 7 ------- website/content/docs/commands/setup/vault.mdx | 7 ------- 4 files changed, 20 deletions(-) diff --git a/command/setup_consul.go b/command/setup_consul.go index 061b38574..258c7011d 100644 --- a/command/setup_consul.go +++ b/command/setup_consul.go @@ -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 diff --git a/command/setup_vault.go b/command/setup_vault.go index 2424f04b6..72a6c24a5 100644 --- a/command/setup_vault.go +++ b/command/setup_vault.go @@ -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 diff --git a/website/content/docs/commands/setup/consul.mdx b/website/content/docs/commands/setup/consul.mdx index 1fdd82839..296ba314f 100644 --- a/website/content/docs/commands/setup/consul.mdx +++ b/website/content/docs/commands/setup/consul.mdx @@ -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]. - - -This command is an experimental feature and may change its behavior in future -versions of Nomad. - - - ## Usage ```plaintext diff --git a/website/content/docs/commands/setup/vault.mdx b/website/content/docs/commands/setup/vault.mdx index 835a85dd4..186262c93 100644 --- a/website/content/docs/commands/setup/vault.mdx +++ b/website/content/docs/commands/setup/vault.mdx @@ -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. - - -This command is an experimental feature and may change its behavior in future -versions of Nomad. - - - ## Usage ```plaintext