voipp
voipp

Reputation: 1461

How to fix istio update?

Im using istio 1.17.3 During configuration update with istioctl install i got the following exception:

Error [IST0139] (MutatingWebhookConfiguration istio-sidecar-injector) Webhook overlaps with others: [istio-revision-tag-default/rev.object.sidecar-injector.istio.io]. This may cause injection to occur twice.

11:49 It seems istio tries to install duplicated MutatingWebhookConfiguration, but not just updating it. Why ?

Probably, i need to delete webhookconfigurations? But why istio cannot update em ?

Upvotes: 1

Views: 28

Answers (1)

Arnau Senserrich
Arnau Senserrich

Reputation: 431

At some point you added a new revision which is colliding with the webhook. It's safe to just remove the MutatingWebhookConfiguration from the istio-revision-tag-default.

Upvotes: 0

Related Questions