diff --git a/k8s/config/crio-kubelet-options b/k8s/config/crio-kubelet-options index ee61cff..c3a46c2 100644 --- a/k8s/config/crio-kubelet-options +++ b/k8s/config/crio-kubelet-options @@ -1,4 +1,3 @@ ---container-runtime=remote --container-runtime-endpoint=unix:///var/run/crio/crio.sock --image-service-endpoint=unix:///var/run/crio/crio.sock --runtime-cgroups=/system.slice/crio.service diff --git a/k8s/scripts/sysbox-deploy-k8s.sh b/k8s/scripts/sysbox-deploy-k8s.sh index 2c196b4..ed4191b 100755 --- a/k8s/scripts/sysbox-deploy-k8s.sh +++ b/k8s/scripts/sysbox-deploy-k8s.sh @@ -1045,7 +1045,7 @@ function main() { # Switch the K8s runtime to CRI-O # - # Note: this will configure the Kubelet to use CRI-O and restart it;, + # Note: this will configure the Kubelet to use CRI-O and restart it, # thereby killing all pods on the K8s node (including this daemonset). # The K8s control plane will then re-create the pods, but this time # with CRI-O. The operation can take up to 1 minute.