Closed Lennart01 closed 7 months ago
I've done some digging. Looks like it fails in the upload function in storage.go
.
I've tested uploading the ISO itself to proxmox manually and it works just fine so I'm kinda confused 🤔.
I've also checked the generated iso manually and it looks fine so idk.
do you have any specific logs or lines from storage.go that it is i failing? could this be permissions and the user you are using go-proxmox with does not have the ability to upload to the storage ?
not reproducible on latest release
I am using https://github.com/ionos-cloud/cluster-api-provider-proxmox which depends on v0.1.0 version of this package, and i am still experiencing issue described above 👀 i have documented more details in https://github.com/ionos-cloud/cluster-api-provider-proxmox/issues/252
Is there a way to enable verbose logging for this package through environment variables so that I could gather debug information?
Hey, Ive been trying this for at least 6hs now and cant really wrap my head around it. Ive created two very basic cloudinit files as strings (just metadata and the cloudinit file, the rest should be optional after checking the code). It keeps returning unexpected end of JSON input despite being valid yaml. Ive also tried just passing JSON directly, but this also fails with the same issue. Also, there is no real documentation of what device should be. I have tried numerous values but that does not affect the end result.