-
Bug
-
Resolution: Done
-
Major
-
2.13.0.GA
-
False
-
False
-
- Install CRW operator using `latest` channel.
- Enable KIP in checluster CR
- See KIP operator fail
-
Kubernetes image puller operator cannot start on OCP due to:
Error: container create failed: time="2021-11-10T13:37:31Z" level=error msg="container_linux.go:380: starting container process caused: exec: \"kubernetes-image-puller-operator\": executable file not found in $PATH"
The conainer being used is: quay.io/eclipse/kubernetes-image-puller-operator:0.0.9 wich is the default container used, when chelcuster CR contains:
imagePuller: enable: true
as it uses upstream KIP operator (as it was decided in https://issues.redhat.com/browse/CRW-1651?focusedCommentId=16094546&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16094546)