Skip to content

Commit

Permalink
Use dual-stack cluster to test antctl check (#6292)
Browse files Browse the repository at this point in the history
Signed-off-by: Kanha gupta <kanhag4163@gmail.com>
  • Loading branch information
kanha-gupta committed May 7, 2024
1 parent 26e8441 commit 83d981d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/kind.yml
Expand Up @@ -771,10 +771,9 @@ jobs:
sudo mv kind /usr/local/bin
- name: Create Kind Cluster
run: |
kind create cluster --config ci/kind/config-3nodes.yml
- name: Load Docker images and deploy Antrea
./ci/kind/kind-setup.sh create kind --ip-family dual
- name: Deploy Antrea
run: |
kind load docker-image antrea/antrea-controller-ubuntu-coverage:latest antrea/antrea-agent-ubuntu-coverage:latest
kubectl apply -f build/yamls/antrea.yml
- name: Build antctl binary
run: |
Expand Down

0 comments on commit 83d981d

Please sign in to comment.