Skip to content

Commit

Permalink
DO NOT MERGE debug client-egress-to-cidr-deny
Browse files Browse the repository at this point in the history
Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Jul 25, 2023
1 parent 1836f8e commit 5042fb3
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 @@ -120,7 +120,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 client-egress-to-cidr-deny
- name: Uninstall cilium
run: |
Expand Down

0 comments on commit 5042fb3

Please sign in to comment.