-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
glusterfs pod does not start for storage-provisioner-gluster addon #18791
Comments
Got the same error when I tried to enable the storage-provisioner-gluster in minikube with "minikube addons enable storage-provisioner-gluster" output from "kubectl -n storage-gluster describe pod glusterfs-tj96"
|
Same thing heppens to me, I only know by the error that the container doesnt have previledge to connect to Dbus. Since docker doen't allow previledge containers by default I think that is where the error is. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
What Happened?
The pod "gluster" does not starts and complains about "Failed to get D-Bus connection: Operation not permitted"
Attach the log file
NAME READY STATUS RESTARTS AGE
glusterfile-provisioner-549b4d8768-5r6sl 1/1 Running 0 8m1s
glusterfs-mmwxz 0/1 Running 0 8m1s
heketi-5fb66969ff-kwjsx 1/1 Running 0 8m1s
Warning Unhealthy 5m52s (x26 over 13m) kubelet Readiness probe failed: Failed to get D-Bus connection: Operation not permitted
Warning Unhealthy 51s (x32 over 13m) kubelet Liveness probe failed: Failed to get D-Bus connection: Operation not permitted
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: