fusion-cloud-native icon indicating copy to clipboard operation
fusion-cloud-native copied to clipboard

Support more recent Kubernetes version (> 1.21)

Open gwynnebaer opened this issue 2 years ago • 2 comments

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

gwynnebaer avatar Sep 26 '22 20:09 gwynnebaer

Have you resolved your problem? I faced with the same

bookin avatar Dec 06 '22 14:12 bookin

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

bookin avatar Dec 13 '22 23:12 bookin