leland knight
leland knight
this needs to be fixed, i simply can't run containers in our clusters as root ... looks like there are some fixes here, but folks should be able to stand...
OIDC configuration is not daytwo in the world of gitops ... the only reason one would think that is if they are not using argocd/flux/kapp ... I most humbly wish...
* emptydir's are not always allowed cause they use space on a worknode hard drive, but generally pvcs are * i don't know about zonal restrictions, but would you say...
Thinking out loud ... #### packer-plugin-sdk https://github.com/hashicorp/packer-plugin-sdk/issues/264 multistep/commonsteps/http_config.go ```go HTTPAddress string `mapstructure:"http_bind_address"` // Use to specify a specific ip/fqdn a vm should use to reach the callback http server upon...
If I add '/api2/json' then I get a different error related 'use of closed network connection': ``` 2024/10/06 17:10:39 packer-plugin-proxmox_v1.2.1_x5.0_linux_amd64 plugin: 2024/10/06 17:10:39 Leaving retrieve loop for ISO ==> proxmox-iso.ubuntu-2204:...
I'm currently away from my desk. The above steps are working out of an image builder container, but I'm getting a similar result when running directly on a Linux vm....
I thought I would have something extra to add when testing via linux vm instead of the image-builder container image, but essentially everything is the same except I had to...
Read this [link ](https://github.com/hashicorp/packer-plugin-proxmox/issues/81)again and checked this log file: /var/log/pveproxy/access.log . And, there is a 403 in there: ::ffff:10.0.0.99 - - [09/10/2024:15:41:08 -0600] "POST /api2/json/nodes/pve-a/storage/tower/upload HTTP/1.1" 403 - I'm trying...
Ok, figured it out, as noted in the previous image I was able to add the selected API Token and the Role 'Administrator' and the upload would fail. This is...
Perhaps there is an opportunity to make the process easier for folks in the future in the documentation, and perhaps in the error messages. Instead of 501 maybe "501, did...