We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415671d commit 24d654bCopy full SHA for 24d654b
node-installer/script/installer.sh
@@ -90,7 +90,7 @@ if ! grep -q 'runtimes.spin.options' $NODE_ROOT$CONTAINERD_CONF && [ "$SYSTEMD_C
90
echo "Setting SystemdCgroup to $SYSTEMD_CGROUP in Spin containerd configuration"
91
if $IS_K3S; then
92
echo '
93
-[plugins."io.containerd.cri.v1.runtime".containerd.runtimes."spin".options]
+[plugins."io.containerd.cri.v1.runtime".containerd.runtimes.spin.options]
94
SystemdCgroup = '$SYSTEMD_CGROUP'
95
' >> $NODE_ROOT$CONTAINERD_CONF
96
else
0 commit comments