Julian Tölle

Results 304 comments of Julian Tölle

Hi @spyrosamvra, thanks for reporting the bug. I created a PR to fix the issues: #596. These issues showed up for you, because you used a `datacenter.id` for the loadbalancer...

PR #596 is merged! Thanks again for reporting.

It looks like this happens because the `alias_ips` column is not marked as computed. I will create a PR for this tomorrow. While researching this I found another bug: Multiple...

The field was added in preparation of the new v2 of the driver and is a breaking change. A migration guide will be published when the new version is actually...

The migration guide for `v2.0.0` includes documentation on how to approach this issue during the upgrade: https://github.com/hetznercloud/csi-driver#from-v1-to-v2 If you still have issues with this, please feel free to reopen the...

@maksim-paskal Thanks for the contribution! I will take a look at this next week.

This took quite a while to research. I will first provide my understanding of the issue you are experiencing, and then list the different options I see to fix it....

> To use old PV’s with correct autoscaling logic, users must recreate PVC and migrate all data to new PV. I think that is fine, as this was never working...

Thanks for the contribution @maksim-paskal! I will add a note to the migration guide v1 -> v2 about this autoscaler fix and that existing PVs need to be recreated to...

Unfortunatly we had to revert the changes made in this PR as they were non-compliant with the CSI spec and caused issues with Nomad. I submitted a PR to the...