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

rook-nfs: volume needs to be created, either by external provisioner "nfs.rook.io/rook-nfs-provisioner" or manually created by system administrator #37

Open
Wosch96 opened this issue Feb 6, 2024 · 1 comment

Comments

@Wosch96
Copy link

Wosch96 commented Feb 6, 2024

Hello guys,

I would like to use this project to setup a simple slurm cluster and add this to my k3d cluster. I have a problem with rook-nfs.
Can someone help me out? I'm new to the topic of kubernetes.

kubectl describe pvc returns this:

image

Due to this problem, the pods of the rook-nfs-0 are stuck in the status 'Pending'.

image

I already realised that rook-nfs is not actively maintained anymore, but I thought this should still work.
The rook-nfs-provisioner should create a volume itself, correct? Any ideas?

I did not make any changes to the project as of now.

Appreciate your help,
thanks

@saksham36
Copy link

One thing I did was was to remove the dependency of rooknfs in the Chart.yaml.

I'm using a NFS external provisioner (https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/) and basically replaced the rook-nfs storageClassName with: nfs-client

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

2 participants