Skip to content

Fix RHCOS version mismatch for Nutanix IPI installation#73946

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:masterfrom
weinliu:fix-nutanix-windows-image
Feb 3, 2026
Merged

Fix RHCOS version mismatch for Nutanix IPI installation#73946
openshift-merge-bot[bot] merged 1 commit intoopenshift:masterfrom
weinliu:fix-nutanix-windows-image

Conversation

@weinliu
Copy link
Copy Markdown
Contributor

@weinliu weinliu commented Jan 26, 2026

Problem Description

This PR addresses a critical RHCOS version incompatibility in Nutanix IPI cluster installations.

Root Cause:

  • The installer binary (commit a6c94ff2, built on Jan 14, 2026) contains embedded RHCOS stream metadata pointing to version 9.6.20251212-1 (built Dec 12, 2025)
  • The release payload 4.21.0-0.nightly-2026-01-22-192129 expects machine-os version 9.6.20260117-0 (built Jan 17, 2026)
  • This 36-day version gap causes API Server startup failure due to missing kernel modules, CRI-O updates, and other dependencies required by Kubernetes 1.34.2

Symptoms:

  • Bootstrap phase: SUCCESS (basic etcd service works)
  • Control plane VMs: Created successfully
  • API Server: FAILED to start (missing required runtime components)
  • Install result: Timeout waiting for https://api...:6443

Solution

Add OVERRIDE_RHCOS_IMAGE environment variable to force the use of the correct RHCOS version that matches the release payload's machine-os requirement.

Changes

  • ci-operator/config/.../openshift-openshift-tests-private-release-4.21.yaml

    • Add OVERRIDE_RHCOS_IMAGE pointing to the correct build (9.6.20260117-0)
    • Use TEST_FILTERS: ~ChkUpgrade&;~ConnectedOnly&;Smokerun& (per @rrasouli's feedback, no need to exclude 60944 and 76765 since they are fixed)
    • Add debug-winc-nutanix-ipi job configuration
  • ci-operator/step-registry/ipi/conf/nutanix/ipi-conf-nutanix-ref.yaml

    • Declare the OVERRIDE_RHCOS_IMAGE parameter to satisfy CI validation requirements
  • ci-operator/jobs/.../openshift-openshift-tests-private-release-4.21-presubmits.yaml

    • Auto-generated Prow job configuration

/cc @rrasouli

Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com

@openshift-ci openshift-ci bot requested review from lihongan and rvanderp3 January 26, 2026 10:30
@weinliu
Copy link
Copy Markdown
Contributor Author

weinliu commented Jan 26, 2026

@rrasouli could you help?

@weinliu
Copy link
Copy Markdown
Contributor Author

weinliu commented Jan 26, 2026

/assign @rrasouli

@rrasouli
Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 26, 2026
@weinliu
Copy link
Copy Markdown
Contributor Author

weinliu commented Jan 27, 2026

/cc @jcpowermac

This PR fixes the Nutanix IPI installation issue where RHCOS version mismatch causes installation failures.

Could you help review and approve? Thanks!

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Jan 27, 2026
EXTRACT_MANIFEST_INCLUDED: "true"
OVERRIDE_RHCOS_IMAGE: https://rhcos.mirror.openshift.com/art/storage/prod/streams/rhel-9.6/builds/9.6.20260117-0/x86_64/rhcos-9.6.20260117-0-nutanix.x86_64.qcow2
TEST_FILTERS: ~ChkUpgrade&;~ConnectedOnly&;Smokerun&
TEST_FILTERS: ~ChkUpgrade&;~ConnectedOnly&;60944|76765&
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to exclude 60944 and 76765 since we have fixed them, they are not backported yet

@weinliu weinliu closed this Jan 27, 2026
@weinliu weinliu deleted the fix-nutanix-windows-image branch January 27, 2026 10:47
@weinliu weinliu restored the fix-nutanix-windows-image branch January 27, 2026 12:21
@weinliu weinliu reopened this Jan 27, 2026
Add OVERRIDE_RHCOS_IMAGE environment variable to force the use of
the correct RHCOS version (9.6.20260117-0) for the debug-winc-nutanix-ipi test.

Root cause:
- The installer binary (commit a6c94ff2, built 2026-01-14) has embedded
  RHCOS stream metadata pointing to version 9.6.20251212-1 (built 2025-12-12)
- However, the release payload 4.21.0-0.nightly-2026-01-22-192129 expects
  machine-os version 9.6.20260117-0 (built 2026-01-17)
- This 36-day version gap causes API Server startup failure due to missing
  kernel modules, CRI-O updates, and other dependencies required by
  Kubernetes 1.34.2

The mismatch manifested as:
- Bootstrap phase: SUCCESS (basic etcd service works)
- Control plane VMs: Created successfully
- API Server: FAILED to start (missing required runtime components)
- Install result: Timeout waiting for https://api...:6443

Solution:
Override the RHCOS image URL to use the correct version that matches
the release payload's machine-os requirement.

Also declare the OVERRIDE_RHCOS_IMAGE parameter in the ipi-conf-nutanix
step reference to satisfy CI validation requirements.
@weinliu weinliu force-pushed the fix-nutanix-windows-image branch from 6f71590 to 51e84b9 Compare January 27, 2026 12:27
@rrasouli
Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 27, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@weinliu: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-windows-machine-config-operator-master-nutanix-e2e-operator openshift/windows-machine-config-operator presubmit Registry content changed
pull-ci-openshift-windows-machine-config-operator-release-4.23-nutanix-e2e-operator openshift/windows-machine-config-operator presubmit Registry content changed
pull-ci-openshift-windows-machine-config-operator-release-4.22-nutanix-e2e-operator openshift/windows-machine-config-operator presubmit Registry content changed
pull-ci-openshift-windows-machine-config-operator-release-4.21-nutanix-e2e-operator openshift/windows-machine-config-operator presubmit Registry content changed
pull-ci-openshift-windows-machine-config-operator-release-4.20-nutanix-e2e-operator openshift/windows-machine-config-operator presubmit Registry content changed
pull-ci-openshift-windows-machine-config-operator-release-4.19-nutanix-e2e-operator openshift/windows-machine-config-operator presubmit Registry content changed
pull-ci-openshift-windows-machine-config-operator-release-4.18-nutanix-e2e-operator openshift/windows-machine-config-operator presubmit Registry content changed
pull-ci-openshift-windows-machine-config-operator-release-4.17-nutanix-e2e-operator openshift/windows-machine-config-operator presubmit Registry content changed
pull-ci-openshift-windows-machine-config-operator-release-4.16-nutanix-e2e-operator openshift/windows-machine-config-operator presubmit Registry content changed
pull-ci-openshift-windows-machine-config-operator-release-4.15-nutanix-e2e-operator openshift/windows-machine-config-operator presubmit Registry content changed
pull-ci-openshift-windows-machine-config-operator-release-4.14-nutanix-e2e-operator openshift/windows-machine-config-operator presubmit Registry content changed
pull-ci-openshift-installer-release-4.11-e2e-nutanix openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-main-e2e-nutanix-ovn openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.23-e2e-nutanix-ovn openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.22-e2e-nutanix-ovn openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.21-e2e-nutanix-ovn openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.20-e2e-nutanix-ovn openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.19-e2e-nutanix-ovn openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.18-altinfra-e2e-nutanix-capi-ovn openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.18-e2e-nutanix-ovn openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.17-altinfra-e2e-nutanix-capi-ovn openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.17-e2e-nutanix-ovn openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.16-altinfra-e2e-nutanix-capi-ovn openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.16-e2e-nutanix-ovn openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.15-e2e-nutanix-ovn openshift/installer presubmit Registry content changed

A total of 596 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@rrasouli
Copy link
Copy Markdown
Contributor

/lgtm

@weinliu
Copy link
Copy Markdown
Contributor Author

weinliu commented Feb 2, 2026

Hi @jianlinliu ,may I ask if you can help to check it's good to go? Thanks.

@jianlinliu
Copy link
Copy Markdown
Contributor

Hi @jianlinliu ,may I ask if you can help to check it's good to go? Thanks.

Pls check #73946 (comment) to find out proper owner to review and approve.

@weinliu
Copy link
Copy Markdown
Contributor Author

weinliu commented Feb 2, 2026

@rvanderp3 @jcpowermac @JoelSpeed Could you help review? This fixes RHCOS version mismatch for Nutanix
IPI installation.

@JoelSpeed
Copy link
Copy Markdown
Contributor

/approve

@weinliu
Copy link
Copy Markdown
Contributor Author

weinliu commented Feb 2, 2026

@liangxia could you help? Thanks!

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Feb 2, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JoelSpeed, liangxia, rrasouli, weinliu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 2, 2026
@weinliu
Copy link
Copy Markdown
Contributor Author

weinliu commented Feb 3, 2026

/rehearsals-ack

@weinliu
Copy link
Copy Markdown
Contributor Author

weinliu commented Feb 3, 2026

Could someone with write access please add the rehearsals-ack label? This is blocking the merge. Thanks!

@weinliu
Copy link
Copy Markdown
Contributor Author

weinliu commented Feb 3, 2026

/label rehearsals-ack

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Feb 3, 2026

@weinliu: The label(s) /label rehearsals-ack cannot be applied. These labels are supported: acknowledge-critical-fixes-only, platform/aws, platform/azure, platform/baremetal, platform/google, platform/libvirt, platform/openstack, ga, tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash, px-approved, docs-approved, qe-approved, ux-approved, no-qe, downstream-change-needed, rebase/manual, cluster-config-api-changed, run-integration-tests, approved, backport-risk-assessed, bugzilla/valid-bug, cherry-pick-approved, jira/valid-bug, ok-to-test, priority/ci-critical, stability-fix-approved, staff-eng-approved. Is this label configured under labels -> additional_labels or labels -> restricted_labels in plugin.yaml?

Details

In response to this:

/label rehearsals-ack

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@weinliu
Copy link
Copy Markdown
Contributor Author

weinliu commented Feb 3, 2026

/pj-rehearse ack

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@weinliu: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Feb 3, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Feb 3, 2026

@weinliu: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot bot merged commit 8fb7fcc into openshift:master Feb 3, 2026
17 checks passed
richardsonnick pushed a commit to richardsonnick/release that referenced this pull request Feb 10, 2026
)

Add OVERRIDE_RHCOS_IMAGE environment variable to force the use of
the correct RHCOS version (9.6.20260117-0) for the debug-winc-nutanix-ipi test.

Root cause:
- The installer binary (commit a6c94ff2, built 2026-01-14) has embedded
  RHCOS stream metadata pointing to version 9.6.20251212-1 (built 2025-12-12)
- However, the release payload 4.21.0-0.nightly-2026-01-22-192129 expects
  machine-os version 9.6.20260117-0 (built 2026-01-17)
- This 36-day version gap causes API Server startup failure due to missing
  kernel modules, CRI-O updates, and other dependencies required by
  Kubernetes 1.34.2

The mismatch manifested as:
- Bootstrap phase: SUCCESS (basic etcd service works)
- Control plane VMs: Created successfully
- API Server: FAILED to start (missing required runtime components)
- Install result: Timeout waiting for https://api...:6443

Solution:
Override the RHCOS image URL to use the correct version that matches
the release payload's machine-os requirement.

Also declare the OVERRIDE_RHCOS_IMAGE parameter in the ipi-conf-nutanix
step reference to satisfy CI validation requirements.
richardsonnick pushed a commit to richardsonnick/release that referenced this pull request Feb 18, 2026
)

Add OVERRIDE_RHCOS_IMAGE environment variable to force the use of
the correct RHCOS version (9.6.20260117-0) for the debug-winc-nutanix-ipi test.

Root cause:
- The installer binary (commit a6c94ff2, built 2026-01-14) has embedded
  RHCOS stream metadata pointing to version 9.6.20251212-1 (built 2025-12-12)
- However, the release payload 4.21.0-0.nightly-2026-01-22-192129 expects
  machine-os version 9.6.20260117-0 (built 2026-01-17)
- This 36-day version gap causes API Server startup failure due to missing
  kernel modules, CRI-O updates, and other dependencies required by
  Kubernetes 1.34.2

The mismatch manifested as:
- Bootstrap phase: SUCCESS (basic etcd service works)
- Control plane VMs: Created successfully
- API Server: FAILED to start (missing required runtime components)
- Install result: Timeout waiting for https://api...:6443

Solution:
Override the RHCOS image URL to use the correct version that matches
the release payload's machine-os requirement.

Also declare the OVERRIDE_RHCOS_IMAGE parameter in the ipi-conf-nutanix
step reference to satisfy CI validation requirements.
memodi pushed a commit to memodi/release that referenced this pull request Feb 18, 2026
)

Add OVERRIDE_RHCOS_IMAGE environment variable to force the use of
the correct RHCOS version (9.6.20260117-0) for the debug-winc-nutanix-ipi test.

Root cause:
- The installer binary (commit a6c94ff2, built 2026-01-14) has embedded
  RHCOS stream metadata pointing to version 9.6.20251212-1 (built 2025-12-12)
- However, the release payload 4.21.0-0.nightly-2026-01-22-192129 expects
  machine-os version 9.6.20260117-0 (built 2026-01-17)
- This 36-day version gap causes API Server startup failure due to missing
  kernel modules, CRI-O updates, and other dependencies required by
  Kubernetes 1.34.2

The mismatch manifested as:
- Bootstrap phase: SUCCESS (basic etcd service works)
- Control plane VMs: Created successfully
- API Server: FAILED to start (missing required runtime components)
- Install result: Timeout waiting for https://api...:6443

Solution:
Override the RHCOS image URL to use the correct version that matches
the release payload's machine-os requirement.

Also declare the OVERRIDE_RHCOS_IMAGE parameter in the ipi-conf-nutanix
step reference to satisfy CI validation requirements.
dhensel-rh pushed a commit to dhensel-rh/release that referenced this pull request Feb 19, 2026
)

Add OVERRIDE_RHCOS_IMAGE environment variable to force the use of
the correct RHCOS version (9.6.20260117-0) for the debug-winc-nutanix-ipi test.

Root cause:
- The installer binary (commit a6c94ff2, built 2026-01-14) has embedded
  RHCOS stream metadata pointing to version 9.6.20251212-1 (built 2025-12-12)
- However, the release payload 4.21.0-0.nightly-2026-01-22-192129 expects
  machine-os version 9.6.20260117-0 (built 2026-01-17)
- This 36-day version gap causes API Server startup failure due to missing
  kernel modules, CRI-O updates, and other dependencies required by
  Kubernetes 1.34.2

The mismatch manifested as:
- Bootstrap phase: SUCCESS (basic etcd service works)
- Control plane VMs: Created successfully
- API Server: FAILED to start (missing required runtime components)
- Install result: Timeout waiting for https://api...:6443

Solution:
Override the RHCOS image URL to use the correct version that matches
the release payload's machine-os requirement.

Also declare the OVERRIDE_RHCOS_IMAGE parameter in the ipi-conf-nutanix
step reference to satisfy CI validation requirements.
kannon92 pushed a commit to kannon92/release that referenced this pull request Mar 3, 2026
)

Add OVERRIDE_RHCOS_IMAGE environment variable to force the use of
the correct RHCOS version (9.6.20260117-0) for the debug-winc-nutanix-ipi test.

Root cause:
- The installer binary (commit a6c94ff2, built 2026-01-14) has embedded
  RHCOS stream metadata pointing to version 9.6.20251212-1 (built 2025-12-12)
- However, the release payload 4.21.0-0.nightly-2026-01-22-192129 expects
  machine-os version 9.6.20260117-0 (built 2026-01-17)
- This 36-day version gap causes API Server startup failure due to missing
  kernel modules, CRI-O updates, and other dependencies required by
  Kubernetes 1.34.2

The mismatch manifested as:
- Bootstrap phase: SUCCESS (basic etcd service works)
- Control plane VMs: Created successfully
- API Server: FAILED to start (missing required runtime components)
- Install result: Timeout waiting for https://api...:6443

Solution:
Override the RHCOS image URL to use the correct version that matches
the release payload's machine-os requirement.

Also declare the OVERRIDE_RHCOS_IMAGE parameter in the ipi-conf-nutanix
step reference to satisfy CI validation requirements.
weinliu added a commit to weinliu/release that referenced this pull request Mar 6, 2026
)

Add OVERRIDE_RHCOS_IMAGE environment variable to force the use of
the correct RHCOS version (9.6.20260117-0) for the debug-winc-nutanix-ipi test.

Root cause:
- The installer binary (commit a6c94ff2, built 2026-01-14) has embedded
  RHCOS stream metadata pointing to version 9.6.20251212-1 (built 2025-12-12)
- However, the release payload 4.21.0-0.nightly-2026-01-22-192129 expects
  machine-os version 9.6.20260117-0 (built 2026-01-17)
- This 36-day version gap causes API Server startup failure due to missing
  kernel modules, CRI-O updates, and other dependencies required by
  Kubernetes 1.34.2

The mismatch manifested as:
- Bootstrap phase: SUCCESS (basic etcd service works)
- Control plane VMs: Created successfully
- API Server: FAILED to start (missing required runtime components)
- Install result: Timeout waiting for https://api...:6443

Solution:
Override the RHCOS image URL to use the correct version that matches
the release payload's machine-os requirement.

Also declare the OVERRIDE_RHCOS_IMAGE parameter in the ipi-conf-nutanix
step reference to satisfy CI validation requirements.
sdodson pushed a commit to sdodson/release that referenced this pull request Mar 8, 2026
)

Add OVERRIDE_RHCOS_IMAGE environment variable to force the use of
the correct RHCOS version (9.6.20260117-0) for the debug-winc-nutanix-ipi test.

Root cause:
- The installer binary (commit a6c94ff2, built 2026-01-14) has embedded
  RHCOS stream metadata pointing to version 9.6.20251212-1 (built 2025-12-12)
- However, the release payload 4.21.0-0.nightly-2026-01-22-192129 expects
  machine-os version 9.6.20260117-0 (built 2026-01-17)
- This 36-day version gap causes API Server startup failure due to missing
  kernel modules, CRI-O updates, and other dependencies required by
  Kubernetes 1.34.2

The mismatch manifested as:
- Bootstrap phase: SUCCESS (basic etcd service works)
- Control plane VMs: Created successfully
- API Server: FAILED to start (missing required runtime components)
- Install result: Timeout waiting for https://api...:6443

Solution:
Override the RHCOS image URL to use the correct version that matches
the release payload's machine-os requirement.

Also declare the OVERRIDE_RHCOS_IMAGE parameter in the ipi-conf-nutanix
step reference to satisfy CI validation requirements.
tareqalayan pushed a commit to tareqalayan/release that referenced this pull request Mar 13, 2026
)

Add OVERRIDE_RHCOS_IMAGE environment variable to force the use of
the correct RHCOS version (9.6.20260117-0) for the debug-winc-nutanix-ipi test.

Root cause:
- The installer binary (commit a6c94ff2, built 2026-01-14) has embedded
  RHCOS stream metadata pointing to version 9.6.20251212-1 (built 2025-12-12)
- However, the release payload 4.21.0-0.nightly-2026-01-22-192129 expects
  machine-os version 9.6.20260117-0 (built 2026-01-17)
- This 36-day version gap causes API Server startup failure due to missing
  kernel modules, CRI-O updates, and other dependencies required by
  Kubernetes 1.34.2

The mismatch manifested as:
- Bootstrap phase: SUCCESS (basic etcd service works)
- Control plane VMs: Created successfully
- API Server: FAILED to start (missing required runtime components)
- Install result: Timeout waiting for https://api...:6443

Solution:
Override the RHCOS image URL to use the correct version that matches
the release payload's machine-os requirement.

Also declare the OVERRIDE_RHCOS_IMAGE parameter in the ipi-conf-nutanix
step reference to satisfy CI validation requirements.
rrasouli added a commit to rrasouli/release that referenced this pull request Mar 29, 2026
PR openshift#76620 added debug-winc-nutanix-ipi jobs to main, release-4.22, and
release-4.23 but omitted the critical OVERRIDE_RHCOS_IMAGE environment
variable that was already present in release-4.21 (added by PR openshift#73946).

Without this override, Nutanix IPI installations fail during bootstrap
because of RHCOS version mismatches between the installer's embedded
metadata and the release payload's expected machine-os version. This
manifests as timeout errors (exit 28) in the ipi-conf-nutanix-context
step when trying to communicate with the Nutanix Prism Central API.

This fix adds OVERRIDE_RHCOS_IMAGE pointing to RHCOS 9.6.20260323-1
(same version used in working 4.21 jobs) to prevent API server startup
failures during cluster bootstrap.

Fixes: openshift#76620
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants