Skip to content

Commit

Permalink
gha: enable node without cilium tests for clustermesh
Browse files Browse the repository at this point in the history
Let's make sure that we don't introduce regressions in the tests
requiring an external node that doesn't run cilium when enabled
in combination with clustermesh.

Signed-off-by: Marco Iorio <[email protected]>
  • Loading branch information
giorio94 committed Dec 15, 2023
1 parent f83be78 commit 8761380
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/kind-config-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ nodes:
taints: []
- role: worker
image: kindest/node:v1.23.6
- role: worker
image: kindest/node:v1.23.6
labels:
cilium.io/no-schedule: "true"
networking:
disableDefaultCNI: true
podSubnet: "10.201.0.0/16"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ jobs:
--set cni.chainingMode=portmap \
--set cluster.id=1 \
--set cluster.name=$CLUSTER1
--nodes-without-cilium=${{ env.CLUSTER_NAME_1 }}-worker2
- name: Create kind cluster 2
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
Expand Down

0 comments on commit 8761380

Please sign in to comment.