Skip to content

Commit dca9318

Browse files
committed
liqoctl info in diagnostic
1 parent 373dc94 commit dca9318

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/e2e/pipeline/diagnostic/diagnose.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ do
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
5252
done;

test/e2e/pipeline/installer/liqoctl/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ LIQO_VERSION="${LIQO_VERSION:-$(git rev-parse HEAD)}"
6363
export SERVICE_CIDR=10.100.0.0/16
6464
export POD_CIDR=10.200.0.0/16
6565
export POD_CIDR_OVERLAPPING=${POD_CIDR_OVERLAPPING:-"false"}
66-
export HA_REPLICAS=3
66+
export HA_REPLICAS=2
6767

6868
for i in $(seq 1 "${CLUSTER_NUMBER}");
6969
do

0 commit comments

Comments
 (0)