Skip to content
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

Support more recent Kubernetes version (> 1.21) #223

Open
gwynnebaer opened this issue Sep 26, 2022 · 2 comments
Open

Support more recent Kubernetes version (> 1.21) #223

gwynnebaer opened this issue Sep 26, 2022 · 2 comments

Comments

@gwynnebaer
Copy link

Many policies etc are deprecated in 1.21.

I am asking for support for 1.23+ in Kubernetes.

Examples (not exhaustive)
batch/v1beta1 CronJob is deprecated in v1.21+, unavailable in v1.25+; use batch/v1 CronJob
policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget

@bookin
Copy link

bookin commented Dec 6, 2022

Have you resolved your problem? I faced with the same

@bookin
Copy link

bookin commented Dec 13, 2022

if you can't roll back the kubernetes version as in my situation, you can try download manifest then change v1beta1 to v1 and upload the patch

Instruaction - https://itnext.io/modify-helm-3-release-manifest-c3870b90213

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants