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
As far as I understood, ProviderID is assigned by operator from proxmox-cloud-controller-manager. But it would be nice to handle case when there is no ProviderID assigned (for e.g. use volume_id to resolve target proxmox volume, like it's done for delete)
Bug Report
Description
Logs
Controller:
Environment
v0.9.0
Talos 1.9.0
Description
I'm getting issue with the following code:
proxmox-csi-plugin/pkg/csi/controller.go
Lines 469 to 482 in 27dd451
NodeID in this case is K8S Node name (e.g.
k8s-wrk-01
). Later it's used to resolve K8S nodeproxmox-csi-plugin/pkg/tools/nodes.go
Lines 92 to 101 in 27dd451
But returned node
spec
does not have anyProviderID
:The text was updated successfully, but these errors were encountered: