Skip to content

Commit

Permalink
disable k3s config exception
Browse files Browse the repository at this point in the history
The K3s config on CIVO K3s clusters now seems to be the same than for other containerd clusters.

Signed-off-by: Sven Pfennig <[email protected]>
  • Loading branch information
0xE282B0 authored Aug 28, 2023
1 parent 0acc83f commit d2b5077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ elif ! $IS_MICROK8S; then
fi

CRI='"io.containerd.grpc.v1.cri"'
if $IS_K3S; then
CRI='cri'
fi
#if $IS_K3S; then
# CRI='cri'
#fi
if ! grep -q crun $NODE_ROOT$CONTAINERD_CONF; then
echo '[plugins.'$CRI'.containerd.runtimes.crun]
runtime_type = "io.containerd.runc.v2"
Expand Down

0 comments on commit d2b5077

Please sign in to comment.