Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Apr 3, 2024
1 parent be47a6c commit 5ff4db6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ jobs:
make up
sleep 30
./hack/test-smoke.sh
- name: "Debug"
if: failure()
run: |
podman exec usernetes_node_1 journalctl --since="1 day ago"
- name: "Debug 2"
if: failure()
run: |
podman exec usernetes_node_1 sh -euxc "tail -n 1000 /var/log/containers/kube-apiserver-*"
- name: "Debug 3"
if: failure()
run: |
podman exec usernetes_node_1 sh -euxc "tail -n 1000 /var/log/containers/etcd*"
multi-node:
name: "Multi node (emulated using LXD)"
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
U7S_HOST_IP: ${U7S_HOST_IP}
sysctls:
- net.ipv4.ip_forward=1
- net.ipv4.tcp_tw_reuse=1
# In addition, `net.ipv4.conf.default.rp_filter`
# has to be set to 0 (disabled) or 2 (loose)
# in the daemon's network namespace.
Expand Down

0 comments on commit 5ff4db6

Please sign in to comment.