File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4343 echo " Available Nodes"
4444 echo " |------------------------------------------------------------|"
4545 ${KUBECTL} get no -o wide --show-labels
46- echo " Liqo local status "
46+ echo " Liqo local info "
4747 echo " |------------------------------------------------------------|"
48- ${LIQOCTL} status --verbose
49- echo " Liqo peerings statuses "
48+ ${LIQOCTL} info --verbose
49+ echo " Liqo peerings info "
5050 echo " |------------------------------------------------------------|"
51- ${LIQOCTL} status peer --verbose
51+ ${LIQOCTL} info peer --verbose
5252done ;
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ LIQO_VERSION="${LIQO_VERSION:-$(git rev-parse HEAD)}"
6363export SERVICE_CIDR=10.100.0.0/16
6464export POD_CIDR=10.200.0.0/16
6565export POD_CIDR_OVERLAPPING=${POD_CIDR_OVERLAPPING:- " false" }
66- export HA_REPLICAS=3
66+ export HA_REPLICAS=2
6767
6868for i in $( seq 1 " ${CLUSTER_NUMBER} " ) ;
6969do
You can’t perform that action at this time.
0 commit comments