user2133814
user2133814

Reputation: 2651

How to set the istio sidecar lifecycle

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.

Upvotes: 1

Views: 644

Answers (1)

user140547
user140547

Reputation: 8200

The mentioned Kubernetes sidecar proposal was withdrawn. So there is no support for that, neither in Istio 1.6 nor in more recent versions.

See https://github.com/kubernetes/enhancements/issues/753

Upvotes: 1

Related Questions