Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In most of the places apiVersion: apiextensions.k8s.io/v1beta1 was changed to v1, but for example the App CRD definition is still using v1beta1: https://github.com/apache/incubator-yunikorn-release/blob/master/helm-charts/yunikorn/templates/crds/application-definition.yaml#L19.
We need to check and replace it everywhere with v1 version.