From e562a9bdb7c0fff0912ceda4a7324b7ea0e1afd5 Mon Sep 17 00:00:00 2001 From: Yip Wai Peng Date: Thu, 25 Apr 2024 17:58:42 +1000 Subject: [PATCH] Fix container_runtime default in comment (#677) --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 303a75e9..bdbcb535 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -23,7 +23,7 @@ # [*container_runtime*] # This is the runtime that the Kubernetes cluster will use. # It can only be set to "cri_containerd" or "docker" -# Defaults to cri_containerd +# Defaults to docker # # [*containerd_version*] # This is the version of the containerd runtime the module will install.