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
The sidecar container is injected when the Pod is created.
But, the tortoise controller looks at the deployment spec to understand which container they have.
So, even if the Pods have the sidecar container in the end, the tortoise controller cannot notice them.
/kind feature
The text was updated successfully, but these errors were encountered:
Had a temporal patch for this. It should be working if the injected container is istio one.
But, other injected container cannot be handled. #129 will fix this issue in general since we wouldn't look at deployment in the first place after that.
sanposhiho
changed the title
Tortoise cannot understand Injected sidecar
Tortoise cannot understand a sidecar injected via mutating webhook
Jan 5, 2024
The sidecar container is injected when the Pod is created.
But, the tortoise controller looks at the deployment spec to understand which container they have.
So, even if the Pods have the sidecar container in the end, the tortoise controller cannot notice them.
/kind feature
The text was updated successfully, but these errors were encountered: