-
Notifications
You must be signed in to change notification settings - Fork 405
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
[Proposal] openyurt application delivery feature #879
base: master
Are you sure you want to change the base?
Conversation
@huiwq1990: GitHub didn't allow me to assign the following users: your_reviewer. Note that only openyurtio members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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/test-infra repository. |
@huiwq1990 please fix markdown check error. |
6a2cb4c
to
6b776e3
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: huiwq1990, rambohe-ch 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 |
|
||
## Subset定义 | ||
|
||
对于多区域管理,业界已经有定义模型,如:openyurt的appset,opencruise的UnitedDeployment。 |
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.
opencruise --> openkruise
|
||
|
||
|
||
### opencruise模型 |
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.
ddiot
Kubevela community invite us to share the proposal at July 12, 2022 Community Meeting. Do you have time for this meeting? |
e3529d8
to
45c61b4
Compare
Signed-off-by: huiwq1990 <[email protected]>
f849ecf
to
f703b29
Compare
properties: | ||
clusters: ["local"] | ||
namespace: "default" | ||
- name: default-subsets |
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.
- name: replication
type: replication
properties:
keys: ["beijing","hangzhou"]
-> render 2 times, first time carries context.replicaKey: "beijing"
, context.name
will become "\(context.name)-\(context.replicaKey)"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Codecov Report
@@ Coverage Diff @@
## master #879 +/- ##
=========================================
Coverage ? 48.96%
=========================================
Files ? 96
Lines ? 13053
Branches ? 0
=========================================
Hits ? 6392
Misses ? 6130
Partials ? 531
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: huiwq1990 [email protected]
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
other Note