Problem:
-
Start a kubernetes job which is using a PVC. (PVC ->
-
Starting a second Job which is using the same PVC gives the first time a problem:
Error: Warning FailedMount 6s (x5 over 14s) kubelet, 172.17.101.71 MountVolume.SetUp failed for volume “pvc-ffd37346ee3411e8” : rpc error: code = Internal desc = exit status 1Actions: Delete job en start job again: success!
-
Starting a third job which is using the same PVC:
Same problem rpc error.Delete job, start job result : rpc error
Delete job, start job: success!
I started the jobs with enough time between two start job commando’s.