Skip to content

Commit b04b2cf

Browse files
committed
[ja] Update location of PrepareNode.ps1
1 parent 450c997 commit b04b2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Windowsワーカーノードの(管理者)権限を持つPowerShell環境で実
146146
1. wins、kubelet、kubeadmをインストールします。
147147

148148
```PowerShell
149-
curl.exe -LO https://github.com/kubernetes-sigs/sig-windows-tools/releases/latest/download/PrepareNode.ps1
149+
curl.exe -LO https://raw.githubusercontent.com/kubernetes-sigs/sig-windows-tools/master/kubeadm/scripts/PrepareNode.ps1
150150
.\PrepareNode.ps1 -KubernetesVersion {{< param "fullversion" >}}
151151
```
152152

0 commit comments

Comments
 (0)