added raft over tls
This commit is contained in:
parent
b0d13076e0
commit
585baea183
16 changed files with 563 additions and 300 deletions
41
vipman.yaml
41
vipman.yaml
|
|
@ -1,14 +1,29 @@
|
|||
raftDir: ""
|
||||
addressRange:
|
||||
virtualIPs:
|
||||
- ""
|
||||
localPeer:
|
||||
id: ""
|
||||
address: ""
|
||||
port: 0
|
||||
remotePeers:
|
||||
- id: ""
|
||||
address: ""
|
||||
port: 0
|
||||
- id: ""
|
||||
address: ""
|
||||
port: 0
|
||||
interface: ""
|
||||
label: ""
|
||||
leaderHook: ""
|
||||
followerHook: ""
|
||||
cluster:
|
||||
raft:
|
||||
dir: ""
|
||||
id: ""
|
||||
address: ""
|
||||
level: ""
|
||||
peers:
|
||||
- id: ""
|
||||
address: ""
|
||||
- id: ""
|
||||
address: ""
|
||||
tls:
|
||||
cert: ""
|
||||
key: ""
|
||||
ca: ""
|
||||
insecure: true
|
||||
etcd:
|
||||
endpoints:
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
prefix: ""
|
||||
clusterName: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue