nacos-k8s
nacos-k8s copied to clipboard
helm install error,cluster can not init for wrong prefer host mode
yaml in helm package was wrong when start with cluster mode。this parameter add only at standalone,but without it local host ip will be write to cluster.conf. then the cluster will not not init, "can not found peer :{ip}" always error . {- if eq .Values.global.mode "standalone" }} - name: PREFER_HOST_MODE value: {{ .Values.nacos.preferhostmode | quote }} - name: MODE value: "standalone"
Fixed