Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed May 30, 2024
1 parent 372404e commit fb282c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:

jobs:
proxy-init-integration:
continue-on-error: true
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
Expand Down
7 changes: 5 additions & 2 deletions proxy-init/integration/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ k run iptables-tester \
--restart=Never \
--rm \
-- \
go test -integration-tests
go test -integration-tests || true

k delete ns proxy-init-test
#k delete ns proxy-init-test
k get po -A
k -n proxy-init-test describe po pod-with-existing-rules
k -n proxy-init-test logs pod-with-existing-rules iptables-test

0 comments on commit fb282c2

Please sign in to comment.