-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add configuration parameters to kueue-viz backend (listen-port, logs, verbosity, etc...) #3880
Comments
/help |
@akram: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Hey @akram, I am new to this project and want to work on this issue. I have a few doubts -
|
Dear @akram I would like to know if the issue is still up, as I want to take my chance at solving it. Thank you |
hi @SD-13 , initially the default port was |
What would you like to be added:
Add configuration parameters to kueue-viz backend (listen-port, logs, verbosity, etc...)
Why is this needed:
In the evenutality of grouping frontend and backend containers into the same pod, listen ports should be parametrizable.
Currently they are hardcoded both for frontend and backend to 8080; making it impossible to have frontend and backend in the same pod.
Completion requirements:
Have a parameter
--listen=0.0.0.0:8181
to the backend and other startup parameters.This enhancement requires the following artifacts:
The artifacts should be linked in subsequent comments.
The text was updated successfully, but these errors were encountered: