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
Current behaviour: When I was investigating the native sidecar resource issue (#452), I noticed that in pods page (second image), I can see the logs of the nginx main container, as well as the 2 init containers (istio-validation and istio-proxy). However in deployments page (third image), I can only see the logs of the nginx main container.
Expected behaviour: I expect to see 3 containers (1 pod x (1 main container + 2 init containers)) in deployments page.