Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 10, 2024
1 parent 606e477 commit e1f6f43
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ jobs:
journalctl --no-pager -xu k3s.service
- run:
name: more cri-dockerd debugging info
command: |
echo "systemctl status --no-pager --full cri-docker.service returns:"
systemctl status --no-pager --full cri-docker.service || true
echo "---"
echo "systemctl status --no-pager --full cri-docker.socket returns:"
systemctl status --no-pager --full cri-docker.socket || true
- run:
name: Prepare a kubeconfig in ~/.kube/config
command: |
Expand Down

0 comments on commit e1f6f43

Please sign in to comment.