Im using istio 1.11.4 version, Installed only istiod, cni and disabled all gateways.
added below entry in mesh config
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
namespace: istio-system
name: istio
spec:
hub: docker.io/istio
tag: 1.11.4
# You may override parts of meshconfig by uncommenting the following lines.
meshConfig:
defaultConfig:
holdApplicationUntilProxyStarts: true
enablePrometheusMerge: true
# Opt-out of global http2 upgrades.
# Destination rule is used to opt-in.
# h2_upgrade_policy: DO_NOT_UPGRADE
# Traffic management feature
all init-db applications are still waiting and not starting. Need urgent help.