Skip to content

Commit

Permalink
connectivity: skip local-redirect-policy-with-node-dns
Browse files Browse the repository at this point in the history
Running local-redirect-policy-with-node-dns causes
the flow validation failure of client-egress-to-cidr-deny.
Skip it to make Kind workflow stable,

Signed-off-by: Yusuke Suzuki <yusuke.suzuki@isovalent.com>
  • Loading branch information
ysksuzuki authored and michi-covalent committed Jul 19, 2024
1 parent fad4c1b commit fef27a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ jobs:
--external-target-ca-name=ca \
--external-cidr 172.18.0.0/16 \
--external-ip ${{ steps.external_targets.outputs.worker2_ip }} \
--external-other-ip ${{ steps.external_targets.outputs.worker3_ip }}
--external-other-ip ${{ steps.external_targets.outputs.worker3_ip }} \
--test '!local-redirect-policy-with-node-dns'
- name: Uninstall node local DNS
run: |
Expand Down

0 comments on commit fef27a6

Please sign in to comment.