Patrik
Patrik
Do you see them with the cli `scw instance ip list zone=` ? And are them free, ie not attached to a server?
It's weird, Could you modify the to add a log when listing the IPs and run it to see the output of the `ListIPs` call?
yep printing ipsList will help ! You can loop over the entries and print the object with the `%+v` formatting
Can you try: ```shell $ rustup override set nighlty $ rustup component add rust-src llvm-tools ``` and run `make` again?
Can you try again with the latest nightly ? The three updated command from the README should do it
What's the output of `rustup show` ?
You must have the nightly version as default. Try `rustup default nightly` and make again
I'm having the same issue, anything I can do?
Couldn't reproduce with this: ```yaml allowVolumeExpansion: false # not yet supported apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: "scw-bssd-enc" provisioner: csi.scaleway.com reclaimPolicy: Delete volumeBindingMode: Immediate parameters: encrypted: "true" csi.storage.k8s.io/node-stage-secret-name: "enc-secret" csi.storage.k8s.io/node-stage-secret-namespace:...