Skip to content

Commit

Permalink
feat : add cluster registration step in pull mode to installation wor…
Browse files Browse the repository at this point in the history
…kflow

Signed-off-by: Akash <[email protected]>
  • Loading branch information
SkySingh04 committed Jan 18, 2025
1 parent 5bfdf61 commit c103280
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/installation-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,8 @@ jobs:
ct install --charts charts/karmada --debug --helm-extra-set-args '--set components={search,metricsAdapter,descheduler},apiServer.hostNetwork=true' --helm-extra-args "--timeout 800s" --skip-clean-up
kubectl get pods -A
- name: register cluster in pull mode
run: |
karmadactl register cluster \
--cluster-name ${{ matrix.k8s }} \
--mode Pull

0 comments on commit c103280

Please sign in to comment.