Hello. I'm having trouble with automatically creat...
# general
g
Hello. I'm having trouble with automatically createn a PV with Ceph rbd Storage Class. My Pod is pending status with events: "pod has unbound immediate PersistentVolumeClaims". My PVC is pending status with "none" events. In my kube-controller-manager logs I sea only this error: "E0208 034901.290717 1 goroutinemap.go:150] Operation for "provision-default/ssd-claim-1g[788271c4-2b54-11e9-a81f-005056a2eb4e]" failed. No retries permitted until 2019-02-08 034901.790691834 +0000 UTC m=+65586.371345784 (durationBeforeRetry 500ms). Error: "Operation cannot be fulfilled on persistentvolumeclaims \"ssd-claim-1g\": the object has been modified; please apply your changes to the latest version and try again"" When I create a PV manually, it becomes bound. Please help