issues
search
lyft
/
flinkk8soperator
Kubernetes operator that provides control plane for managing Apache Flink applications
Apache License 2.0
569
stars
159
forks
source link
Fix CRD to support k8s 1.22
#270
Closed
jnovick
closed
1 year ago
jnovick
commented
1 year ago
The upgrade of the old version (
apiextensions.k8s.io/v1beta
) to the new version (
apiextensions.k8s.io/v1
) did not update all the necessary fields
Incomplete changes previously made:
https://github.com/lyft/flinkk8soperator/pull/258
As per
https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122
apiextensions.k8s.io/v1beta
) to the new version (apiextensions.k8s.io/v1
) did not update all the necessary fields