Skip to content

OCPBUGS-100292: Fix MCO degradation issue when Cluster API Machine resource is missing - #6368

Open
proietfb wants to merge 1 commit into
openshift:mainfrom
proietfb:OCPBUGS-100292_CM_not_found
Open

OCPBUGS-100292: Fix MCO degradation issue when Cluster API Machine resource is missing#6368
proietfb wants to merge 1 commit into
openshift:mainfrom
proietfb:OCPBUGS-100292_CM_not_found

Conversation

@proietfb

@proietfb proietfb commented Aug 4, 2026

Copy link
Copy Markdown
Member

MCO goes Degraded when Cluster API Machine resource is not found during node mapping

- What I did

Implemented a Poll with 3s timeout inside getOSImageURLsFromConfigMap() to tolerate transient not found errors and version mismatches, trying to prevent MCO from going Degraded on a recoverable race condition.

- How to verify it

run periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3 job. Errors on [Monitor:legacy-cvo-invariants][bz-Machine Config Operator] clusteroperator/machine-config should not change condition/Degraded with reason openshift-config-managed/kube-cloud-config configmap is required on platform AWS but not found: configmap "kube-cloud-config" not found should not appear.

Summary by CodeRabbit

  • Bug Fixes
    • Improved reliability when retrieving required cloud configuration by retrying temporary availability failures.
    • Added clearer timeout reporting when required configuration remains unavailable.
    • Continued gracefully when optional configuration is missing.
    • Applied available certificate authority data even when other optional configuration is absent.
    • Removed obsolete installation configuration components that were no longer needed.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 4, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@proietfb: This pull request references Jira Issue OCPBUGS-100292, which is invalid:

  • expected the bug to target the "5.0.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

MCO goes Degraded when Cluster API Machine resource is not found during node mapping

- What I did

Implemented a Poll with 3s timeout inside getOSImageURLsFromConfigMap() to tolerate transient not found errors and version mismatches, trying to prevent MCO from going Degraded on a recoverable race condition.

- How to verify it

run periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3 job. Errors on [Monitor:legacy-cvo-invariants][bz-Machine Config Operator] clusteroperator/machine-config should not change condition/Degraded with reason openshift-config-managed/kube-cloud-config configmap is required on platform AWS but not found: configmap "kube-cloud-config" not found should not appear.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Aug 4, 2026
@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 2b3aabbd-538f-4f86-927f-ec8d9d042381

📥 Commits

Reviewing files that changed from the base of the PR and between 57270d5 and 8a25c51.

📒 Files selected for processing (1)
  • pkg/operator/sync.go
🚧 Files skipped from review as they are similar to previous changes (1)
  • pkg/operator/sync.go

Walkthrough

syncCloudConfig now retries retrieval and validation for up to three seconds. It preserves optional behavior, applies available cloud data, and removes obsolete install-config manifest references.

Changes

Cloud configuration synchronization

