-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Failed to watch *v1beta1.PodDisruptionBudget #6057
Comments
I can confirm the error , on AWS EKS as well. |
I have this error on AWS EKS as well. It looks like the autoscaler is internally hardcoded to look for the PDB at the |
This appears to have been addressed in 1.25 via #4990. You might try confirming the actual deployed version in the CA POD log. We (I work with @kyland-holmes) found we had been deploying 1.17 (via helm) and updated our charts such that 1.27.2 got deployed and the issue is no longer present. An interesting piece of the charts in this area is: autoscaler/charts/cluster-autoscaler/templates/_helpers.tpl Lines 78 to 88 in 8e984d7
which was introduced by #4888. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
I face the same issue |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Facing the same issue with CSIStorageCapacity and PodDisruptionBudget APIs. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Which component are you using?:
EKS k8s 1.27 cluster-autoscaler component: https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/examples/cluster-autoscaler-autodiscover.yaml
What version of the component are you using?:
1.27.2
What environment is this in?:
AWS
Getting this error form cluster-autoscaler deployment log:
To my best knowladge,
v1beta1.PodDisruptionBudget
API was deprecated in favor ofpolicy/v1
. Why is 1.27 autoscaler trying to watchv1beta1
?Another error observed is
Same issue, it should
storage.k8s.io/v1
API, notv1beta1
The text was updated successfully, but these errors were encountered: