-
Notifications
You must be signed in to change notification settings - Fork 669
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
[Housekeeping] Upgrade to apiextensions.k8s.io/v1 CustomResourceDefinition in deployment resources (prepare for v1.22+) #1273
Comments
The same goes for Ingress API: |
Warning when deploying flyte gave us list removed apis in 1.22
|
The CRD for the flyteworkflows is incomplete, atm. A schema should be added in the near future. See flyteorg#1273
The CRD for the flyteworkflows is incomplete, atm. A schema should be added in the near future. See flyteorg#1273 Signed-off-by: ferdinand.szekeresch <[email protected]>
The CRD for the flyteworkflows is incomplete, atm. A schema should be added in the near future. See flyteorg#1273 Signed-off-by: ferdinand.szekeresch <[email protected]>
We switched back to ingress in #988 but now 1.18 is nearing EOL while 1.22 is available in the GKE rapid channel, moving to the regular channel in 2022-02 and will be available in EKS in March 2022. Docker Desktop is also on 1.22 already. So the question is if people are still using 1.18 or if we can switch over to Adding @EngHabu @kumare3 because I guess you know best who else to ask. Also @juandiegopalomino because you did #988 |
* Update apis to allow for compatibility with k8s 1.22 The CRD for the flyteworkflows is incomplete, atm. A schema should be added in the near future. See #1273 Signed-off-by: ferdinand.szekeresch <[email protected]> * Run make helm Signed-off-by: Sören Brunk <[email protected]> * Set x-kubernetes-preserve-unknown-fields to true Required to prevent pruning of fields by the API server until we have a schema for workflows. Signed-off-by: Sören Brunk <[email protected]> Co-authored-by: ferdinand.szekeresch <[email protected]> Co-authored-by: Sören Brunk <[email protected]>
Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏 |
Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏 |
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable. |
Describe the bug
Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
is pointed out when running Kustomize deploymentExpected behavior
Current version of K8s is 1.21 -- we should upgrade that to refer to rbac.authorization.k8s.io/v1 by v.1.22+ release
The text was updated successfully, but these errors were encountered: