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
Hello, I have a problem with PV mounting
I use the command helm upgrade --create-namespace --namespace openproject --install openproject openproject/openproject Go to install openproject,but containr is error
kubectl get pod -n openproject
NAME READY STATUS RESTARTS AGE
openproject-memcached-59958bd4f7-x8rkq 1/1 Running 0 9m49s
openproject-postgresql-0 1/1 Running 0 9m49s
openproject-seeder-20240621145956-ctdml 0/1 Init:0/1 0 9m49s
openproject-web-dd9d499b8-hwz8p 0/1 Init:0/1 0 9m49s
openproject-worker-default-755795b6d8-7hd2q 0/1 Init:0/1 0 9m49s
kubectl describe pod -n openproject openproject-seeder-20240621145956-ctdml
...
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 84s (x2 over 86s) default-scheduler 0/6 nodes are available: 6 pod has unbound immediate PersistentVolumeClaims. preemption: 0/6 nodes are available: 6 Preemption is not helpful for scheduling.
Normal Scheduled 81s default-scheduler Successfully assigned openproject/openproject-seeder-20240621145956-ctdml to test-sys-k8s-worker-02
Normal SuccessfulAttachVolume 71s attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-4fe25aeb-897e-4a9f-b051-efb9febab18c"
Normal SuccessfulAttachVolume 70s attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-c6478e02-16c5-4a58-baee-49187ddbd27d"
Normal SuccessfulAttachVolume 42s attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-fbfd02f4-8384-4420-96fc-90bf9a8cff13"
Warning FailedMount 5s (x8 over 70s) kubelet MountVolume.SetUp failed for volume "pvc-4fe25aeb-897e-4a9f-b051-efb9febab18c" : rpc error: code = Aborted desc = no Pending workload pods for volume pvc-4fe25aeb-897e-4a9f-b051-efb9febab18c to be mounted: map[]
Warning FailedMount 4s (x8 over 69s) kubelet MountVolume.SetUp failed for volume "pvc-c6478e02-16c5-4a58-baee-49187ddbd27d" : rpc error: code = Aborted desc = no Pending workload pods for volume pvc-c6478e02-16c5-4a58-baee-49187ddbd27d to be mounted: map[]
But my stoargeclass has successfully created PVS, and the PVC created by openproject have also successfully bound these PVC
Hello, I have a problem with PV mounting
I use the command
helm upgrade --create-namespace --namespace openproject --install openproject openproject/openproject
Go to install openproject,but containr is errorBut my stoargeclass has successfully created PVS, and the PVC created by openproject have also successfully bound these PVC
The text was updated successfully, but these errors were encountered: