-
Notifications
You must be signed in to change notification settings - Fork 73
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
feat: Garbage collector input #1623
feat: Garbage collector input #1623
Conversation
/hold |
Signed-off-by: Mateus Oliveira <[email protected]>
Signed-off-by: Mateus Oliveira <[email protected]>
b010f27
to
599210d
Compare
/unhold |
/retest |
@@ -447,6 +447,11 @@ type NonAdmin struct { | |||
// which restore spec field values to enforce | |||
// +optional | |||
EnforceRestoreSpec *velero.RestoreSpec `json:"enforceRestoreSpec,omitempty"` | |||
|
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.
s/non admin objects/non admin related objects
We are cleaning up residual Velero Objects and secrets, right ? (Not the actual Non-Admin prefixed objects)
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.
yes, objects NAC controller created in OADP namespace and for some reason they were not properly deleted, GC will do this job
will make the 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.
Please revise PR title/description of the same detail.
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.
do not see other places that needs changing. Can you point it to me?
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.
feat: Garbage collector input
do not convey that this GC is limited to NAC created resources in oadp-operator namespace.
Signed-off-by: Mateus Oliveira <[email protected]>
@mateusoliveira43: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
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.
nit: PR title should convey the scope of functionality.
feat: DPA NAC Garbage collector input
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kaovilai, mateusoliveira43, shubham-pampattiwar, sseago 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 |
Why the changes were made
Allow admin users to configure NAC garbage collection frequency migtools/oadp-non-admin#145
How to test the changes made
Follow instructions from NAC PR migtools/oadp-non-admin#152