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 818c826 commit 3067395
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
# This step should be maintained in
# https://github.com/jupyterhub/action-k3s-helm and just adjusted for
# use on this Arm64 test.
name: Install cri-dockerd
name: Setup cri-dockerd as a dockershim
environment:
# https://github.com/Mirantis/cri-dockerd/tags
CRI_DOCKERD_VERSION: "0.3.9"
command: |
cd /tmp
Expand All @@ -45,6 +46,7 @@ jobs:
sudo systemctl enable --now cri-docker.socket
cri-dockerd --buildinfo
cri-dockerd --help
- run:
# This segment should be maintained in
Expand All @@ -53,7 +55,7 @@ jobs:
name: Install K3S
command: >-
curl -sfL https://get.k3s.io |
INSTALL_K3S_CHANNEL=v1.29 sh -s -
INSTALL_K3S_CHANNEL=latest sh -s -
--disable metrics-server
--disable traefik
--disable-network-policy
Expand Down

0 comments on commit 3067395

Please sign in to comment.