An istio-proxy container must exist in all pods of a Service. Otherwise, this item is abnormal.
You can inject sidecars for pods of all workloads in the namespace. For details, see Injecting a Sidecar. You can also inject sidecars for a workload as follows:
kubectl label ns <namespace> istio-injection=enabled
annotations: sidecar.istio.io/inject: 'true'
For more details about sidecar injection, see Installing the Sidecar.
On the CCE console, choose More > Redeploy in the Operation column of the target workload.
On the CCE console, choose More > Edit YAML in the Operation column of the target workload, and check whether spec.template.spec.hostNetwork: true is configured. If yes, check whether this field can be deleted or set to false. Otherwise, sidecars cannot be injected.
If the number exceeds , the excess pods cannot be injected with sidecars.