-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade nerc-ocp-test cluster to 4.17 #912
Comments
There is a micro-architecture change in the RHEL 9.2 version underlying OCP in OCP v4.16. rhel-micro-architecture-update-requirements.
We need to see output like:
Confirmed that x86-64-v2 instruction set is supported on our hosts in nerc-ocp-test. |
We also have some k8s api removals to consider in OCP 4.16 (k8s 1.29). Removed api is No alerts are firing with |
This upgrade will require admin acks given the removed apis |
The console cluster operator is in degraded state, so I will have to address that prior to upgrade being viable. |
Blocked by #930 |
Adding the 'managementState: Managed' field back to the console cluster object fixed the operator state.
It looks like this is based on our custom OCP console config:
So we need to make a PR to patch this field in, since it will always need to be present. |
Closes issue: nerc-project/operations#912 The console object "cluster" was giving error due to a missing managementState. Since we have a cutom console config we need to add a patch which includes this line with the value Managed, so the managementState does not fall off the console resource in the future.
Closes issue: nerc-project/operations#912 The console object "cluster" was giving error due to a missing managementState. Since we have a cutom console config we need to add a patch which includes this line with the value Managed, so the managementState does not fall off the console resource in the future.
For info regarding this upgrade see this issue: nerc-project/operations#912 OCP version was determined using https://access.redhat.com/labs/ocpupgradegraph/update_path
Closes issue: nerc-project/operations#912 The console object "cluster" was giving error due to a missing managementState. Since we have a cutom console config we need to add a patch which includes this line with the value Managed, so the managementState does not fall off the console resource in the future.
For info regarding this upgrade see this issue: nerc-project/operations#912 OCP version was determined using https://access.redhat.com/labs/ocpupgradegraph/update_path
First step in the upgrade process is underway! (4.15 -> 4.16) |
Motivation
Need to upgrade this cluster from current version 4.15.28 to 4.17
Completion Criteria
Description
Completion dates
Required - 03/2025
The text was updated successfully, but these errors were encountered: