-
Notifications
You must be signed in to change notification settings - Fork 38
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
fleet: implement buckup plugin #381
Conversation
✅ Deploy Preview for kurator-dev canceled.
|
ebdbe98
to
18a1cf0
Compare
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.
Wondering reconcile the plugins concurrently, because reconcile them one by one maybe too time costing
yes, currentlly, each plugin need wait for plugin helm release to be reconciled |
Signed-off-by: Xieql <[email protected]>
18a1cf0
to
7c0a653
Compare
Signed-off-by: Xieql <[email protected]>
Signed-off-by: Xieql <[email protected]>
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.
Could you add more test cases
ok |
f1434b9
to
9168874
Compare
still in draft. |
Signed-off-by: Xieql <[email protected]>
9168874
to
b0bdae6
Compare
/label tide/merge-method-squash |
PTAL @hzxuzhonghu |
Signed-off-by: Xieql <[email protected]>
pkg/fleet-manager/fleet_plugin.go
Outdated
@@ -38,7 +38,7 @@ const ( | |||
|
|||
NoneClusterIP = "None" | |||
|
|||
FleetPluinLabel = "fleet.kurator.dev/fleet-plugin" | |||
FleetPluinLabel = "fleet.kurator.dev/plugin-typo" |
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.
typo
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.
I found this name already been defined
see https://github.com/kurator-dev/kurator/blob/5734bb72d2d0a2b8fc00d974e41da5f17560240a/pkg/fleet-manager/util.go#L31C1-L31C1
so I deside to remove it
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hzxuzhonghu 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 |
Signed-off-by: Xieql <[email protected]>
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.
/lgtm
What type of PR is this?
/kind cleanup
/kind feature
What this PR does / why we need it:
support for installing Velero in multi-cluster as a union by applying
Fleet
, which involves setting up the backup plugin.part of #374
the api implement of #378
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: