You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
Thanks!
The text was updated successfully, but these errors were encountered: