-
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
nodegroup has no accessible CSIStorageCapacity with enough capacity for PVC #5093
Comments
Seems like the issue is related to #3887. Wondering if there is any workaround for this until cluster autoscaler is stable to track and scale the nodes based on storage capacity on the nodes. Have verified this suggestion https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/1472-storage-capacity-tracking/README.md#generic-autoscaler-support but itseems very flaky and also it doesnt seem to bring down the instances when the pods were deleted later. Any suggestions from the maintainers or may be someone able to get through the scaling of nodes based on storage capacity on the nodes? We are using topolvm provisioner as storage class. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs 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/test-infra repository. |
@laxmanvallandas Did you had any progress on this issue later? |
/reopen |
@Kavinraja-G: You can't reopen an issue/PR unless you authored it or you are a collaborator. 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/test-infra repository. |
Which component are you using?:
CA (cluster-autoscaler)
What version of the component are you using?:
v1.22.11
k8s.gcr.io/autoscaling/cluster-autoscaler:v1.22.3
Component version:
What k8s version are you using (kubectl version)?:
v1.22.11
What environment is this in?:
AWS
What did you expect to happen?
Cluster autoscaler should scale the node from specified node group.
Ephemeral storage tag has been attached to the node group as suggested here: https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/README.md#auto-discovery-setup
Can someone point what's missing in here?
The text was updated successfully, but these errors were encountered: