반응형
consul agent를 dev모드로 실행시
data_dir 에 데이터가 저장되지 않습니다.
해당 설정으로 stand alone 모드로 실행시 데이터의 저장이 가능합니다.
{
"node_name": "consul-server1",
"datacenter": "dc",
"server": true,
"ui_config": {
"enabled": true
},
"data_dir": "/consul/data",
"addresses": {
"http": "0.0.0.0"
},
"bootstrap_expect":1,
"encrypt": "aPuGh+5UDskRAbkLaXRzFoSOcSM+5vAK+NEYOWHJH7w=",
"auto_encrypt": {
"allow_tls": true
},
"verify_incoming": false,
"verify_incoming_rpc": false,
"verify_outgoing": false,
"verify_server_hostname": false
}
docker를 사용할 경우 agent 옵션에 -config-dir command를 전달 할 수 있습니다.
command: "agent -config-dir=/consul/config/config.json"
반응형
'기타' 카테고리의 다른 글
아이패드 미니 레티나 (0) | 2014.01.14 |
---|---|
MCITP 70-450 PRO: Designing, Optimizing and Maintaining a Database Administrative Solution Using Microsoft SQL Server 2008 후기 (0) | 2012.02.08 |
MCTS 70-432 Microsoft SQL Server 2008, Implementation and Maintenance 후기 (0) | 2012.01.19 |
요즘 본 광고중 최고~~ (0) | 2011.10.23 |