From dca9318041982a1e1385480a240e59aab3379684 Mon Sep 17 00:00:00 2001 From: Francesco Cheinasso Date: Tue, 5 Nov 2024 09:31:36 +0100 Subject: [PATCH] liqoctl info in diagnostic --- test/e2e/pipeline/diagnostic/diagnose.sh | 8 ++++---- test/e2e/pipeline/installer/liqoctl/setup.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/e2e/pipeline/diagnostic/diagnose.sh b/test/e2e/pipeline/diagnostic/diagnose.sh index 2cf8c22403..165dc345ab 100755 --- a/test/e2e/pipeline/diagnostic/diagnose.sh +++ b/test/e2e/pipeline/diagnostic/diagnose.sh @@ -43,10 +43,10 @@ do echo "Available Nodes" echo "|------------------------------------------------------------|" ${KUBECTL} get no -o wide --show-labels - echo "Liqo local status" + echo "Liqo local info" echo "|------------------------------------------------------------|" - ${LIQOCTL} status --verbose - echo "Liqo peerings statuses" + ${LIQOCTL} info --verbose + echo "Liqo peerings info" echo "|------------------------------------------------------------|" - ${LIQOCTL} status peer --verbose + ${LIQOCTL} info peer --verbose done; diff --git a/test/e2e/pipeline/installer/liqoctl/setup.sh b/test/e2e/pipeline/installer/liqoctl/setup.sh index f47ddd4a18..e8fcb368b8 100755 --- a/test/e2e/pipeline/installer/liqoctl/setup.sh +++ b/test/e2e/pipeline/installer/liqoctl/setup.sh @@ -63,7 +63,7 @@ LIQO_VERSION="${LIQO_VERSION:-$(git rev-parse HEAD)}" export SERVICE_CIDR=10.100.0.0/16 export POD_CIDR=10.200.0.0/16 export POD_CIDR_OVERLAPPING=${POD_CIDR_OVERLAPPING:-"false"} -export HA_REPLICAS=3 +export HA_REPLICAS=2 for i in $(seq 1 "${CLUSTER_NUMBER}"); do