Layer / File(s) Summary
Retry cloud configuration retrieval
pkg/operator/sync.go
syncCloudConfig retries ConfigMap retrieval and required cloud.conf validation for up to three seconds. It applies available cloud configuration and CA data. Optional missing data does not fail synchronization.
Remove obsolete install-config manifests
pkg/operator/sync.go
The obsolete install-config role and role-binding path constants and manifest application entries were removed.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested reviewers: dkhater-redhat, isabella-janssen

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Test Structure And Quality ⚠️ Warning Changed Ginkgo code has unmessaged assertions in mco_irreconcilablechanges.go and osImageStream.go, and the new Machine API List uses context.Background() without a timeout. Add diagnostic messages to every changed Expect assertion and use a bounded context for the Machine API List; preserve explicit timeouts for all cluster operations.
✅ Passed checks (14 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the MCO degradation fix caused by a temporarily missing Cluster API Machine resource.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The changed Ginkgo title is a fixed literal, and the scan found no dynamic title construction or run-specific values in changed test declarations.
Microshift Test Compatibility ✅ Passed No new Ginkgo test was added; PolarionID:84219 existed before the PR and only its platform labels and skip logic changed.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The pull request adds no new Ginkgo e2e tests. It only changes labels and logic in an existing test, so the SNO multi-node compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed The changes modify polling, informer wiring, RBAC, tests, and VM logic, but add no affinity, topology spread, node selectors, tolerations, replica, or PDB scheduling constraints.
Ote Binary Stdout Contract ✅ Passed The OTE entry point has no process-level stdout writes; added test logging uses GinkgoWriter, and no changed main/init/suite setup adds fmt, log, or klog output.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo test was added; the existing test only changed platform labels and added gating. Added test code has no IPv4 literals or external connectivity requirements.
No-Weak-Crypto ✅ Passed Patch analysis found zero added weak-crypto/API matches; existing MD5 uses in render and buildrequest are unchanged, and no custom crypto or secret comparisons were added.
Container-Privileges ✅ Passed The HEAD diff adds no privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, allowPrivilegeEscalation, or root-execution settings; affected YAML is a PrometheusRule and non-workload templates.
No-Sensitive-Data-In-Logs ✅ Passed The changed sync.go path adds no logging and reports only fixed ConfigMap/key/platform identifiers plus cache errors; cloud.conf and CA contents are not emitted.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@openshift-ci

openshift-ci Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: proietfb

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 Aug 4, 2026
@proietfb

proietfb commented Aug 4, 2026

Copy link
Copy Markdown
Member Author

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Aug 4, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@proietfb: This pull request references Jira Issue OCPBUGS-100292, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)
Details

In response to this:

/jira refresh

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 openshift-eng/jira-lifecycle-plugin repository.

@proietfb

proietfb commented Aug 4, 2026

Copy link
Copy Markdown
Member Author

/payload-job periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3

@openshift-ci

openshift-ci Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

@proietfb: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/3b2a0df0-9019-11f1-8661-04e67b8a1eb8-0

@proietfb

proietfb commented Aug 4, 2026

Copy link
Copy Markdown
Member Author

/pipeline required

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-aws-ovn
/test e2e-aws-ovn-upgrade
/test e2e-gcp-op-ocl-part1
/test e2e-gcp-op-ocl-part2
/test e2e-gcp-op-part1
/test e2e-gcp-op-part2
/test e2e-gcp-op-single-node
/test e2e-hypershift
/test tls-pqc-readiness

@proietfb

proietfb commented Aug 4, 2026

Copy link
Copy Markdown
Member Author

/payload 5.0 nightly blocking

@openshift-ci

openshift-ci Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

@proietfb: trigger 14 job(s) of type blocking for the nightly release of OCP 5.0

  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-upgrade-ovn-single-node
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-ovn-upgrade-fips
  • periodic-ci-openshift-release-main-ci-5.0-e2e-azure-ovn-upgrade
  • periodic-ci-openshift-release-main-ci-5.0-upgrade-from-stable-4.22-e2e-gcp-ovn-rt-upgrade
  • periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-azure-aks-ovn-conformance
  • periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-aws-ovn-conformance
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-ovn-serial-1of2
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-ovn-serial-2of2
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-1of3
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-3of3
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-ipv4
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-ipv6

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/93fb5420-9019-11f1-9ea5-297d9dbedc4d-0

@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@proietfb: This pull request references Jira Issue OCPBUGS-100292, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
Details

In response to this:

MCO goes Degraded when Cluster API Machine resource is not found during node mapping

- What I did

Implemented a Poll with 3s timeout inside getOSImageURLsFromConfigMap() to tolerate transient not found errors and version mismatches, trying to prevent MCO from going Degraded on a recoverable race condition.

- How to verify it

run periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3 job. Errors on [Monitor:legacy-cvo-invariants][bz-Machine Config Operator] clusteroperator/machine-config should not change condition/Degraded with reason openshift-config-managed/kube-cloud-config configmap is required on platform AWS but not found: configmap "kube-cloud-config" not found should not appear.

