From dfe24ba3377caa35b66cff0793713e95a60f5dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 6 Jan 2025 09:37:14 +0100 Subject: [PATCH] baremetal-coco: Add the namespace to the default kbs address MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise the address won't be discovered from another namespaces. Signed-off-by: Fabiano FidĂȘncio --- scripts/install-helpers/baremetal-coco/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-helpers/baremetal-coco/install.sh b/scripts/install-helpers/baremetal-coco/install.sh index 32ed4278..945b603f 100755 --- a/scripts/install-helpers/baremetal-coco/install.sh +++ b/scripts/install-helpers/baremetal-coco/install.sh @@ -6,7 +6,7 @@ ADD_IMAGE_PULL_SECRET=false GA_RELEASE=true KERNEL_CONFIG_MC_FILE="./96-kata-kernel-config-mc.yaml" SKIP_NFD="${SKIP_NFD:-false}" -TRUSTEE_URL="${TRUSTEE_URL:-"http://kbs-service:8080"}" +TRUSTEE_URL="${TRUSTEE_URL:-"http://kbs-service.trustee-operator-system:8080"}" CMD_TIMEOUT="${CMD_TIMEOUT:-900}" # Function to check if a command is available @@ -413,7 +413,7 @@ function display_help() { echo " " echo "Some environment variables that can be set:" echo "SKIP_NFD: Skip NFD operator installation and CR creation (default: false)" - echo "TRUSTEE_URL: Trustee URL to be used in the kernel config (default: http://kbs-service:8080)" + echo "TRUSTEE_URL: Trustee URL to be used in the kernel config (default: http://kbs-service.trustee-operator-system:8080)" echo "CMD_TIMEOUT: Timeout for the commands (default: 900)" # Add some example usage options echo " "