AGENT-1445: Add version-specific operator validation for ISO_NO_REGISTRY mode#1834
AGENT-1445: Add version-specific operator validation for ISO_NO_REGISTRY mode#1834bfournie wants to merge 1 commit intoopenshift-metal3:masterfrom
Conversation
This commit adds a new validation function to verify that expected operators are installed after cluster deployment in ISO_NO_REGISTRY mode. Key features: - Version-specific operator lists for OCP 4.20 and 4.21 - Automatic version detection using openshift_version function - Clear error reporting for missing operators - 4.20 validates 7 operators - 4.21 validates 12 operators The validation runs after the API server is available and helps ensure that the virtualization bundle and other operators were properly installed during cluster creation.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test e2e-agent-compact-ipv4-iso-no-registry |
|
@bfournie: The following test failed, say
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. |
|
/retitle AGENT-1445: Add version-specific operator validation for ISO_NO_REGISTRY mode |
This commit adds a new validation function to verify that expected operators are installed after cluster deployment in ISO_NO_REGISTRY mode.
Key features:
The validation runs after the API server is available and helps ensure that the virtualization bundle and other operators were properly installed during cluster creation.