failed to get region for node (talos) #338
-
I'm currently trying talos in combination with the proxmox-csi-plugin.
I've double checked that the secret is correct and I think it is
Maybe someone know whats happening here. There is also another thing I noticed. Currently I only create one controlplane and one worker. The |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, Please change your proxmox token to clusters:
- url: https://10.50.0.10:8006/api2/json
insecure: true
token_id: "csi@pve!token"
token_secret: "b7be1885-93e9-4825-a685-b6072df19724"
region: "tst-prx-cluster"
The terraform example you can find here https://github.com/sergelogvinov/terraform-talos/tree/main/proxmox |
Beta Was this translation helpful? Give feedback.
Hello,
Please change your proxmox token to
b7be1885-93e9-4825-a685-b6072df19724
failed to get region for node
- your node does not have zone/region labels.The terraform example you can find here https://github.com/sergelogvinov/terraform-talos/tree/main/proxmox