mirror of https://github.com/easzlab/kubeasz.git
minor fix
parent
f0212fe1d6
commit
6b979132f8
|
@ -1,7 +1,6 @@
|
||||||
global_defs {
|
global_defs {
|
||||||
router_id lb-backup-{{ inventory_hostname }}
|
router_id lb-backup-{{ inventory_hostname }}
|
||||||
script_user root
|
script_user root
|
||||||
enable_script_security
|
|
||||||
}
|
}
|
||||||
|
|
||||||
vrrp_script check-haproxy {
|
vrrp_script check-haproxy {
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
global_defs {
|
global_defs {
|
||||||
router_id lb-master-{{ inventory_hostname }}
|
router_id lb-master-{{ inventory_hostname }}
|
||||||
script_user root
|
script_user root
|
||||||
enable_script_security
|
|
||||||
}
|
}
|
||||||
|
|
||||||
vrrp_script check-haproxy {
|
vrrp_script check-haproxy {
|
||||||
|
|
|
@ -281,7 +281,7 @@ function start_kubeasz_docker() {
|
||||||
--volume /root/.ssh/id_rsa:/root/.ssh/id_rsa:ro \
|
--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/id_rsa.pub:/root/.ssh/id_rsa.pub:ro \
|
||||||
--volume /root/.ssh/known_hosts:/root/.ssh/known_hosts:ro \
|
--volume /root/.ssh/known_hosts:/root/.ssh/known_hosts:ro \
|
||||||
easzlab/kubeasz:${KUBEASZ_VER}
|
easzlab/kubeasz:${KUBEASZ_VER} sleep 36000
|
||||||
}
|
}
|
||||||
|
|
||||||
function clean_container() {
|
function clean_container() {
|
||||||
|
|
Loading…
Reference in New Issue