if the kubernetes related scripts are no longer mantained?
gongzh opened this issue · 0 comments
gongzh commented
Hi, I'm wondering if the kubernetes related scripts are no longer mantained?
for example, in helper.psm1 file, RegisterNode function, the kubelet command line parameter "--container-runtime=remote" has been removed since Kubernetes v1.25.
Kubernetes/windows/helper.psm1
function RegisterNode($UseCRI = $false)
{
......
$argList += @("--container-runtime=remote", "--container-runtime-endpoint=npipe:////./pipe/containerd-containerd")
Thanks!