-
Notifications
You must be signed in to change notification settings - Fork 344
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
Allow specific values for nodeport to be configured #1307
Labels
Comments
jpkrohling
added
enhancement
New feature or request
good first issue
Good for newcomers
and removed
needs-triage
New issues, in need of classification
labels
Nov 23, 2020
I guess we can't add NodePort and we can't make a static ClusterIP definition either. |
csp197
added a commit
to csp197/jaeger-operator
that referenced
this issue
Feb 15, 2021
csp197
added a commit
to csp197/jaeger-operator
that referenced
this issue
Feb 16, 2021
Signed-off-by: GitHub <[email protected]>
csp197
added a commit
to csp197/jaeger-operator
that referenced
this issue
Feb 16, 2021
Signed-off-by: GitHub <[email protected]>
@jpkrohling - Can you pls review my PR: #1394? |
@rubenvp8510 will take a look at this one |
mergify bot
pushed a commit
that referenced
this issue
Mar 27, 2021
This PR should allow users to expose Jaeger's Query service as a NodePort at a specific port. Earlier, the Jaeger Operator did not support specifying a port value and would depend on K8s to randomly select an apt port value. This should resolve this blocker. Resolves #1307
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a user of jaeger-operator, I would like to expose the jaeger-query service in my K8s VPC.
As per #1263, I understand that a service type can be set via -
But it would be nice if a user could specify a constant value for the exposed nodeport as follows -
Thanks all,
The text was updated successfully, but these errors were encountered: