Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions setup.RHOAI-v2.19/UPGRADE-FAST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
7 changes: 7 additions & 0 deletions setup.RHOAI-v2.19/UPGRADE-STABLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```