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 dfd733c commit a15569c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo mv cri-docker.* /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable --now --wait cri-docker.service
sudo systemctl enable --now cri-docker.service
cri-dockerd --buildinfo
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
--flannel-backend=none
--docker
--egress-selector-mode=disabled
--container-runtime-endpoint='/var/run/cri-dockerd.sock'
--container-runtime-endpoint=/var/run/cri-dockerd.sock
- run:
name: k3s failure logs
Expand Down

0 comments on commit a15569c

Please sign in to comment.