minor fix

pull/644/head
gjmzj 2019-07-19 11:00:23 +08:00
parent f0212fe1d6
commit 6b979132f8
3 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
global_defs {
router_id lb-backup-{{ inventory_hostname }}
script_user root
enable_script_security
}
vrrp_script check-haproxy {

View File

@ -1,7 +1,6 @@
global_defs {
router_id lb-master-{{ inventory_hostname }}
script_user root
enable_script_security
}
vrrp_script check-haproxy {

View File

@ -281,7 +281,7 @@ function start_kubeasz_docker() {
--volume /root/.ssh/id_rsa:/root/.ssh/id_rsa:ro \
--volume /root/.ssh/id_rsa.pub:/root/.ssh/id_rsa.pub:ro \
--volume /root/.ssh/known_hosts:/root/.ssh/known_hosts:ro \
easzlab/kubeasz:${KUBEASZ_VER}
easzlab/kubeasz:${KUBEASZ_VER} sleep 36000
}
function clean_container() {