-
Notifications
You must be signed in to change notification settings - Fork 181
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
Encryption of block volumes using EncryptionClasses #3106
base: master
Are you sure you want to change the base?
Encryption of block volumes using EncryptionClasses #3106
Conversation
Welcome @nikolay-andreev! |
Hi @nikolay-andreev. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/ok-to-test |
@@ -22,7 +22,8 @@ require ( | |||
github.com/prometheus/client_golang v1.18.0 | |||
github.com/stretchr/testify v1.9.0 | |||
github.com/vmware-tanzu/vm-operator/api v1.8.2 | |||
github.com/vmware/govmomi v0.46.0 | |||
github.com/vmware-tanzu/vm-operator/external/byok v0.0.0-20241108223224-20f977201370 |
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.
we need to make sure we have release tag for github.com/vmware-tanzu/vm-operator having this dependency. Do we have a plan to cut release for vm-operator for this change?
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.
@akutz can we create a tag in vm-operator for BYOK changes?
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.
For which? One? Both? If the BYOK stuff is locked, then we can possibly cut a tag for it. But the VM Op API is not necessarily locked yet, so it's premature to cut a tag for it.
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.
we can merge it now with this commit reference, but before release, we can re-visit this and update go.mod file.
@nikolay-andreev can you also fix linter issues on the PR? |
622a43b
to
f61df97
Compare
22139e6
to
e079908
Compare
Signed-off-by: Nikolay Andreev <[email protected]>
Signed-off-by: Nikolay Andreev <[email protected]>
Signed-off-by: Nikolay Andreev <[email protected]>
Signed-off-by: Nikolay Andreev <[email protected]>
Signed-off-by: Nikolay Andreev <[email protected]>
9fc010a
to
3066fb0
Compare
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: divyenpatel, nikolay-andreev The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
/retest |
What this PR does / why we need it:
Implement encryption of block volumes using EncryptionClass associated with PVC
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Testing done:
GINKGO_FOCUS=encryption make test-e2e
Special notes for your reviewer:
Release note: