forked from openkruise/kruise
-
Notifications
You must be signed in to change notification settings - Fork 0
synchronize the origin version. #1
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Siyu Wang <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
* Update README.md * Update sidecarset.md * Update README.md gramma nit * Update broadcastjob.md rename bj to bcj * rename bj to bcj * change the crd
* Create GOVERNANCE.md * Update syntax * linter correction * fix MD032 * Try again MD032
* create maintainer.md first version * Linter fix * try to fix linter error * add contact
Signed-off-by: Siyu Wang <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
* add minReadySeconds to the stateful RollingUpdateStatefulSetStrategy * fix lint * add a requeue time when the pod is ready but need to wait * address comments
* update helm chart v0.6.0 * update chart v0.6.0 README.md Co-authored-by: keliang1 <[email protected]>
* Fix README.md spelling errors
Signed-off-by: hantmac <[email protected]>
* Remove cloneset scale race condition on bool * Change bool to int64 comparison
Signed-off-by: Siyu Wang <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
* add init containers to the sidecarset api * Add the init container injection * address comments * address comments and fix the hashwithoutimage logic
Co-authored-by: wei.he <[email protected]>
Signed-off-by: kadisi <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
Fix crd discovery not work during init
Signed-off-by: JunjunLi <[email protected]>
* Add GetScale/UpdateScale methods Signed-off-by: weizhi <[email protected]> * fix Signed-off-by: weizhi <[email protected]>
* bcj add PodFitsResources predicates Signed-off-by: devincd <[email protected]>
Signed-off-by: Alistair Young <[email protected]>
Signed-off-by: Li Yi <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
* Add Deployment Support to UnitedDeployment * MVP - AZ deployment objects created * Cleaned up adapter with working statuses * Clean up adapter - remove get pods funcs * Correct deployment replica statuses (removal of terminating pods in updated replica count) * Add validation and unit tests for Deployment Template * make manifest changes * Example helm chart changes Signed-off-by: Hari Udhayakumar <[email protected]> * Address all PR comments before rebase Signed-off-by: Hari Udhayakumar <[email protected]> * Addressing make test failures Signed-off-by: Hari Udhayakumar <[email protected]> * Add make generate manifests changes Signed-off-by: Hari Udhayakumar <[email protected]> * Undo all openapi changes Signed-off-by: Hari Udhayakumar <[email protected]>
Signed-off-by: Guo, Fei <[email protected]>
Signed-off-by: JunjunLi <[email protected]>
Signed-off-by: JunjunLi <[email protected]>
Signed-off-by: LeoLiuYan <[email protected]>
Signed-off-by: devincd <[email protected]>
Signed-off-by: devincd <[email protected]>
Signed-off-by: devincd <[email protected]>
Signed-off-by: liheng.zms <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
Signed-off-by: liheng.zms <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
Signed-off-by: liheng.zms <[email protected]>
Signed-off-by: shyung <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
Signed-off-by: shiyan2016 <[email protected]>
Signed-off-by: Siyu Wang <[email protected]>
…#532) Signed-off-by: Siyu Wang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ⅰ. Describe what this PR does
Ⅱ. Does this pull request fix one issue?
Ⅲ. List the added test cases (unit test/integration test) if any, please explain if no tests are needed.
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews