-
Notifications
You must be signed in to change notification settings - Fork 378
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
Add AccessPoint resource for EFS #1201
Add AccessPoint resource for EFS #1201
Conversation
@EdgeJ thanks again for this PR! Looking forward to having AccessPoints soon. I checked out your branch, built and pushed to my cluster. The initial attempt to create an AccessPoint was successful in the sense that the AWS resource was indeed created and becomes available, however the UPDATE: After adding that, it seems better (although I am not certain if what I did was the "most correct" for Access Points.)
|
Thanks @zonybob! I hadn't caught that it wasn't becoming ready. I was working from memory on how to set up the auto-generated resources and forgot about setting up readiness. I'll add the readiness check today and push the changes up. |
Signed-off-by: EdgeJ <[email protected]>
a190afd
to
1f3de35
Compare
Signed-off-by: EdgeJ <[email protected]>
7f9f569
to
daf4d9f
Compare
Signed-off-by: EdgeJ <[email protected]>
Just checking on status of this pull request. Need any more testing or anything? Do we have a target release in mind? Thanks! |
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.
tested the AccessPoint working as expected - thanks for implementation - LGTM
* Add AccessPoint resource for EFS Signed-off-by: EdgeJ <[email protected]> Signed-off-by: Felipe Barbosa <[email protected]>
Signed-off-by: EdgeJ [email protected]
Description of your changes
Adds the AccessPoint resource for the EFS family by removing the ignore parameters in the code generation config and auto-generating the main controller code.
Fixes #1182
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Example yaml configuration added to the repo. Creation and deletion have been tested by manually applying to a local k8s cluster and verifying created infrastructure.