Hello, I am wondering if there is a way to configure the sidecar injector such that it will take into account imagePullSecrets when pulling the istio/proxyv2:1.6.0 (and/or any other images used by the sidecar if any)?
Looking around I am able to find information about: SidecarInjectionSpec that might be related to this, but could not find really clear documentation about how to populate the ImagePullSecrets field in this struct.
The following is an issue that talks about this: https://github.com/istio/istio/issues/4870 but it is closed leading me to believe that the issue is solved and there is a way to do this.
ObjectMeta and Spec are from the pod. ProxyConfig and MeshConfig are from the istio ConfigMap in the istio-system namespace. Templates can conditionally define injected containers and volumes with this data.
Anything I can use during install (using istioctl) to configure the injector to include (my/some known) image pull secrets?
Hello, I am wondering if there is a way to configure the sidecar injector such that it will take into account imagePullSecrets when pulling the istio/proxyv2:1.6.0 (and/or any other images used by the sidecar if any)?
Looking around I am able to find information about: SidecarInjectionSpec that might be related to this, but could not find really clear documentation about how to populate the ImagePullSecrets field in this struct.
The following is an issue that talks about this: https://github.com/istio/istio/issues/4870 but it is closed leading me to believe that the issue is solved and there is a way to do this.
ObjectMeta and Spec are from the pod. ProxyConfig and MeshConfig are from the istio ConfigMap in the istio-system namespace. Templates can conditionally define injected containers and volumes with this data.
Anything I can use during install (using istioctl) to configure the injector to include (my/some known) image pull secrets?
Upgrade to 1.6.8 (after noticing that there was an additional bug/fix for this that got in later this Jun - https://github.com/istio/istio/pull/24365). Initially had version 1.6 in which this did not seem to work
Adding the imagePullSecrets to my global values section in the install manifest to istioctl like so: