Skip to content
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

no caching of secrets on source cluster #56

Merged
merged 1 commit into from
Dec 1, 2020

Conversation

MartinWeindel
Copy link
Member

@MartinWeindel MartinWeindel commented Dec 1, 2020

What this PR does / why we need it:
The secrets on the source cluster are not cached/watched anymore to reduce the memory footprint.
The secrets on the issuer namespace on the issuer cluster are still watched, but this should be no problem, as it is restricted to a single namespace (control plane namespace).

Which issue(s) this PR fixes:
Fixes #55

Special notes for your reviewer:

Release note:

no caching of secrets on source cluster to reduce memory footprint

@MartinWeindel MartinWeindel requested a review from a team as a code owner December 1, 2020 08:21
@gardener-robot gardener-robot added needs/review Needs review size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 1, 2020
@gardener-robot-ci-1 gardener-robot-ci-1 added reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Dec 1, 2020
@MartinWeindel MartinWeindel merged commit 06ad40d into master Dec 1, 2020
@MartinWeindel MartinWeindel deleted the no-secret-caching-on-source branch December 1, 2020 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) needs/review Needs review size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce memory footprint for secrets
4 participants