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

Fix double unquoting of install flags during host fact gathering phase #1

Merged
merged 1 commit into from
Oct 11, 2021

Conversation

janartodesk
Copy link
Member

--kubelet-extra-args already get unquoted when being loaded via cluster.Flags type. Attempting to do so again during fact gathering phase will result in an obscure invalid syntax error returned by strconv.Unquote().

`--kubelet-extra-args` already get unquoted when being loaded via
`cluster.Flags` type. Attempting to do so again during fact gathering
phase will result in an obscure `invalid syntax` error returned by
`strconv.Unquote()`.
@janartodesk janartodesk added the bug Something isn't working label Oct 11, 2021
@janartodesk janartodesk marked this pull request as ready for review October 11, 2021 17:04
@janartodesk janartodesk merged commit 52ebefa into main Oct 11, 2021
@janartodesk janartodesk deleted the fix/kubelet-extra-args-unquoting branch October 11, 2021 17:07
janartodesk added a commit that referenced this pull request Oct 12, 2021
#1)

`--kubelet-extra-args` already get unquoted when being loaded via `cluster.Flags` type. Attempting to do so again during fact gathering phase will result in an obscure `invalid syntax` error returned by `strconv.Unquote()`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant