I am a newbie for operator-sdk
. Now I am writing test for operator with envtest
framework, so I had a fake control-plane for environments.
Inside controller reconcile loop, once I initialize a CR, then controller will pull down an image for pod and deploy that Pod.
All behaviour in the above happens in the real k8s cluster. My question is, under envtest
environemnts, does controller really pull down image for deploying Pods?