-
Notifications
You must be signed in to change notification settings - Fork 724
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
Init container updates for persisting kibana plugins. #8389
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
2e7be97
Init container for persisting kibana plugins.
naemono af17827
rendering configmap script.
naemono 0ca1bca
Adding missing file.
naemono e7488db
Fixing newpodtemplatespec unit test
naemono 30aca6c
Fix unit tests.
naemono 39d0f3e
Remove unneeded vars/funcs
naemono 2b6b9ef
Add missing duration function
naemono 4280ae5
wip
naemono 77346ac
cleanup
naemono d43755a
cleanup
naemono 4989861
cleanup
naemono a485485
re-order the initcontainer config script
naemono 437ef96
Cleanup
naemono ee769ba
Fix unit tests
naemono 3712ed6
Add test for rendering template.
naemono 87c6bf4
fix e2e kb test telemetry.
naemono e56d346
optimization
naemono 24b1a88
Add additional unit tests
naemono e1bd658
Add additional unit tests
naemono c7c9e86
Add back commented tests
naemono 0ff1cad
Add additional comments/godoc.
naemono 47ec183
Fix comments.
naemono 00b24ed
Add comments, and update comments.
naemono 6d8c390
Adjust namers test to include all namers
naemono aa648f8
Also consider labels and annotations for needing update.
naemono accc292
Add 'already copied plugins' file.
naemono 267ba54
always have scripts configmap
naemono d5903cc
Just use text/template, not html.
naemono bf06b56
use consistent if err syntax.
naemono 99547b8
don't export.
naemono 566a81d
Check for subset of maps, not equality.
naemono 43a8087
Add labels and annotations to updateReconciled as well.
naemono af7edef
Inline some functions.
naemono 9f95cbf
remove var
naemono 70799c3
Fix unit tests
naemono e477764
Also watch configmaps owned by kb.
naemono a867725
Fix linting issues
naemono 6e9d36a
more linting issues
naemono 1feceff
review changes.
naemono 88f995d
Fix namer
naemono a3382b5
Up timeout of linter.
naemono 198b885
remove commented code
naemono 0a79a1a
Update 2.16.0 highlights to note the kibana pod restart.
naemono 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
run: | ||
timeout: 360s | ||
timeout: 420s | ||
|
||
linters-settings: | ||
exhaustive: | ||
|
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
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.
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.
I think I would expect this in
docs/release-notes/highlights-2.16.1.asciidoc
?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'll get this updated. My apologies.☕Actually, this change is perfectly valid as this change in 2.16.0 (with security context added, and additional volumes added) will most certainly cause a restart of the Kibana pods. I'm going to not add any 2.16.1 additions to this PR, and create them separately in an additional PR to include highlights/release notes/etc.