From 47e8bcbf5aeb6e965a8263e8d544fa96e7519287 Mon Sep 17 00:00:00 2001 From: g-pan Date: Thu, 7 Dec 2023 14:50:55 -0500 Subject: [PATCH] HPCC-27610 Update Container Placements Documentation Signed-off-by: g-pan --- .../ContainerizedHPCC/ContainerizedMods/ConfigureValues.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/EN_US/ContainerizedHPCC/ContainerizedMods/ConfigureValues.xml b/docs/EN_US/ContainerizedHPCC/ContainerizedMods/ConfigureValues.xml index ff58be86896..0cfeb6bae5b 100644 --- a/docs/EN_US/ContainerizedHPCC/ContainerizedMods/ConfigureValues.xml +++ b/docs/EN_US/ContainerizedHPCC/ContainerizedMods/ConfigureValues.xml @@ -1293,7 +1293,7 @@ thor: This is the "Deployment" metadata name from the name of the array item of a type. For example, "eclwatch-", "mydali-", - "thor-thoragent" This can be a regular expression since + "thor-thoragent" using a regular expression is preferred since Kubernetes will use the metadata name as a prefix and dynamically generate the pod name such as, eclwatch-7f4dd4dd44cb-c0w3x. @@ -1305,7 +1305,7 @@ thor: The job name is typically a regular expression as well, since the job name is generated dynamically. For example, a compile job compile-54eB67e567e, could use "compile-" or - "compile-*" or the exact match "^compile-.$" + "compile-.*" or the exact match "^compile-.$"