GKE 1.22 #5697
-
need to update CRD to Prepare for GKE 1.22 Open source upstream beta API Removal . most of the strimzi crd i am using are apiVersion: apiextensions.k8s.io/v1beta1 (whch is not supported and need to be chagned to /v1), when I tried to change getting some YAML validation error. is there yaml which uses apiVersion: apiextensions.k8s.io/v1 available anywhere which I use to cross check? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Strimzi is using the |
Beta Was this translation helpful? Give feedback.
Strimzi is using the
apiextensions.k8s.io/v1
API from 0.23. So you probably need to upgrade to 0.23, 0.24 or 0.25. There is a manual step as part of the CRD upgrade, so read the upgrade docs and follow them.