bugs when add volumes with same pvc in workload
Created by: smile-luobin
There is a bug when trying to add volumes with same pvc in workload. Here are the screenshots when tring to add volumes with same pvc in deployment:
- Add the first volume with pvc
test
, mountPath is/a
:
- Add result, generated volumeName is
volume-9tvz9h
:
As these screenshots show:
- mountPath
/a
of the first volumevolume-9tvz9h
will replaced as/b
; - and mountPath of the second volume
volume-gyabrs
will be none.
kubesphere version: 3.3.0