From c50ef13e8a421fe9063617686886ad9e4731cc3d Mon Sep 17 00:00:00 2001 From: David Grove Date: Thu, 15 May 2025 16:03:37 -0400 Subject: [PATCH] RHOAI 2.16.2 kueue metrics fix The kueue metrics service changed from port 8080 to port 8443; adjust the mlbatch kueue configuration accordingly. --- setup.RHOAI-v2.16/mlbatch-subscription.yaml | 2 +- setup.RHOAI-v2.16/mlbatch-upgrade-configmaps.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.RHOAI-v2.16/mlbatch-subscription.yaml b/setup.RHOAI-v2.16/mlbatch-subscription.yaml index 0f5eec1..5ed9021 100644 --- a/setup.RHOAI-v2.16/mlbatch-subscription.yaml +++ b/setup.RHOAI-v2.16/mlbatch-subscription.yaml @@ -158,7 +158,7 @@ data: health: healthProbeBindAddress: :8081 metrics: - bindAddress: :8080 + bindAddress: :8443 enableClusterQueueResources: true webhook: port: 9443 diff --git a/setup.RHOAI-v2.16/mlbatch-upgrade-configmaps.yaml b/setup.RHOAI-v2.16/mlbatch-upgrade-configmaps.yaml index c111aa4..45fc71d 100644 --- a/setup.RHOAI-v2.16/mlbatch-upgrade-configmaps.yaml +++ b/setup.RHOAI-v2.16/mlbatch-upgrade-configmaps.yaml @@ -46,7 +46,7 @@ data: health: healthProbeBindAddress: :8081 metrics: - bindAddress: :8080 + bindAddress: :8443 enableClusterQueueResources: true webhook: port: 9443