kubenav
kubenav copied to clipboard
Kubernetes 1.25 not fully supported due to breaking changes
After upgrading cluster to k8s 1.25 the following resources stopped working:
- Cron Jobs
- Horizontal Pod Autoscalers
- Pod Disruption Budgets
- Pod Security Policies
Due to deprecation of APIs:
- batch/v1beta1
- discovery.k8s.io/v1beta1
- events.k8s.io/v1beta1
- autoscaling/v2beta1
- policy/v1beta1
- node.k8s.io/v1beta1
Hi @raider444, thanks for reporting. I updated all the resources in #415, so that Kubernetes 1.25 should be properly supported in the next beta version for kubenav v4.
Currently I plan to release kubenav v4 by the end of the month. Until then the beta version of kubenav v4 can be used.
The beta version can be downloaded via Apple Testflight or Google Play.
This should be fixed in the latest v4 release.