We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86ebfe0 + b04b2cf commit 69c0cc7Copy full SHA for 69c0cc7
content/ja/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes.md
@@ -146,7 +146,7 @@ Windowsワーカーノードの(管理者)権限を持つPowerShell環境で実
146
1. wins、kubelet、kubeadmをインストールします。
147
148
```PowerShell
149
- curl.exe -LO https://github.com/kubernetes-sigs/sig-windows-tools/releases/latest/download/PrepareNode.ps1
+ curl.exe -LO https://raw.githubusercontent.com/kubernetes-sigs/sig-windows-tools/master/kubeadm/scripts/PrepareNode.ps1
150
.\PrepareNode.ps1 -KubernetesVersion {{< param "fullversion" >}}
151
```
152
0 commit comments