Skip to content

Commit

Permalink
feat : add cluster registration in pull mode to installation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySingh04 committed Dec 31, 2024
1 parent 58fdc4f commit b622b3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/installation-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b622b3c

Please sign in to comment.