-
Notifications
You must be signed in to change notification settings - Fork 835
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
node exporter port conflict #563
Comments
Would a fix me to make that port configurable in the Helm chart values? Could you submit a PR? |
Can you even do that? I could be done if hostNetwork is set to false I guess. Is there any reason for setting it to true? |
merged changes in PR #617 |
…563) * Ensure model gateway keeps recalling scheduler and does not restart * update comment * review fixes * update go for docker file * restructure error log message for recv fail
Helm chart for seldon-core-analytics includes installing a node-exporter daemonset. As it is directly uses the host network reserving the port 9100.
Deployment of this helm chart would then fail if node-exporeter have been deployed already for another application like ranch.
Do you know some way to still be able to install seldon-core-analytics which would use the already deployed node-exporter if it is already present?
The text was updated successfully, but these errors were encountered: