wenbo1025 Kubesphere在开启服务治理的应用中只能创建无状态服务和有状态服务,请教大佬有没有办法把DaemonSet中的pod也注入istio-proxy?我尝试用命令行手动注入,提示没安装istioctl
RolandMa1986 wenbo1025 在pod 的temple 中加入 “sidecar.istio.io/inject: ‘true’” 注解就可以了 spec: selector: matchLabels: app: nginx template: metadata: creationTimestamp: null labels: app: nginx annotations: sidecar.istio.io/inject: 'true'