-
Bug
-
Resolution: Done-Errata
-
Critical
-
None
-
3
-
False
-
False
-
CLOSED
-
Undefined
-
---
-
---
-
Storage Core Sprint 196, Storage Core Sprint 197, Storage Core Sprint 198
-
High
-
No
Description of problem:
Importer pod became CrashLoopBackOff when Istio is installed, namespace has sidecar injection enabled, and no DataVolume sidecar.istio.io/inject: "false" annotation
Version-Release number of selected component (if applicable):
OCP4.5
CNV2.4
How reproducible:
Always
Steps to Reproduce:
$ oc label namespace default istio-injection=enabled
$ oc get namespace default -L istio-injection
NAME STATUS AGE ISTIO-INJECTION
default Active 6d8h enabled
$ cat << EOF | oc create -f -
apiVersion: cdi.kubevirt.io/v1beta1
kind: DataVolume
metadata:
name: test-dv1
spec:
source:
http:
url: "http://$url/Fedora-Cloud-Base-33-1.2.x86_64.qcow2"
pvc:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
EOF
$ oc get pod
NAME READY STATUS RESTARTS AGE
importer-test-dv1 1/2 CrashLoopBackOff 25 105m
$ oc get dv
NAME PHASE PROGRESS RESTARTS AGE
test-dv1 ImportInProgress N/A 111m
Actual results:
imported pod CrashLoopBackOff
Expected results:
importer pod works well
Additional info: