diff --git a/setup.RHOAI-v2.19/UPGRADE-FAST.md b/setup.RHOAI-v2.19/UPGRADE-FAST.md index 30579e9..913d9c0 100644 --- a/setup.RHOAI-v2.19/UPGRADE-FAST.md +++ b/setup.RHOAI-v2.19/UPGRADE-FAST.md @@ -46,3 +46,10 @@ with the actual value on your cluster: ```sh oc patch ip -n redhat-ods-operator --type merge --patch '{"spec":{"approved":true}}' install-kpzzl ``` + +After the upgraded operator pod is running in the `redhat-ods-operator` namespace, delete the +`kueue-metrics-service` from the `redhat-ods-applications` namespace and let the operator recreate it. +This removes port `8080`, which is no longer used. +```sh +oc delete service kueue-metrics-service -n redhat-ods-applications +``` diff --git a/setup.RHOAI-v2.19/UPGRADE-STABLE.md b/setup.RHOAI-v2.19/UPGRADE-STABLE.md index eadadbb..6275137 100644 --- a/setup.RHOAI-v2.19/UPGRADE-STABLE.md +++ b/setup.RHOAI-v2.19/UPGRADE-STABLE.md @@ -49,3 +49,10 @@ with the actual value on your cluster: ```sh oc patch ip -n redhat-ods-operator --type merge --patch '{"spec":{"approved":true}}' install-kpzzl ``` + +After the upgraded operator pod is running in the `redhat-ods-operator` namespace, delete the +`kueue-metrics-service` from the `redhat-ods-applications` namespace and let the operator recreate it. +This removes port `8080`, which is no longer used. +```sh +oc delete service kueue-metrics-service -n redhat-ods-applications +```