-
Notifications
You must be signed in to change notification settings - Fork 25
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
Merged
Merged
Changes from 15 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
211861e
ADD v1beta2 with new Loki integration fields
acmenezes d06fc25
flp & console plugin helpers
jpinsonneau c754d39
manual mode as default + optionnal lokistack
jpinsonneau f399d96
tests for v1beta2 MANUAL and LOKISTACK modes
acmenezes 9f52e81
cp test + conversions + update bundle
jpinsonneau 95a83ed
preserve loki config in conversions
jpinsonneau b2c9487
set v1beta2 as current
jpinsonneau 8b7b856
FIX comments on v1beta2 and regenerate
acmenezes 6eb8ce4
ADD conversion on v1alpha1 to v1beta2 for loki modes
acmenezes b9f2a09
update bundle and fix test
jpinsonneau e50eb53
fix webhooks conversions
jpinsonneau 656cb0f
addressed feedback
jpinsonneau c2d87fb
remove v1beta2 from autogen
jpinsonneau 282b28f
fix tests & misc + deprecate v1alpha1
jpinsonneau 0397cf9
moved hack crd & set webhook path for tests
jpinsonneau aeb6034
Update api/v1beta2/flowcollector_types.go
jpinsonneau 3de9f1a
addressed feedback + update bundle
jpinsonneau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
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
.