-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation fails due to outdated schema (OCP version difference) #16
Comments
not sure but can we add this resource to the skip resource list to unblock this pr while we figure out a long term solution ? |
@tumido
If we are going to go with storing latest schema version I think this could be done by simply removing job from matrix and putting it after the matrix job. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
The thing we've been afraid of just happened.
Kubeval fails in operate-first/apps#2479 due to schema difference...
While
master-standalone-strict/network-operator-v1.json
doesn't listgatewayConfig
as a valid property of.spec.defaultNetwork.ovnKubernetesConfig
, this is totally acceptable in OCP 4.10:How can we solve this? Track manifests per OCP version? Or order cluster artifacts in generate schemas job - so we store the latest schema versions rather than random one?
/cc @mimotej
The text was updated successfully, but these errors were encountered: