From 26f9008808cd281129eb1b2feb367cb0f767ce20 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Thu, 17 Nov 2022 16:58:07 -0500 Subject: [PATCH] Update licensing docs to account for virtual agents. (#15398) * Update licensing docs to account for virtual agents. * Update website/content/docs/enterprise/license/overview.mdx Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> --- website/content/docs/enterprise/license/overview.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/docs/enterprise/license/overview.mdx b/website/content/docs/enterprise/license/overview.mdx index 76070dd888..2528c11c65 100644 --- a/website/content/docs/enterprise/license/overview.mdx +++ b/website/content/docs/enterprise/license/overview.mdx @@ -20,6 +20,9 @@ agent's configuration or environment. Also, prior to 1.10.0, server agents would the license between themselves. This no longer occurs and the license must be present on each server agent when it is started. +Consul Enterprise 1.14.0, when running on Kubernetes, removed client agents and replaced these with virtual agents. +Virtual agents are nodes that Consul service mesh services run on. HashiCorp uses virtual agents to determine license entitlements for customers on per-node licensing and pricing agreements. + -> Visit the [Enterprise License Tutorial](https://learn.hashicorp.com/tutorials/nomad/hashicorp-enterprise-license?utm_source=docs) for detailed steps on how to install the license key. ### Applying a License @@ -41,6 +44,8 @@ may also be licensed in the very same manner. However, to avoid the need to configure the license on many client agents and snapshot agents, those agents have the capability to retrieve the license automatically under the conditions described below. +Virtual agents do not need the license to run. + Updating the license for an agent depends on the method you used to apply the license. - **If you used the `CONSUL_LICENSE` environment variable**: After updating the environment variable, restart the affected agents.