Skip to content

PowerShell install instructions in "Adding Windows worker nodes" use incorrect version #49423

Open
@han-0315

Description

@han-0315

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 with v1.32 results in the following error:

DownloadFile : Download https://dl.k8s.io/v1.32/bin/windows/amd64/kubelet.exe failed

To resolve this issue, please update the KubernetesVersion parameter in the PrepareNode.ps1 script to use v1.32.0 instead of v1.32. The corrected command should look like this:

curl.exe -LO https://raw.githubusercontent.com/kubernetes-sigs/sig-windows-tools/master/hostprocess/PrepareNode.ps1
.\PrepareNode.ps1 -KubernetesVersion v1.32.0

Reason:
Using v1.32.0 ensures that the correct version is downloaded, preventing the aforementioned error.
Thank you for your attention to this matter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.language/enIssues or PRs related to English languagepriority/backlogHigher priority than priority/awaiting-more-evidence.sig/windowsCategorizes an issue or PR as relevant to SIG Windows.triage/acceptedIndicates an issue or PR is ready to be actively worked on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions