-
Notifications
You must be signed in to change notification settings - Fork 404
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] add proposal of daemonset update model #921
[Proposal] add proposal of daemonset update model #921
Conversation
@HXCGIT: 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. |
9590ad6
to
2d9b71d
Compare
Codecov Report
@@ Coverage Diff @@
## master #921 +/- ##
==========================================
+ Coverage 35.37% 40.30% +4.92%
==========================================
Files 76 80 +4
Lines 9913 11003 +1090
==========================================
+ Hits 3507 4435 +928
- Misses 6141 6241 +100
- Partials 265 327 +62
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. |
2d9b71d
to
ba49d5c
Compare
@HXCGIT Very appreciate you for posting proposal to upgrade edge workload. and i will take a look soon. |
/assign @zyjhtangtang |
@HXCGIT codecov error has been fixed, so please rebase the master branch and push --force this pull reqeust. |
Signed-off-by: hxcGit <[email protected]>
ba49d5c
to
9ff0305
Compare
@HXCGIT yes, we need to call RESTFUL api on edge nodes to upgrade edge pods. maybe we can define the RESTFUL api as following:
|
The API for
So I suggest the following format:
|
@kadisi Thanks for your suggestion. agree+1 |
@HXCGIT beside |
Many thanks to your suggestion! I will use this form of APIs. |
OK, a nice suggestion! |
3188c7d
to
e8b79d2
Compare
@HXCGIT I have a question, how to select one of the ways(OTA-update and NewController) for daemonset by end users? |
Signed-off-by: hxcGit <[email protected]>
e8b79d2
to
862cc23
Compare
@rambohe-ch I think we can use annotations |
Signed-off-by: hxcGit <[email protected]>
why use |
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.
just some nits
@HXCGIT @kadisi maybe |
agree : |
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hxcGit, 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 |
* add proposal of daemosnet update model Signed-off-by: hxcGit <[email protected]> * modify restAPI format Signed-off-by: hxcGit <[email protected]> * update annotation for auto upgrade model Signed-off-by: hxcGit <[email protected]>
Signed-off-by: hxcGit [email protected]
What type of PR is this?
/kind design
What this PR does / why we need it:
Optimize workload update model in cloud-edge collaboration scenarios
Which issue(s) this PR fixes:
#914
Special notes for your reviewer:
/assign @rambohe-ch
Does this PR introduce a user-facing change?
other Note