Skip to content
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

Change default OpenShift query ingress SAR to pods in the jaeger namespace #1583

Conversation

pavolloffay
Copy link
Member

@pavolloffay pavolloffay commented Oct 15, 2021

Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
@@ -17,5 +17,6 @@ var (
"1.18.0": upgrade1_18_0,
"1.20.0": upgrade1_20_0,
"1.22.0": upgrade1_22_0,
"1.27.0": upgrade1_27_0,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rubenvp8510 when is this code being invoked?

Is it when upgrading from 1.27.0 to 1.28.0?

Copy link
Collaborator

@rubenvp8510 rubenvp8510 Oct 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, IIRC this is invoked when we are going to migrate from versions earlier than 1.27.0 to 1.27.0

https://github.com/jaegertracing/jaeger-operator/blob/master/pkg/upgrade/upgrade.go#L135

If you want to upgrade from version X to 1.28.0 you should create a new entry here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to upgrade from version X to 1.28.0 you should create a new entry here

Where should I create a new entry? I have renamed the file to to match 1.28.0 and it looks like enough.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, sorry what I meant is you have to have the 1.28.0 entry, as you have it now :)

@codecov
Copy link

codecov bot commented Oct 15, 2021

Codecov Report

Merging #1583 (46dda5a) into master (2505d69) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1583      +/-   ##
==========================================
+ Coverage   87.59%   87.61%   +0.01%     
==========================================
  Files          94       95       +1     
  Lines        5956     5965       +9     
==========================================
+ Hits         5217     5226       +9     
  Misses        562      562              
  Partials      177      177              
Impacted Files Coverage Δ
pkg/apis/jaegertracing/v1/jaeger_types.go 87.50% <ø> (ø)
pkg/inject/oauth_proxy.go 95.94% <100.00%> (ø)
pkg/strategy/controller.go 94.44% <100.00%> (+0.11%) ⬆️
pkg/upgrade/v1_28_0.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2505d69...46dda5a. Read the comment docs.

Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
Copy link
Collaborator

@rubenvp8510 rubenvp8510 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pavolloffay pavolloffay merged commit 501e065 into jaegertracing:master Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants