Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bare-metal helm installation of Nutanix-csi-storage 3.1.0 label the nodeid with #<ip># instead of acceptable node name #157

Open
RatRaceExile opened this issue Nov 29, 2024 · 0 comments

Comments

@RatRaceExile
Copy link

Helm Deployment of Nutanix-csi-storage 3.1.0 on vanilla kubernetes

To reproduce error:

nutanix-csi-storage
/values.yaml

Set
kubernetesClusterDeploymentType: "bare-metal"

My PC is on 2024.2.
Creation of SC, PV, PVC are all successfully.

But on mount,
AttachVolume.Attach failed for volume rpc error: code = NotFound desc = bad CSI nodeId format: #ip of node#

Nutanix support ticket 01844179.
The SRE does not seem to have knowledge about kubelet registration of CSI driver.

I hope that the dev can take a look at what causes the CSI driver to register nodeid with invalid char #.


If I set kubernetesClusterDeploymentType: "non-bare-metal", the new csi went to take the machine-id and attempt to use that as the vm uuid when querying the PC API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant