How can I configure something so that the injected istio sidecar uses the recent kubernetes container lifecycle of sidecar? The sidecar lifecycle is discussed here and here. More specifically is there an annotation similar to sidecar.istio.io/inject: "true"
, or some other attributes in a CRD, that can do this? I am using istio 1.6. Thank you.
Asked
Active
Viewed 423 times
1

user2133814
- 2,431
- 1
- 24
- 34
-
1Did you know, that you are using very old and deprecated version of Istio? Actual [release](https://istio.io/latest/docs/releases/supported-releases/) is 1.11 – Mikołaj Głodziak Aug 26 '21 at 07:25
-
yep. using openshift 4.7. not my choice. :( – user2133814 Aug 26 '21 at 14:37
1 Answers
1
The mentioned Kubernetes sidecar proposal was withdrawn. So there is no support for that, neither in Istio 1.6 nor in more recent versions.

user140547
- 7,750
- 3
- 28
- 80