Strimzi operator is deleting images #6673
Answered
by
scholzj
mariuszkowalczuk-develop
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Apr 12, 2022
Replies: 1 comment 1 reply
-
The operator cannot do it - it does not control it, it doesn't even pull images, it does not interact with the container engine in any way. This is something your platform takes care about. Strimzi just tells Kubernetes that it should deploy a Pod with container running image X. And that is it. The rest is on the platform. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mariuszkowalczuk-develop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The operator cannot do it - it does not control it, it doesn't even pull images, it does not interact with the container engine in any way. This is something your platform takes care about. Strimzi just tells Kubernetes that it should deploy a Pod with container running image X. And that is it. The rest is on the platform.