initial commit
This commit is contained in:
commit
d4f5bfeca0
7 changed files with 1077 additions and 0 deletions
19
vipman.yaml
Normal file
19
vipman.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
virtualIPs:
|
||||
- "192.168.1.234/24"
|
||||
interface: "eth0"
|
||||
label: ""
|
||||
leaderHook:
|
||||
- "/bin/true"
|
||||
followerHook:
|
||||
- "/bin/false"
|
||||
etcd:
|
||||
endpoints:
|
||||
- "127.0.0.1:2379"
|
||||
#- "127.0.0.1:2381"
|
||||
#- "127.0.0.1:2383"
|
||||
prefix: ""
|
||||
clusterName: "test"
|
||||
username: ""
|
||||
password: ""
|
||||
tls:
|
||||
ca: ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue