vi values.yaml
global:
registry: docker.io/k8schina
tag: "dev-linux-amd64"
dapr_operator:
debug:
enabled: true
initialDelaySeconds: 3000
2.2. 安装dapr
helm install dapr dapr/dapr --namespace dapr-system --create-namespace --set global.logAsJson=true --set dapr_sidecar_injector.hostNetwork=true --values values.yaml --wait2.3. 卸载dapr
helm uninstall dapr --namespace dapr-system3. 重点:需要基于dapr源码编译自己的镜像
在K8S集群中debug dapr_敦格-CSDN博客在K8S集群中debug daprhttps://shuaihj.blog.csdn.net/article/details/123018251



