Update 'README.md'
parent
b303f88a39
commit
b0f1d7a644
|
@ -24,6 +24,7 @@ To compile it , you need:
|
||||||
Configuration contains:
|
Configuration contains:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
{
|
||||||
"MulticastConfig": {
|
"MulticastConfig": {
|
||||||
"MIpAddr": "239.0.0.19",
|
"MIpAddr": "239.0.0.19",
|
||||||
"MPort": "9898",
|
"MPort": "9898",
|
||||||
|
@ -34,6 +35,7 @@ Configuration contains:
|
||||||
"BridgeIpCIDR": "10.0.1.1/24"
|
"BridgeIpCIDR": "10.0.1.1/24"
|
||||||
},
|
},
|
||||||
"debug": false
|
"debug": false
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Where:
|
Where:
|
||||||
|
@ -60,5 +62,5 @@ Where:
|
||||||
|
|
||||||
|
|
||||||
- MetalLb under Kubernetes can achieve the same.
|
- MetalLb under Kubernetes can achieve the same.
|
||||||
- Nobody really needs kubernetes. I want a floating , HA IP without this.
|
- Nobody really needs kubernetes with less than 20 servers. I want a floating , HA IP without this.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue