Unable to connect to Proxmox cluster #327
Replies: 2 comments 1 reply
-
Hello, Cluster name is clusters:
- url: https://cluster-api-1.exmple.com:8006/api2/json
insecure: false
token_id: "kubernetes-csi@pve!csi"
token_secret: "secret"
region: Region-1 <--- cluster name |
Beta Was this translation helpful? Give feedback.
-
Finally got it! Ultimately, I just needed to recreate the The VM drives all moved to the worker as expected and things are working today! Yay! Thanks so much for building this. Very helpful. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My Proxmox setup: A single node with 3 controlplanes and 1 worker VM. Currently in a Proxmox cluster with my single node.
This is almost certainly a "me" problem, but I am stumped on what I am doing wrong. At the moment, I have everything configured and working from what I can visually see in ArgoCD. The only thing not working is my PersistentVolumeClaim status is "Released", and I do not see the drive attached to my one worker VM. After running
kubectl -n csi-proxmox logs -f proxmox-csi-plugin-controller-**
I can see the error messageGetCapacity: failed to get proxmox cluster
, which I assume is the ultimate issue.The logs prior to this point:
"GetCapacity: called" args="{\"accessible_topology\":{\"segments\":{\"topology.kubernetes.io/region\":\"smith-lab\",\"topology.kubernetes.io/zone\":\"the-smith\"}},\"parameters\":{\"cache\":\"writethrough\",\"csi.storage.k8s.io/fstype\":\"ext4\",\"ssd\":\"true\",\"storage\":\"local-lvm\"},\"volume_capabilities\":[{\"AccessType\":{\"Mount\":{}},\"access_mode\":{}}]}"
"GetCapacity" region="smith-lab" zone="the-smith" storageID="local-lvm"
"GetCapacity: failed to get proxmox cluster" err="proxmox cluster smith-lab not found" cluster="smith-lab"
GRPC error: rpc error: code = Internal desc = proxmox cluster smith-lab not found
When I run a status check on my Proxmox (
/api2/json/cluster/status
), I see the following:I think I am spelling everything correctly, and I have my roles configured correctly. Does anyone have any insight on ideas for what I could test to see what I am missing from a config standpoint?
Beta Was this translation helpful? Give feedback.
All reactions