Cyrill Troxler
Cyrill Troxler
Are you sure you have created the secret? The error message states it cannot be found: > error getting secret csi-s3-secret in namespace kube-system: secrets "csi-s3-secret" not found
What object storage provider are you using? Since the bucket exists call is basically the first the driver will make to the s3 API, I assume something with the config...
This should already work, the S3 client empties the bucket first before attempting to delete it. It looks like this is caused by Google Cloud Storage not supporting S3 multiple...
@mvazquezc Sorry for the late response, looking at the messages my guess would be that there are some issues for the driver-registrar to connect to the csi-s3 socket. @debianmaster @gerritjvv...
I'm also fairly interested in this, is somebody already working on an implementation?
From your message in the logs the autoscaler does not have permissions to get nodes, so I'm assuming it is missing some permissions (on the downstream cluster). If the autoscaler...
Can you try without the `--nodes` flag? The node groups are discovered dynamically (using the [annotations](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/cloudprovider/rancher#enabling-autoscaling) on the `machinePool`) so this flag should not be needed. Also can you tell...
> ProviderID: aws:///eu-central-1a/i-0d33022be1ed6ac78 Aha, it makes sense now why it does not work with your EC2 backed cluster. This is a bit weird, looks like I (wrongly) assumed rancher would...
> Q: Rancher cloud-provider is not yet supported in the [Helm chart](https://artifacthub.io/packages/helm/cluster-autoscaler/cluster-autoscaler) right? I have not tested it but I think it should work with the helm chart. You just...
Which version of cluster-autoscaler are you running? This should work now with rke2 nodes on AWS since https://github.com/kubernetes/autoscaler/pull/5361, which should have made it into [cluster-autoscaler-1.26.0](https://github.com/kubernetes/autoscaler/releases/tag/cluster-autoscaler-1.26.0).