Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
NETOBSERV-764 - ADD v1beta2 api version with simplified Loki configuration options #329
NETOBSERV-764 - ADD v1beta2 api version with simplified Loki configuration options #329
Changes from 11 commits
211861e
d06fc25
c754d39
f399d96
9f52e81
95a83ed
b2c9487
8b7b856
6eb8ce4
b9f2a09
e50eb53
656cb0f
c2d87fb
282b28f
0397cf9
aeb6034
3de9f1a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why would the metadata not been added to the annotation in reality this shouldn't happen do u saw issues ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had issues when the storage was on
v1beta2
🤔Let's see if I can remove these now that the storage is on
v1beta1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I confirm we still need these pieces for the first deployment.
You can reproduce by deploying the operator and applying
flows_v1alpha1_flowcollector.yaml
with a custom loki url from scratch (no existing CR instance).Without this part of code we lost the custom url and it fallback to its default since the field was moved from
spec.loki.url
tospec.loki.manual.url
.