PowerShell install instructions in "Adding Windows worker nodes" use incorrect version #49423
Labels
kind/bug
Categorizes issue or PR as related to a bug.
language/en
Issues or PRs related to English language
priority/backlog
Higher priority than priority/awaiting-more-evidence.
sig/windows
Categorizes an issue or PR as relevant to SIG Windows.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Hello,
I would like to contribute to improving the Kubernetes website. This is my first time submitting an issue, so please bear with me if I'm not following the standard procedures.
Improvement Suggestion:
In the install-kubeadm-and-kubelet section, there's a PowerShell command that currently specifies the Kubernetes version as
v1.32
. However, executing the command withv1.32
results in the following error:To resolve this issue, please update the
KubernetesVersion
parameter in thePrepareNode.ps1
script to usev1.32.0
instead ofv1.32
. The corrected command should look like this:Reason:
Using
v1.32.0
ensures that the correct version is downloaded, preventing the aforementioned error.Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: