-
Notifications
You must be signed in to change notification settings - Fork 124
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
upgrade from v1.9 to v1.10 #622
Conversation
/hold |
Please assign it to me once it's ready for review. |
51dfb7f
to
144bc03
Compare
/hold cancel |
* Introduced `ServiceAnnotations` to the `Karmada` API to provide an extra set of annotations to annotate karmada apiserver services. | ||
* Add a short name `ric` for resourceinterpretercustomizations CRD resource. | ||
* Introduce a new API named `WorkloadRebalancer` to support rescheduling. |
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.
* Introduced `ServiceAnnotations` to the `Karmada` API to provide an extra set of annotations to annotate karmada apiserver services. | |
* Add a short name `ric` for resourceinterpretercustomizations CRD resource. | |
* Introduce a new API named `WorkloadRebalancer` to support rescheduling. | |
* Introduce a new API named `WorkloadRebalancer` to support rescheduling. | |
* Introduced `ServiceAnnotations` to the `Karmada` API to provide an extra set of annotations to annotate karmada apiserver services. | |
* Add a short name `ric` for resourceinterpretercustomizations CRD resource. |
|
||
### karmada-search | ||
|
||
* The feature APIPriorityAndFairness is locked to true, you should remove the flag `--feature-gates=APIPriorityAndFairness=false`. |
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.
* The feature APIPriorityAndFairness is locked to true, you should remove the flag `--feature-gates=APIPriorityAndFairness=false`. | |
* The feature APIPriorityAndFairness now has moved to GA, thus not allowed to be disabled by feature gates. | |
You have to remove it from the `--feature-gates` flag. |
|
||
### karmada-search | ||
|
||
* APIPriorityAndFairness 功能已锁定为 true,您应该删除标志 `--feature-gates=APIPriorityAndFairness=false`。 |
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.
* APIPriorityAndFairness 功能已锁定为 true,您应该删除标志 `--feature-gates=APIPriorityAndFairness=false`。 | |
* APIPriorityAndFairness 特性已经GA,因此不可以再通过特性开关关闭它,你需要从启动参数`--feature-gates`中删除它。 |
Signed-off-by: zhzhuang-zju <[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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango 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 |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Release 1.10 is coming, with new documentation for upgrading from v1.9 to v1.10.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: