-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Readd k3s secrets-encrypt rotate-keys
with correct support for KMSv2 GA
#9340
Conversation
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
COPY ./tests ./tests | ||
COPY ./.git ./.git | ||
COPY ./pkg ./pkg |
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.
This is a docker caching optimization, as the COPY ./tests ./tests
line will now be cached most of the time. COPY ./.git ./.git
is now sometimes cached, just less so.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #9340 +/- ##
===========================================
- Coverage 40.53% 27.79% -12.74%
===========================================
Files 154 154
Lines 16555 13498 -3057
===========================================
- Hits 6710 3752 -2958
- Misses 8697 8958 +261
+ Partials 1148 788 -360
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
112dbd5
to
307e4b8
Compare
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
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.
Couple nits on comments/whitespace but LGTM otherwise
Signed-off-by: Derek Nola <[email protected]>
Proposed Changes
rotate-keys
anddisable
commands on non etcd-leader nodesTypes of Changes
Feature "Fix"
Verification
go test ./tests/e2e/secretsencryption/secretsencryption_test.go
Testing
Reenabled the E2E test for this feature.
Linked Issues
#9080
User-Facing Change
Further Comments