Merged
Conversation
8f41836 to
9408a95
Compare
tmjd
reviewed
Apr 8, 2025
pkg/render/logstorage/externalelasticsearch/externalelasticsearch.go
Outdated
Show resolved
Hide resolved
tmjd
approved these changes
Apr 8, 2025
Member
tmjd
left a comment
There was a problem hiding this comment.
I've approved even though I've added a comment as my comment could be done in a follow up PR.
When connecting a managed cluster to a management single tenant cluster, es-kube-controllers are responsible for copying the voltron linseed certificate via the tunnel. Before this operation, es kube controllers will first reconcile users. Any failure in reconciling users will lead to the certificate not being copied over. The first step in user reconciliation is to delete secret for decommisioned users or components, like curator. A failure because of missing RBAC will result the certificate not copied over, namespaces for fluentD, commpliance and intrusion controller not being created in the managed cluster. Single tenant management clusters with external elasticsearch are configured using external elasticsearch controller and rendered.
9408a95 to
cc9283f
Compare
asincu
added a commit
to asincu/operator
that referenced
this pull request
Apr 8, 2025
* Add rbac to delete secrets for external controller When connecting a managed cluster to a management single tenant cluster, es-kube-controllers are responsible for copying the voltron linseed certificate via the tunnel. Before this operation, es kube controllers will first reconcile users. Any failure in reconciling users will lead to the certificate not being copied over. The first step in user reconciliation is to delete secret for decommisioned users or components, like curator. A failure because of missing RBAC will result the certificate not copied over, namespaces for fluentD, commpliance and intrusion controller not being created in the managed cluster. Single tenant management clusters with external elasticsearch are configured using external elasticsearch controller and rendered. * Fix! Update CRDs
asincu
added a commit
to asincu/operator
that referenced
this pull request
Apr 8, 2025
* Add rbac to delete secrets for external controller When connecting a managed cluster to a management single tenant cluster, es-kube-controllers are responsible for copying the voltron linseed certificate via the tunnel. Before this operation, es kube controllers will first reconcile users. Any failure in reconciling users will lead to the certificate not being copied over. The first step in user reconciliation is to delete secret for decommisioned users or components, like curator. A failure because of missing RBAC will result the certificate not copied over, namespaces for fluentD, commpliance and intrusion controller not being created in the managed cluster. Single tenant management clusters with external elasticsearch are configured using external elasticsearch controller and rendered. * Fix! Update CRDs
asincu
added a commit
that referenced
this pull request
Apr 8, 2025
* Add rbac to delete secrets for external controller When connecting a managed cluster to a management single tenant cluster, es-kube-controllers are responsible for copying the voltron linseed certificate via the tunnel. Before this operation, es kube controllers will first reconcile users. Any failure in reconciling users will lead to the certificate not being copied over. The first step in user reconciliation is to delete secret for decommisioned users or components, like curator. A failure because of missing RBAC will result the certificate not copied over, namespaces for fluentD, commpliance and intrusion controller not being created in the managed cluster. Single tenant management clusters with external elasticsearch are configured using external elasticsearch controller and rendered. * Fix! Update CRDs
asincu
added a commit
that referenced
this pull request
Apr 8, 2025
[cherry-pick][v1.38] Add rbac to delete secrets (#3870)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
When connecting a managed cluster to a management single tenant cluster,
es-kube-controllers are responsible for copying the voltron linseed
certificate via the tunnel. Before this operation, es kube controllers
will first reconcile users. Any failure in reconciling users will lead
to the certificate not being copied over. The first step in user
reconciliation is to delete secret for decommisioned users or
components, like curator. A failure because of missing RBAC will result
the certificate not copied over, namespaces for fluentD, commpliance and
intrusion controller not being created in the managed cluster. Single
tenant management clusters with external elasticsearch are configured
using external elasticsearch controller and rendered.
Error logs from ES Kube Controllers
For PR author
make gen-filesmake gen-versionsFor PR reviewers
A note for code reviewers - all pull requests must have the following:
kind/bugif this is a bugfix.kind/enhancementif this is a a new feature.enterpriseif this PR applies to Calico Enterprise only.