File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -46,3 +46,10 @@ with the actual value on your cluster:
4646``` sh
4747oc patch ip -n redhat-ods-operator --type merge --patch ' {"spec":{"approved":true}}' install-kpzzl
4848```
49+
50+ After the upgraded operator pod is running in the ` redhat-ods-operator ` namespace, delete the
51+ ` kueue-metrics-service ` from the ` redhat-ods-applications ` namespace and let the operator recreate it.
52+ This removes port ` 8080 ` , which is no longer used.
53+ ``` sh
54+ oc delete service kueue-metrics-service -n redhat-ods-applications
55+ ```
Original file line number Diff line number Diff line change @@ -49,3 +49,10 @@ with the actual value on your cluster:
4949``` sh
5050oc patch ip -n redhat-ods-operator --type merge --patch ' {"spec":{"approved":true}}' install-kpzzl
5151```
52+
53+ After the upgraded operator pod is running in the ` redhat-ods-operator ` namespace, delete the
54+ ` kueue-metrics-service ` from the ` redhat-ods-applications ` namespace and let the operator recreate it.
55+ This removes port ` 8080 ` , which is no longer used.
56+ ``` sh
57+ oc delete service kueue-metrics-service -n redhat-ods-applications
58+ ```
You can’t perform that action at this time.
0 commit comments