-
Notifications
You must be signed in to change notification settings - Fork 786
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
MicroK8S 1.27.2 breaks OpenEBS #4021
Comments
Hey @sjerman, thanks for reporting this.
What steps and/or configuration did you follow that were different? |
Hi, spent a little time on it. It seems at though the issue happens with nfs-provisioning via the lvm provisioner. Steve So :)
And you get symptoms like:
Doesn't happen on 1.26. Relevant files.... |
Oh.. one thing.. you will need to edit the config.yaml file to set the volume group to use. The default is |
Hi @sjerman,
I tried to isolate the entire thing to see if the problem was with the NFS provisioned. We deploy the NFS provisioner while deploying the helm chart via the configs so that's already done. Then I created the nfs rwx storage class. But after that, when I create a sample PVC, it remains stuck in the
Searchin a bit more, I found this issue in openEBS dynamic nfs provisioner which is similar to our issue. I've commented there to get the discussion started around this issue for microk8s. |
Hi @sachinkumarsingh092 By any chance don't you know - is there a solution for that? The problem is that I can't even provision volumes using standard hostpath class. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Summary
When you install the openebs local-lvm helm chart on MicrosK8S 1.27.2 revision 5372. PVC provisioned using a local-lvm storage class get stuck in 'pending'.
if you change the version of MicroK8S to 1.26.2 everything starts working again..
What Should Happen Instead?
PVC should be provisioned.
Reproduction Steps
We have duplicated the issue on multiple systems.
Introspection Report
attached
Can you suggest a fix?
Are you interested in contributing with a fix?
inspection-report-20230607_094320.tar.gz
The text was updated successfully, but these errors were encountered: