You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user deploy new application with istio, istio injector(manual and automatic) will inject two containers: istio-proxy and istio-proxy_init. If customer configure those two images to be pulled from private registry, then the image pull will be failed as there is no imagePullSecrets, seems we need to add imagePullSecrets to inject containers.