-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] switch from apiextensionsv1beta1 to apiextensionsv1 #321
Conversation
|
Hi @schallert, it seems that you worked on the validation stuff for m3db-operator. It would be great if you can give some pointers here. I tried to upgrade the apiextensions api to from
I looked at some fields from the error like divisor, and it does seem indeed that it doesn't have a type in the openapi generated code https://github.com/m3db/m3db-operator/blob/master/pkg/apis/m3dboperator/v1alpha1/openapi_generated.go#L9759-L9764. Should I try regenerating the schema or is there a bigger change that must be done ? I would appreciate any insights here, since this is my first time working with kubernetes operators and couldn't find much online |
Handled by v0.14.0. |
Issue: #323
Switching from apiextensionsv1beta1 to apiextensionsv1 to make m3db-operator compatible with kubernetes 1.22 (kubernetes 1.21 has EOL in July 2022 in AKS :()