fusion-cloud-native
fusion-cloud-native copied to clipboard
Support more recent Kubernetes version (> 1.21)
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
Have you resolved your problem? I faced with the same
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