Julian Tölle
Julian Tölle
While testing this, I found that `hcloud config add` adds to the front of the list. I found this counterintuitive. I wanted to set a default for `hcloud image list...
Even with `hcloud config set sort.image name:asc created:asc` its being saved in the wrong order.
This is actually supported in Kubernetes v1.30+: https://github.com/kubernetes/kubernetes/pull/123223 So we can implement this once we upgrade to that version.
We upgraded our dependency to Kubernetes v1.30. This can now be easily added in 2 lines: https://github.com/hetznercloud/hcloud-cloud-controller-manager/blob/68db2131b41a864e0240b4ac5c78bc574443d724/hcloud/instances.go#L296 Happy to take any contributions :)
The 960 MB are a guesstimate from my side, there is no guarantee that the ramdisk has this size, it may be bigger or smaller in the future. Considering this,...
I would expect an error to happen if the file could not be copied fully to the disk first. Maybe I failed to do the conversion between bytes, megabytes, mebibytes...
`.raw.xz` are already streamed to the disk, pretty much in the same way that you suggested. See this test case here on the exact command: https://github.com/apricote/hcloud-upload-image/blob/b9af8855d5c0c1e40ddfaa670296731b2ed0c53e/hcloudimages/client_test.go#L44-L49 What error did you...
That is not related to `hcloud-upload-image` then, but a problem in the backend.
As @jooola wrote, this seems the be caused by a Docker Swarm bug. An older version of Docker Swarm might work. As stated in our README, we do not provide...