Skip to content

Commit 6bc625e

Browse files
committed
node-installer: add debug log output for K3s containerd configuration
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent 80f8d0c commit 6bc625e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/action-node-installer.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
- name: Collect debug logs
9292
if: matrix.distribution == 'k3s' && failure()
9393
run: |
94+
sudo cat /var/lib/rancher/k3s/agent/etc/containerd/config.toml.tmpl
9495
sudo k3s kubectl describe pods -n kwasm
9596
sudo k3s kubectl describe pods
9697

0 commit comments

Comments
 (0)