You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
- 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.
0 commit comments