[release-4.21] OCPBUGS-77365: Fix ignition-server pod restarts due to MIRRORED_RELEASE_IMAGE flapping#7808
Conversation
…ble flapping Remove the MIRRORED_RELEASE_IMAGE environment variable from the ignition-server deployment. This env var was set at deploy-time via SeekOverride, which performs live registry connectivity checks with 15-second timeouts. Network conditions caused it to return different mirror URLs on each reconciliation, triggering non-deterministic deployment updates and pod restarts. MIRRORED_RELEASE_IMAGE is not consumed at runtime by the ignition-server binary. Mirror resolution is already handled through a separate mechanism: ReleaseProvider.Lookup() uses OPENSHIFT_IMG_OVERRIDES at runtime with automatic fallback to the original registry when mirrors are unavailable. The release image for ignition payloads is delivered through token secrets (nodePool.Spec.Release.Image), not through deployment environment variables. Fixes: OCPBUGS-60185 Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com> Commit-Message-Assisted-by: Claude (via Claude Code) Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com>
|
@openshift-cherrypick-robot: Detected clone of Jira Issue OCPBUGS-60185 with correct target version. Will retitle the PR to link to the clone. DetailsIn response to this:
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. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@openshift-cherrypick-robot: This pull request references Jira Issue OCPBUGS-77365, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enxebre, openshift-cherrypick-robot The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@openshift-cherrypick-robot: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/close In favor of #7834 |
|
@jparrill: Closed this PR. DetailsIn response to this:
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. |
|
@openshift-cherrypick-robot: This pull request references Jira Issue OCPBUGS-77365. The bug has been updated to no longer refer to the pull request using the external bug tracker. DetailsIn response to this:
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. |
This is an automated cherry-pick of #7588
/assign openshift-ci-robot