-
Notifications
You must be signed in to change notification settings - Fork 170
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
Rename restic pods selector to 'node-agent' #8561
Conversation
ocs_ci/deployment/deployment.py
Outdated
restic_list = get_pods_having_label( | ||
"name=restic", constants.ACM_HUB_BACKUP_NAMESPACE | ||
"name=node-agent", constants.ACM_HUB_BACKUP_NAMESPACE |
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.
Hi @shylesh, this needs to be conditionally handled based on OADP version present on hub.
Changes from OADP 1.1 to 1.2: https://github.com/mateusoliveira43/oadp-operator/blob/fix/remove-1.1-leftovers/docs/upgrade1-1.md#changes-from-oadp-11-to-12
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.
ah ok, sorry, I missed it
I will update it.
da01958
to
1a7ee78
Compare
1a7ee78
to
a9cb624
Compare
Rebased on latest master |
8ef7288
to
8df67b6
Compare
Rebased on the latest master |
8df67b6
to
fce517a
Compare
Rebased on latest master |
615a73e
to
2f8a2b5
Compare
Rebased on latest master |
Signed-off-by: Shylesh Kumar Mohan <[email protected]>
Signed-off-by: Shylesh Kumar Mohan <[email protected]>
Signed-off-by: Shylesh Kumar Mohan <[email protected]>
Signed-off-by: Shylesh Kumar Mohan <[email protected]>
2f8a2b5
to
9d4e487
Compare
Signed-off-by: Shylesh Kumar Mohan <[email protected]>
64f4a19
to
cba2897
Compare
Signed-off-by: Shylesh Kumar Mohan <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dahorak, parikshithb, shylesh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Based on latest changes to changes from OADP1.1 to 1.2
Fixes #8554