Thanks, i found a similar issue at https://github.com/istio/istio/issues/24329
Wasn’t really familar with the ConfigMap structure, so i was wonder where should i set the outbound mode in the new ConfigMap.
The ans is
mesh: |-
accessLogEncoding: TEXT
accessLogFile: /dev/stdout
accessLogFormat: ""
outboundTrafficPolicy:
mode: REGISTRY_ONLY
Would it be better if that parameter is kept there? I think it helps for people that love to tinker at the config map.