Add annotations to services defined in Charts #5760
Conversation
|
/ok-to-test |
|
Jaeger is getting reverted - so you'll likely get some conflicts. Let's move it to master if possible, I don't think it's release blocking. |
6507604 to
e79c3ad
Compare
Codecov Report
@@ Coverage Diff @@
## master #5760 +/- ##
=======================================
- Coverage 68% 68% -<1%
=======================================
Files 351 351
Lines 30855 30691 -164
=======================================
- Hits 20826 20688 -138
+ Misses 9179 9163 -16
+ Partials 850 840 -10
Continue to review full report at Codecov.
|
|
That's unfortunate, I rebased the branch. This is definitely not a blocker but nice to have. Currently I have a workaround to patch some of the services because of the missing annotations field. |
e79c3ad to
d3c1b43
Compare
|
Fixed conflicts since Jaeger is back again (#5840) |
There was a problem hiding this comment.
This needs to be defined as a different type to the collector service - so can you create a different property in the values.yaml (e.g. .Values.service.uiType) which should be set to LoadBalancer?
There was a problem hiding this comment.
in fact, much better. I just made the change. Thanks
There was a problem hiding this comment.
Same as above, should use a different property, e.g. .Values.service.uiType set to LoadBalancer.
b2482f9 to
1110c7c
Compare
There was a problem hiding this comment.
We do not want to expose service type here, and intend to use Gateway to expose those services.
Suggest your PR focus on adding annotations but do not touch service type in this PR
There was a problem hiding this comment.
Just removed any changes that are unrelated to the annotations.
1110c7c to
ce35634
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: etiennetremel Assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@etiennetremel: The following tests failed, say
DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
gyliu513
left a comment
There was a problem hiding this comment.
@etiennetremel please rebase
ce35634 to
ed8df2d
Compare
make use service type from values.yaml for tracing services