-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Use custom port for node-problem-detector #49316
Conversation
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.
Thanks for the fix :)
/lgtm |
/retest |
/assign @vishh |
Test pull-kubernetes-federation-e2e-gce is flaky #49320 |
@madhusudancs @nikhiljindal The federation CI seems to be broken. It is failing on #49266 as well. |
/test pull-kubernetes-federation-e2e-gce |
1 similar comment
/test pull-kubernetes-federation-e2e-gce |
@wojtek-t We need to get this in ASAP and cherrypick it into 1.7. Hopefully before 1.7.2 being cut. |
Removing label |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MrHohn, ajitak, vishh Associated issue: 49263 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@@ -997,6 +997,8 @@ function start-node-problem-detector { | |||
flags+=" --logtostderr" | |||
flags+=" --system-log-monitors=${km_config},${dm_config}" | |||
flags+=" --apiserver-override=https://${KUBERNETES_MASTER_NAME}?inClusterConfig=false&auth=/var/lib/node-problem-detector/kubeconfig" | |||
local -r npd_port=${NODE_PROBLEM_DETECTOR_PORT:-20256} |
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.
is this constant documented anywhere else?
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.
No. Where can I add it?
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.
Not entirely sure, but I would like to surface the port allocation better to avoid other collisions in the future...
Automatic merge from submit-queue |
Commit found in the "release-1.7" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
It fixes #49263