-
Notifications
You must be signed in to change notification settings - Fork 62
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: Ensure windows nodes are excluded by default #628
fix: Ensure windows nodes are excluded by default #628
Conversation
fe18bb0
to
fce64ac
Compare
Codecov Report
@@ Coverage Diff @@
## main #628 +/- ##
=======================================
Coverage 15.43% 15.43%
=======================================
Files 13 13
Lines 1600 1600
=======================================
Hits 247 247
Misses 1325 1325
Partials 28 28
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Peter Engelbert <pmengelbert@gmail.com>
Signed-off-by: Peter Engelbert <pmengelbert@gmail.com>
d4925b6
to
c83f1ef
Compare
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.
tested on windows cluster LGTM after rebase
Signed-off-by: Peter Engelbert <pmengelbert@gmail.com> Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com> (cherry picked from commit 7379955)
Signed-off-by: Peter Engelbert <pmengelbert@gmail.com> Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com> (cherry picked from commit 7379955)
Helm chart and manifest should define this behavior. Config was not being updated without a call to
Update()
, but we shouldn't be changing the config at runtime (gets out of sync with the configmap).