Summary by CodeRabbit

  • Bug Fixes
  • Improved reliability when retrieving OS image information by retrying temporary failures.
  • Added clearer error reporting when valid image data cannot be found within the retry period.
  • Prevented incomplete or mismatched image information from being applied.

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 openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🧹 Nitpick comments (2)
pkg/operator/sync.go (2)

1988-2011: 🧹 Nitpick | 🔵 Trivial | ⚡ Quick win

Add test coverage for the new retry and timeout paths.

This change introduces three new observable behaviors: retry on ConfigMap-get failure, retry on version mismatch, and immediate termination on parse error, with an aggregated error on timeout. None of these paths are visible in the provided test file.

Add unit tests in pkg/operator/sync_test.go covering:

  • ConfigMap-get failure that resolves before the 3-second timeout.
  • Version mismatch that never resolves, expecting an aggregated timeout error containing the last version-mismatch message.
  • Immediate parse-error termination without waiting for the full timeout.

Do you want me to draft these test cases?

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@pkg/operator/sync.go` around lines 1988 - 2011, Add unit tests in
sync_test.go for the osImageURL ConfigMap polling flow around the function
containing PollUntilContextTimeout: verify ConfigMap-get failures retry and
succeed before timeout, persistent release-version mismatches time out with an
aggregated error containing the latest mismatch message, and
ParseOSImageURLConfigMap errors terminate immediately without waiting for the
full timeout.

1988-2011: 🩺 Stability & Availability | 🔵 Trivial | ⚡ Quick win

Propagate a cancellable context into the ConfigMap polling.

getOSImageURLsFromConfigMap is called during operator sync, but it uses context.TODO() for a new 3-second retry path. Accept a caller context and pass it to wait.PollUntilContextTimeout so the wait can stop on shutdown or caller cancellation before returning could not get OS images.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@pkg/operator/sync.go` around lines 1988 - 2011, Update
getOSImageURLsFromConfigMap to accept a caller-provided context and pass it to
wait.PollUntilContextTimeout instead of context.TODO(). Update its callers to
supply the operator sync context, preserving the existing polling and error
aggregation behavior while allowing shutdown or cancellation to interrupt the
wait.

Source: Path instructions

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@pkg/operator/sync.go`:
- Around line 1988-2011: Add unit tests in sync_test.go for the osImageURL
ConfigMap polling flow around the function containing PollUntilContextTimeout:
verify ConfigMap-get failures retry and succeed before timeout, persistent
release-version mismatches time out with an aggregated error containing the
latest mismatch message, and ParseOSImageURLConfigMap errors terminate
immediately without waiting for the full timeout.
- Around line 1988-2011: Update getOSImageURLsFromConfigMap to accept a
caller-provided context and pass it to wait.PollUntilContextTimeout instead of
context.TODO(). Update its callers to supply the operator sync context,
preserving the existing polling and error aggregation behavior while allowing
shutdown or cancellation to interrupt the wait.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: fabb757d-972a-47eb-b617-37e8245ef73b

📥 Commits

Reviewing files that changed from the base of the PR and between 513f906 and 8b37983.

📒 Files selected for processing (1)
  • pkg/operator/sync.go

@proietfb

proietfb commented Aug 5, 2026

Copy link
Copy Markdown
Member Author

/payload-job periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3

@openshift-ci

openshift-ci Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

@proietfb: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/ac3f98e0-90b7-11f1-9b62-a4f63012d7d1-0

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
pkg/operator/sync.go (1)

347-347: 🩺 Stability & Availability | 🔵 Trivial | 💤 Low value

Propagate the reconciliation context into the cloud config poll.

syncCloudConfig is called from pkg/operator/sync.go and syncCloudConfig only has a 3-second deadline via context.TODO(). Make it accept a context.Context, pass it into wait.PollUntilContextTimeout, and propagate the context through any callers that need cancellation.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@pkg/operator/sync.go` at line 347, Update syncCloudConfig to accept a
context.Context and pass that context to wait.PollUntilContextTimeout instead of
context.TODO(). Update every syncCloudConfig caller to provide and propagate the
reconciliation context so cancellation and deadlines reach the cloud config
poll.

Source: Path instructions

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@pkg/operator/sync.go`:
- Around line 353-354: Prevent the nil dereference in the error construction
around isKubeCloudConfigCMRequired by deriving a safe platform label when
infra.Status.PlatformStatus is nil, then use that label in the fmt.Errorf call.
Preserve the existing platform type when PlatformStatus is available and keep
the retry error behavior unchanged.

---

Nitpick comments:
In `@pkg/operator/sync.go`:
- Line 347: Update syncCloudConfig to accept a context.Context and pass that
context to wait.PollUntilContextTimeout instead of context.TODO(). Update every
syncCloudConfig caller to provide and propagate the reconciliation context so
cancellation and deadlines reach the cloud config poll.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 39d47c0b-19a0-4beb-a6f9-704f7438cf1b

📥 Commits

Reviewing files that changed from the base of the PR and between 8b37983 and 1ffcc72.

📒 Files selected for processing (1)
  • pkg/operator/sync.go

Comment thread pkg/operator/sync.go Outdated
@proietfb

proietfb commented Aug 5, 2026

Copy link
Copy Markdown
Member Author

/payload-job periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3

@openshift-ci

openshift-ci Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

@proietfb: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/8114c330-90e8-11f1-927e-f9475bf39886-0

@proietfb

proietfb commented Aug 6, 2026

Copy link
Copy Markdown
Member Author

/payload-job periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3

@openshift-ci

openshift-ci Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

@proietfb: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/ffecdcb0-916a-11f1-8d4f-aa6785e535ca-0

@proietfb

proietfb commented Aug 6, 2026

Copy link
Copy Markdown
Member Author

/test perfscale-control-plane-6nodes

@proietfb

proietfb commented Aug 6, 2026

Copy link
Copy Markdown
Member Author

/payload 5.0 nightly blocking

@openshift-ci

openshift-ci Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

@proietfb: trigger 14 job(s) of type blocking for the nightly release of OCP 5.0

  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-upgrade-ovn-single-node
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-ovn-upgrade-fips
  • periodic-ci-openshift-release-main-ci-5.0-e2e-azure-ovn-upgrade
  • periodic-ci-openshift-release-main-ci-5.0-upgrade-from-stable-4.22-e2e-gcp-ovn-rt-upgrade
  • periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-azure-aks-ovn-conformance
  • periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-aws-ovn-conformance
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-ovn-serial-1of2
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-ovn-serial-2of2
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-1of3
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3
  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-3of3
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-ipv4
  • periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-ipv6

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/34181e00-916b-11f1-940c-b8ea4e1b0d41-0

@proietfb

proietfb commented Aug 6, 2026

Copy link
Copy Markdown
Member Author

/payload-job periodic-ci-openshift-machine-config-operator-release-5.0-periodics-e2e-aws-mco-disruptive-techpreview-1of3 periodic-ci-openshift-machine-config-operator-release-5.0-periodics-e2e-aws-mco-disruptive-techpreview-2of3 periodic-ci-openshift-machine-config-operator-release-5.0-periodics-e2e-aws-mco-disruptive-techpreview-3of3

@openshift-ci

openshift-ci Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

@proietfb: trigger 3 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-machine-config-operator-release-5.0-periodics-e2e-aws-mco-disruptive-techpreview-1of3
  • periodic-ci-openshift-machine-config-operator-release-5.0-periodics-e2e-aws-mco-disruptive-techpreview-2of3
  • periodic-ci-openshift-machine-config-operator-release-5.0-periodics-e2e-aws-mco-disruptive-techpreview-3of3

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/41fec5a0-916b-11f1-9c7e-f0c4648aa487-0

@proietfb

proietfb commented Aug 6, 2026

Copy link
Copy Markdown
Member Author

/payload-job periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3

@openshift-ci

openshift-ci Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

@proietfb: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/432e26a0-91a7-11f1-90f6-7733e196236e-0

@proietfb
proietfb force-pushed the OCPBUGS-100292_CM_not_found branch from 57270d5 to 2b0d138 Compare August 10, 2026 10:05
@proietfb
proietfb force-pushed the OCPBUGS-100292_CM_not_found branch from 2b0d138 to 8a25c51 Compare August 10, 2026 10:05
@proietfb

Copy link
Copy Markdown
Member Author

/payload-job periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3

@openshift-ci

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

@proietfb: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/27eb7b00-94a3-11f1-89a1-adfe69a6db9a-0

@openshift-ci-robot openshift-ci-robot added the jira/severity-moderate Referenced Jira bug's severity is moderate for the branch this PR is targeting. label Aug 10, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@proietfb: This pull request references Jira Issue OCPBUGS-100292, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)
Details

In response to this:

MCO goes Degraded when Cluster API Machine resource is not found during node mapping

- What I did

Implemented a Poll with 3s timeout inside getOSImageURLsFromConfigMap() to tolerate transient not found errors and version mismatches, trying to prevent MCO from going Degraded on a recoverable race condition.

- How to verify it

run periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3 job. Errors on [Monitor:legacy-cvo-invariants][bz-Machine Config Operator] clusteroperator/machine-config should not change condition/Degraded with reason openshift-config-managed/kube-cloud-config configmap is required on platform AWS but not found: configmap "kube-cloud-config" not found should not appear.

Summary by CodeRabbit

  • Bug Fixes
  • Improved reliability when retrieving required cloud configuration by retrying temporary availability failures.
  • Added clearer timeout reporting when required configuration remains unavailable.
  • Continued gracefully when optional configuration is missing.
  • Applied available certificate authority data even when other optional configuration is absent.
  • Removed obsolete installation configuration components that were no longer needed.

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 openshift-eng/jira-lifecycle-plugin repository.

@proietfb

Copy link
Copy Markdown
Member Author

/pipeline required

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-aws-ovn
/test e2e-aws-ovn-upgrade
/test e2e-gcp-op-ocl-part1
/test e2e-gcp-op-ocl-part2
/test e2e-gcp-op-part1
/test e2e-gcp-op-part2
/test e2e-gcp-op-single-node
/test e2e-hypershift
/test tls-pqc-readiness

@proietfb

Copy link
Copy Markdown
Member Author

/test e2e-gcp-op-part2 e2e-gcp-op-part1 e2e-gcp-op-ocl-part1 e2e-gcp-op-ocl-part2 e2e-vsphere-mco-bootimages e2e-vsphere-multi-vcenter-mco-bootimages e2e-vsphere-zones-mco-bootimages perfscale-control-plane-6nodes

@isabella-janssen

Copy link
Copy Markdown
Member

/test tls-pqc-readiness

@openshift-ci

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

@proietfb: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-gcp-op-part1 8a25c51 link true /test e2e-gcp-op-part1
ci/prow/e2e-vsphere-multi-vcenter-mco-bootimages 8a25c51 link false /test e2e-vsphere-multi-vcenter-mco-bootimages
ci/prow/e2e-vsphere-mco-bootimages 8a25c51 link false /test e2e-vsphere-mco-bootimages
ci/prow/e2e-gcp-op-ocl-part2 8a25c51 link true /test e2e-gcp-op-ocl-part2
ci/prow/e2e-vsphere-zones-mco-bootimages 8a25c51 link false /test e2e-vsphere-zones-mco-bootimages
ci/prow/perfscale-control-plane-6nodes 8a25c51 link false /test perfscale-control-plane-6nodes

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.

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. jira/severity-moderate Referenced Jira bug's severity is moderate for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants