13 lines
423 B
Markdown
13 lines
423 B
Markdown
# v0.9 to v0.10
|
|
|
|
Follow the [Regular Upgrading Process](./README.md).
|
|
|
|
## Upgrading Notable Changes
|
|
|
|
### karmada-scheduler
|
|
|
|
The `--failover` flag has been removed and replaced by `--feature-gates`.
|
|
If you enable fail over feature by `--failover`, now should be change to `--feature-gates=Failover=true`.
|
|
|
|
Please refer to [v0.10.0 Release Notes](https://github.com/karmada-io/karmada/releases/tag/v0.10.0) for more details.
|