-
Notifications
You must be signed in to change notification settings - Fork 776
feat: Add package registry to eck #8800
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
Open
tehbooom
wants to merge
61
commits into
elastic:main
Choose a base branch
from
tehbooom:epr
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
3aa3bb0
feat: Add package registry to eck
tehbooom 65e6240
fix: remove kibana ref in EPR
tehbooom 7fba84c
fix: Add EPR rbac
tehbooom 8867801
fix: Add e2e tests for epr and kb
tehbooom 6e768be
docs: add examples for epr
tehbooom d384127
fix: linting
tehbooom 7f0201e
fix: Set minimum version for EPR which is 7.15.1
tehbooom 8eee0bf
fix: remove references to Maps Server
tehbooom ba2554c
test: increase timeout for e2e
tehbooom 38b08a7
fix: Update the minimum supported version for EPR which is 7.15.1
tehbooom 98d088d
test: revert test timeout
tehbooom 9b194e9
test: increase timeout to allow for EPR container download
tehbooom 14f0d5b
fix: Update receiver name
tehbooom 7bb171d
fix: naming of functions to be idiomatic and remove reference to ENT
tehbooom 93f7a98
fix: no longer needed since we do not have a service account
tehbooom 189196f
fix: remove kibana association and service account
tehbooom 15992b1
fix: remove maps reference
tehbooom edf499e
fix: remove kb association
tehbooom f1cf49b
fix: remove maps reference
tehbooom 98f46d3
fix: remove maps reference
tehbooom 5a5ffa7
fix: remove startup probe for readiness probe with increase threshold…
tehbooom ad302cc
fix: remove reference to maps
tehbooom d0832d8
fix: remove reference to maps
tehbooom 9930938
fix: cleaner node extra ca logic and added godoc
tehbooom f83835a
fix: deep copy for epr
tehbooom 7546698
fix: make generate
tehbooom a2518e5
fix: Add epr recipes
tehbooom ddde519
feat: add helm chart
tehbooom 98fd558
fix: linting
tehbooom ddb2341
fix: Add epr chart
tehbooom 662cb35
fix: Add missing EPR validation webhook to operator configuration
tehbooom c32755b
remove weird space
naemono 4188021
Add missing permission in rbac roles in helm chart.
naemono 7526c1f
fix: had ref for epr builder
tehbooom 90e3b72
fix: add epr to operatorhub
tehbooom 0d40318
fix: add epr to api-docs
tehbooom 9a1a9f1
fix: make generate docs
tehbooom 5ad2812
Merge remote-tracking branch 'origin/main' into epr
barkbay 2923f91
fix unit tests
barkbay 04d47cf
s/9.0.0/9.1.2
barkbay def340a
fix: remove references to kibana
tehbooom eb79598
fix: Remove unused function
tehbooom 5293ffc
fix: label name
tehbooom 5fa0acf
fix: remove beta
tehbooom 275755a
fix: spelling
tehbooom bcf264f
fix: update function name
tehbooom 8725575
test: use smaller container image during tests
tehbooom 08a4b3c
Merge branch 'main' into epr
tehbooom e292b57
update wording in config/recipes/packageregistry/README.asciidoc
naemono 7efdcba
remove extra space in pkg/apis/kibana/v1/kibana_types.go
naemono a40a4d8
update stack name in pkg/apis/kibana/v1/kibana_types.go
naemono 71639c6
adjust casing in pkg/controller/packageregistry/controller.go
naemono f50c414
adjust more casing in pkg/controller/packageregistry/controller.go
naemono 42e6fee
Default to using lite image.
naemono ea023ee
Full rename of GVK
naemono bd59618
fix type in e2e tests
naemono 205b5aa
Fix deployment name in e2e tests
naemono 1abb1bc
Fixing type const in epr
naemono 49b1e56
fix ownerReferences with blockOwnerDeletion on OCP
naemono 675bb66
use more restrictive seccontext by default
naemono 7cbbbf9
removing runasuser/runasgroup
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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # Using `kubectl apply` stores the complete CRD file as an annotation, | ||
| # which may be too big for the annotations size limit. | ||
| # One way to mitigate this problem is to remove the (huge) podTemplate properties from the CRD. | ||
| # It also avoids the problem of having any k8s-version specific field in the Pod schema, | ||
| # that would maybe not match the user's k8s version. | ||
| - op: remove | ||
| path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/podTemplate/properties |
This file contains hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.