-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
apiextensions.k8s.io/v1beta1 deprecation in 1.16 #701
Comments
We should certainly move to Thoughts @ahmelsayed @zroubalik? |
Which version removes For now it's deprecated but it's still around so we have time (which doesn't mean we should wait) but just to know how soon it will go away, 3 versions? |
If If we change it to |
Agreed, v2.0 sounds good to me |
As discussed on #1160, I think that we can safely require k8s v1.16+ for KEDA. That means that we can move to Any objections? |
Looks like that was released only on September 18, 2019; but makes sense to me. Maybe we can discuss tomorrow in standup? |
…re#701) Signed-off-by: Patrice Chalin <pchalin@gmail.com>
Currently KEDA uses apiextensions.k8s.io/v1beta1 in CustomResourceDefinition.
apiextensions.k8s.io/v1beta1 is going to be deprecated in favor of apiextensions.k8s.io/v1 in 1.16 according to this resource:
https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
we are planing to migrate and wanted to check if support for v1 is planned.
The text was updated successfully, but these errors were encountered: