报错:all consul nodes of cluster must be in'client’ mode!
提示这个:
consul是3节点statefulset部署于k8s v1.18.20
基于此模板部署 但是未启用tls https://github.com/kelseyhightower/consul-on-kubernetes
#configmap配置
{
"data_dir": "/consul/data",
"server ": true,
"bootstrap_expect ": 3,
"retry_join ": ["consu1 - 0. consu ", "consul - 1. consul ", "consul - 2. consu"],
"client addr ": "0.0.0.0",
"disable host node id ": true,
"disable update_check ": true,
"ui config ": {
"enabled ": true
}
}
consul v1.9.3
有朋友遇到过吗