We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue
When using the charts we recently discovered that it is not compatible with newer Kubernetes clusters when utilizing pdb or autoscaling.
Problem 1: Usage of policy/v1beta1
The policy/v1beta1 API version of PodDisruptionBudget is no longer served as of v1.25.
policy/v1beta1
PodDisruptionBudget
See: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#poddisruptionbudget-v125
Problem 2: Usage of autoscaling/v2beta2
The autoscaling/v2beta2 API version of HorizontalPodAutoscaler is no longer served as of v1.26.
autoscaling/v2beta2
HorizontalPodAutoscaler
See: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#horizontalpodautoscaler-v126
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
When using the charts we recently discovered that it is not compatible with newer Kubernetes clusters when utilizing pdb or autoscaling.
Problem 1: Usage of policy/v1beta1
The
policy/v1beta1
API version ofPodDisruptionBudget
is no longer served as of v1.25.See: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#poddisruptionbudget-v125
Problem 2: Usage of autoscaling/v2beta2
The
autoscaling/v2beta2
API version ofHorizontalPodAutoscaler
is no longer served as of v1.26.See: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#horizontalpodautoscaler-v126
The text was updated successfully, but these errors were encountered: