GoogleCloudPlatform / flink-on-k8s-operator

[DEPRECATED] Kubernetes operator for managing the lifecycle of Apache Flink and Beam applications.
Apache License 2.0
658 stars 265 forks source link

Resolve CRD issue in Kubernetes v1.18 #381

Closed elanv closed 3 years ago

elanv commented 3 years ago

A new version of controller-gen that solves the issue (#266 #311 #338) has been released, but it is causing another issue https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/issues/311#issuecomment-736597016.

How about changing the controller-gen version to 0.2.4 until the CRD version is changed to v1 and the k8s.io domain problem is resolved.

functicons commented 3 years ago

Since none of the existing versions are perfect, why do you prefer downgrading the current 0.3.0 to 0.2.4?

elanv commented 3 years ago

Ok, it would be better if things go through solving the issue #382.