Istio sidecar cycling #16
Labels
enhancement
New feature or request
istio
Issues related to istio components / resources
operator
Issues pertaining to the UDS Operator (Pepr)
Is your feature request related to a problem? Please describe.
When istio updates to a new version it does not automatically roll out new sidecars to every injected pod. The typical options for handling this include:
Describe the solution you'd like
A new pepr capability seems like a great fit for this problem. The desired state would be:
OpenKruise has an interesting way that they handle in place sidecar updates - https://openkruise.io/docs/user-manuals/sidecarset - haven't dug into what they are doing but it could be interesting to look at how that works.
Describe alternatives you've considered
Continue to handle this manually or manually add the annotation/label via values.
Additional context
Big Bang umbrella "solved" this by adding the istio git version to every pod as an annotation.
The text was updated successfully, but these errors were encountered: