File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/tasks/administer-cluster/kubeadm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ Instructions to do so are available at [Install Docker Engine - Enterprise on Wi
163
163
# ### Install wins, kubelet, and kubeadm
164
164
165
165
` ` ` PowerShell
166
- curl.exe -LO https://github. com/kubernetes-sigs/sig-windows-tools/releases/latest/download /PrepareNode.ps1
166
+ curl.exe -LO https://raw.githubusercontent. com/kubernetes-sigs/sig-windows-tools/master/kubeadm/scripts /PrepareNode.ps1
167
167
.\P repareNode.ps1 -KubernetesVersion {{< param " fullversion" > }}
168
168
` ` `
169
169
@@ -206,7 +206,7 @@ If you're using a different interface rather than Ethernet (i.e. "Ethernet0 2")
206
206
#### Install wins, kubelet, and kubeadm
207
207
208
208
```PowerShell
209
- curl.exe -LO https://github. com/kubernetes-sigs/sig-windows-tools/releases/latest/download /PrepareNode.ps1
209
+ curl.exe -LO https://raw.githubusercontent. com/kubernetes-sigs/sig-windows-tools/master/kubeadm/scripts /PrepareNode.ps1
210
210
.\PrepareNode.ps1 -KubernetesVersion {{< param "fullversion" >}} -ContainerRuntime containerD
211
211
```
212
212
You can’t perform that action at this time.
0 commit comments