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 03ca0bb commit 1762317
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,51 +17,6 @@ jobs:
command: uname -a
name: Check architecture

- run:
# This step should be maintained in
# https://github.com/jupyterhub/action-k3s-helm and just adjusted for
# use on this Arm64 test.
name: Setup cri-dockerd as a dockershim
environment:
# https://github.com/Mirantis/cri-dockerd/tags
CRI_DOCKERD_VERSION: "0.3.9"
command: |
cd /tmp
wget -qO- https://github.com/Mirantis/cri-dockerd/releases/download/v${CRI_DOCKERD_VERSION}/cri-dockerd-${CRI_DOCKERD_VERSION}.arm64.tgz | tar -xvz --strip-components=1
sudo mv cri-dockerd /usr/bin/
wget -q https://raw.githubusercontent.com/Mirantis/cri-dockerd/v${CRI_DOCKERD_VERSION}/packaging/systemd/cri-docker.socket
wget -q https://raw.githubusercontent.com/Mirantis/cri-dockerd/v${CRI_DOCKERD_VERSION}/packaging/systemd/cri-docker.service
sudo mv cri-docker.* /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable --now cri-docker.service
cri-dockerd --buildinfo
- run:
name: 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
echo "---"
echo "cri-dockerd --help returns:"
cri-dockerd --help
echo "---"
echo 'ls -alh /var/run/*docker*.* returns:'
sudo ls -alh /var/run/*docker*
echo "---"
echo 'ls -alh /run/*docker* returns:'
sudo ls -alh /run/*docker*
- run:
# This segment should be maintained in
# https://github.com/jupyterhub/action-k3s-helm and just adjusted for
Expand All @@ -75,8 +30,6 @@ jobs:
--disable-network-policy
--flannel-backend=none
--docker
--egress-selector-mode=disabled
--container-runtime-endpoint=/run/cri-dockerd.sock
- run:
name: k3s failure logs
Expand Down

0 comments on commit 1762317

Please sign in to comment.