File tree 2 files changed +14
-0
lines changed
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:
46
46
``` sh
47
47
oc patch ip -n redhat-ods-operator --type merge --patch ' {"spec":{"approved":true}}' install-kpzzl
48
48
```
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:
49
49
``` sh
50
50
oc patch ip -n redhat-ods-operator --type merge --patch ' {"spec":{"approved":true}}' install-kpzzl
51
51
```
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