-
Notifications
You must be signed in to change notification settings - Fork 783
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
Merged
Merged
Changes from all commits
Commits
Show all changes
104 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 e2e3b3d
Merge branch 'main' into epr
naemono 7722d1d
bump epr stack chart to 0.18.0-snapshot
naemono 73d8893
Update recipe readme
naemono 051a66b
Update versions in recipe, and typo in notes.
naemono 5f4b5f4
Merge branch 'main' into epr
pkoutsovasilis ae5ab1e
fix: do not support external EPRs
pkoutsovasilis 7b698c9
fix: set RunAsUser for EPR pod on k8s
pkoutsovasilis f7fbd68
fix: make EPR version checks to be aligned with the other components
pkoutsovasilis 5353a6c
chore: update versions in recipe
pkoutsovasilis ab93e3b
fix: TestNewPodSpec_CommandOverride unit-test
pkoutsovasilis dc2c52d
fix: epr ubi image fabrication
pkoutsovasilis d925de7
fix: minimum support version for epr
pkoutsovasilis a039013
fix: epr e2e tests broken by 42e6fee
pkoutsovasilis e5443a8
fix: revert kibana crd removal of secretName patch
pkoutsovasilis 8f49e4f
fix: reuse context for buildConfigHash
pkoutsovasilis 86e3954
fix: godocs for GetObservedGeneration and ObservedGeneration
pkoutsovasilis 2acfc73
fix: comment about minimum epr version in controller_test.go
pkoutsovasilis 4f4babb
fix: restructure epr labels to re-use them in api
pkoutsovasilis ab208be
fix: rework isOpenShift and determineSetDefaultSecurityContext to run…
pkoutsovasilis 16da17c
fix: make generate
pkoutsovasilis 23956b8
fix: epr labels in k8s_client.go
pkoutsovasilis 8194dcf
fix: use RevisionHistoryLimit of epr spec in deployment reconciliation
pkoutsovasilis 156599b
fix: do not set runAsUser and runAsNonRoot
pkoutsovasilis ffe048a
fix: use default HTTPPort const in EPR_ADDRESS env var
pkoutsovasilis 8122e2f
fix: remove redundant e2e test
pkoutsovasilis a50bd10
fix: introduce getPackageRegistryImage with UBI version fallback support
pkoutsovasilis f3873d4
fix: typo in controller_test.go
pkoutsovasilis 8cb1707
fix: use httpCertificate returned from the reconciliation of ca and h…
pkoutsovasilis db19f28
fix: suffix issue for ubi supported versions
pkoutsovasilis 51b5002
fix: replace allowed with supported
pkoutsovasilis 5554283
fix: introduce env var assert helper funcs
pkoutsovasilis edfe254
fix: configRef takes precedence unit-test
pkoutsovasilis 0d62dd7
fix: remove irrelevant version override for epr
pkoutsovasilis 052f567
fix: reword code comment for epr
pkoutsovasilis 7be6b69
fix: handle -SNAPSHOT suffixed versions in epr builder
pkoutsovasilis 11bb07b
fix: check for package-registry association warning
pkoutsovasilis 2f50bd9
fix: remove redundant unit-test
pkoutsovasilis 57cf701
fix: properly handle status in package registry reconciliation
pkoutsovasilis 78829aa
fix: check that epr.Status.ObservedGeneration matches b.EPR.Generation
pkoutsovasilis c8ffc21
fix: change TEST_TIMEOUT back to 15m
pkoutsovasilis 25d4716
fix: TestWithEPRCertsVolume unit-test
pkoutsovasilis 2dc4548
fix: re-introduce build tags for kibana association e2e tests
pkoutsovasilis 14229ec
fix: make comment about ubi-based images more explicit
pkoutsovasilis 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
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.