Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing space for kubelet args in Prepare-Node.ps1 #5858

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

antoninbas
Copy link
Contributor

There was no space before --cert-dir. As a result, the command-line arg had no effect and kubelet could not start.

Fixes #5857

There was no space before `--cert-dir`. As a result, the command-line
arg had no effect and kubelet could not start.

Fixes antrea-io#5857

Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
@antoninbas
Copy link
Contributor Author

@rajnkamr @XinShuYang I am curious about why this was not detected by our Windows CI?

@antoninbas antoninbas added action/backport Indicates a PR that requires backports. action/release-note Indicates a PR that should be included in release notes. labels Jan 9, 2024
@XinShuYang
Copy link
Contributor

@rajnkamr @XinShuYang I am curious about why this was not detected by our Windows CI?

This script is mainly used during the testbed deployment, and our CI jobs never test it. Although I validated this script manually during the review of #5071, the issue could be introduced in the last few rounds of code update.

Copy link
Contributor

@XinShuYang XinShuYang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@antoninbas
Copy link
Contributor Author

/skip-all

@antoninbas antoninbas merged commit 7bdf76b into antrea-io:main Jan 10, 2024
51 of 55 checks passed
@antoninbas antoninbas deleted the fix-PrepareNode.ps1 branch January 10, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action/backport Indicates a PR that requires backports. action/release-note Indicates a PR that should be included in release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kubelet does not start on Windows when using the Prepare-Node.ps1 script
2 participants