-
Notifications
You must be signed in to change notification settings - Fork 181
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
fix GetSystemUUID to return correct VM UUID for Windows Nodes #1996
fix GetSystemUUID to return correct VM UUID for Windows Nodes #1996
Conversation
|
Also verified Creating Statefulset on the setup with this fix. |
|
/approve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chethanv28, divyenpatel, shalini-b The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* fix GetSystemUUID to return correct VM UUID for Windows Nodes (#1996) * Eliminate use of problematic url.Parse() (#1998) It doesn't work correctly with windows pathnames because they start with c: and the parser thinks that's a user name. Co-authored-by: cphvmware <111934873+cphvmware@users.noreply.github.com>
* fix GetSystemUUID to return correct VM UUID for Windows Nodes (#1996) * Eliminate use of problematic url.Parse() (#1998) It doesn't work correctly with windows pathnames because they start with c: and the parser thinks that's a user name. * update golangci-lint to 1.49.0 Co-authored-by: Divyen Patel <divyenp@vmware.com> Co-authored-by: cphvmware <111934873+cphvmware@users.noreply.github.com>
* fix GetSystemUUID to return correct VM UUID for Windows Nodes (kubernetes-sigs#1996) * Eliminate use of problematic url.Parse() (kubernetes-sigs#1998) It doesn't work correctly with windows pathnames because they start with c: and the parser thinks that's a user name. Co-authored-by: cphvmware <111934873+cphvmware@users.noreply.github.com>
What this PR does / why we need it:
This PR is fixing GetSystemUUID to return correct VM UUID for Windows Nodes.
Without this fix, windows Node Daemonsets Pods are crashing with the following error.
Testing done:
After the fix, windows Node Daemonsets Pods are no longer crashing and Windows nodes are getting discovered properly.
Special notes for your reviewer:
Release note: