Open avanish23 opened 3 weeks ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: avanish23 Once this PR has been reviewed and has the lgtm label, please assign d-nishi for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Hi @avanish23. 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 /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
What is this PR about? / Why do we need it? This PR introduces the feature of discovering EFS FileSystemId instead of having to specify it in the SC parameters. The way to use this feature is to create a storage class where the parameters have a new field
fileSystemDiscovery
. Currently, it takes 2 fieldscreationToken
andtags
both being optional. creationToken is a string that takes the creation token of the EFS to be discovered as input tags is a map of strings Sample Storage ClassNote:
|
as it is a multi-line string inputWhat testing is done? Unit tests added and current unit tests pass
Closes #1052