nacos-k8s icon indicating copy to clipboard operation
nacos-k8s copied to clipboard

helm install error,cluster can not init for wrong prefer host mode

Open zziawan opened this issue 3 years ago • 1 comments

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"

zziawan avatar Jun 17 '21 01:06 zziawan

Fixed

paderlol avatar Jun 17 '21 01:06 paderlol