From 38ed0531d095cd9f6fee1de5733649388194c498 Mon Sep 17 00:00:00 2001 From: Akash Date: Tue, 31 Dec 2024 22:55:11 +0530 Subject: [PATCH] feat : add cluster registration in pull mode to installation workflow Signed-off-by: Akash --- .github/workflows/installation-cli.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/installation-cli.yaml b/.github/workflows/installation-cli.yaml index 3fe30b13f5da..c37707112a70 100644 --- a/.github/workflows/installation-cli.yaml +++ b/.github/workflows/installation-cli.yaml @@ -90,6 +90,11 @@ jobs: export KUBECONFIG=${HOME}/karmada/karmada-apiserver.config GO111MODULE=on go install github.com/onsi/ginkgo/v2/ginkgo ginkgo -v --race --trace -p --focus="[BasicPropagation] propagation testing deployment propagation testing" ./test/e2e/ + - name: register cluster in pull mode + run: | + karmadactl register cluster \ + --cluster-name ${{ matrix.k8s }} \ + --mode Pull - name: export logs for config test if: always() run: |