-
Notifications
You must be signed in to change notification settings - Fork 23
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 support for noobaa on client clusters #176
Add support for noobaa on client clusters #176
Conversation
86cb5f4
to
f60ade9
Compare
7ab8de1
to
efce591
Compare
efce591
to
597b76e
Compare
It would be beneficial to include testing results and a PR description to avoid the need to navigate through the epic. |
9c35227
to
f861fd9
Compare
f861fd9
to
4074b35
Compare
59c2ff2
to
05e27aa
Compare
7546d53
to
1a97028
Compare
1a97028
to
11dc5c5
Compare
/lgtm |
11dc5c5
to
a470835
Compare
a470835
to
8865af9
Compare
8865af9
to
7b43a7c
Compare
Signed-off-by: Kaustav Majumder <[email protected]>
7b43a7c
to
e6cec5a
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ezio-auditore, nb-ohad, rewantsoni 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 |
/unhold |
/test tide |
@ezio-auditore: No presubmit jobs available for red-hat-storage/ocs-client-operator@main In response to this:
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. |
111ba8c
into
red-hat-storage:main
/cherry-pick release-4.17 |
@ezio-auditore: new pull request created: #221 In response to this:
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. |
1.Fetch noobaa remote join secret
(noobaa-remote-join-secret-{clusterID})
from the provider server viaGetStorageConfig
Ref: red-hat-storage/ocs-operator#26801.
auth_token
to be used for authentication with provider noobaa2.
mgmt_addr
to be use for getting the address of the provider noobaa servernoobaa-remote-join-secret
Part of RHSTOR-5187