consul 啟動報錯:
consul[11880]: 2024-05-12T08:37:51.095-0400 [ERROR] agent: startup error: error="refusing to rejoin cluster because server has been offline for more than the configured server_rejoin_age_max (168h0m0s) - consider wiping your data dir"
刪除掉consul數據和錄下的文件:/data/consul/server_metadata.json文件
#重啟
systemctl restart consul
?成功