Skip to content

Commit c4a122c

Browse files
committed
Address the comment
1 parent 2ea955b commit c4a122c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capz/templates/windows-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ spec:
109109
& $scriptPath
110110
} else {
111111
Write-Host "RestartKubelet.ps1 not found. Running fallback command..."
112-
& "$env:SYSTEMDRIVE\k\nssm" set kubelet start SERVICE_AUTO_START
112+
& "$env:SYSTEMDRIVE\k\nssm.exe" set kubelet start SERVICE_AUTO_START
113113
}
114114
path: C:/KubeletRestart_nssm_sc.ps1
115115
permissions: "0744"

0 commit comments

Comments
 (0)