You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created an image with image-builder, the environment variable for the "secret-key" is PROXMOX_TOKEN.
In CAPMOX the same environment variable contains the "token-user".
During the clusterctl init the environment variable is preferred over the config-file, so i ended up to have an secret like this
The image builder vars are based on the packer plugin,
So, if we want to support the same naming, we will need to rename those, and this will be a Breaking change.
I created an image with image-builder, the environment variable for the "secret-key" is
PROXMOX_TOKEN
.In CAPMOX the same environment variable contains the "token-user".
During the clusterctl init the environment variable is preferred over the config-file, so i ended up to have an secret like this
I would like to suggest to have the same naming as in the image-builder to save others the trouble shooting.
PROXMOX_USERNAME
&PROXMOX_TOKEN
I should be able to create a PR for that - if desired.
The text was updated successfully, but these errors were encountered: