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
When updating from v.3.0.28 to latest operator from master, kustomize fails updating since CRD is invalid
Expected Behavior
All resources from kustomization.yaml should be deployed with no errors
Current Behavior
/operator (master) ✗
➜ kustomize build . | k apply -f -
namespace/minio-operator unchanged
error: error validating "STDIN": error validating data: [ValidationError(CustomResourceDefinition.spec.versions[0]): unknown field "deprecated" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion, ValidationError(CustomResourceDefinition.spec.versions[0]): unknown field "deprecationWarning" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion]; if you choose to ignore these errors, turn validation off with --validate=false
Steps to Reproduce (for bugs)
Deploy operator v3.0.28 and create a tenant using console
Update to latest operator from master using kustomize build . | k apply -f -
Context
Regression
Yes
Your Environment
Version used (minio-operator): v.3.0.28
The text was updated successfully, but these errors were encountered:
When updating from
v.3.0.28
to latest operator from master, kustomize fails updating since CRD is invalidExpected Behavior
All resources from kustomization.yaml should be deployed with no errors
Current Behavior
Steps to Reproduce (for bugs)
v3.0.28
and create a tenant using consolekustomize build . | k apply -f -
Context
Regression
Yes
Your Environment
minio-operator
):v.3.0.28
The text was updated successfully, but these errors were encountered: