File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 String $token = $kubernetes::token,
1919 String $discovery_token_hash = $kubernetes::discovery_token_hash,
2020 String $container_runtime = $kubernetes::container_runtime,
21- Optional[Array] $ignore_preflight_errors = []
21+ Optional[Array] $ignore_preflight_errors = [' dave ' ]
2222
2323){
2424 $path = [' /usr/bin' ,' /bin' ,' /sbin' ,' /usr/local/bin' ]
2727 $env_worker = [' HOME=/root' , ' KUBECONFIG=/etc/kubernetes/kubelet.conf' ]
2828
2929 if $container_runtime == ' cri_containerd' {
30- $preflight_errors = flatten([' Service-Docker' ], $ignore_preflight_errors )
30+ $preflight_errors = flatten([' Service-Docker' , $ignore_preflight_errors ] )
3131 $cri_socket = ' /run/containerd/containerd.sock'
3232 } else {
3333 $preflight_errors = $ignore_preflight_errors
You can’t perform that action at this time.
0 commit comments