Skip to content

Commit

Permalink
[FIX] workloadspread link error (openkruise#132)
Browse files Browse the repository at this point in the history
Signed-off-by: 刘硕 <[email protected]>
Co-authored-by: 刘硕 <[email protected]>
  • Loading branch information
ls-2018 and 刘硕 authored Sep 14, 2023
1 parent 02bc93a commit bdffd34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ WorkloadSpread与OpenKruise社区的UnitedDeployment功能相似,每一个Work

特别地,WorkloadSpread 对 `StatefulSet` 只支持扩容管理,缩容仍旧保留 StatefulSet 固有的缩容顺序, 且扩容管理时按照Pod序号进行划分 Subset, 详情可以参照[注释](https://github.com/openkruise/kruise/blob/f46097db1fa5a4ed9c002eba050b888344884e11/pkg/util/workloadspread/workloadspread.go#L305)

从 Kruise `1.5.0` 版本开始,WorkloadSpread 支持 `包含 [scale sub-resource](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#scale-subresource) 的自定义工作负载`
从 Kruise `1.5.0` 版本开始,WorkloadSpread 支持包含 [scale sub-resource](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#scale-subresource) 的自定义工作负载。

## Demo

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ WorkloadSpread与OpenKruise社区的UnitedDeployment功能相似,每一个Work

特别地,WorkloadSpread 对 `StatefulSet` 只支持扩容管理,缩容仍旧保留 StatefulSet 固有的缩容顺序, 且扩容管理时按照Pod序号进行划分 Subset, 详情可以参照[注释](https://github.com/openkruise/kruise/blob/f46097db1fa5a4ed9c002eba050b888344884e11/pkg/util/workloadspread/workloadspread.go#L305)

从 Kruise `1.5.0` 版本开始,WorkloadSpread 支持 `包含 [scale sub-resource](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#scale-subresource) 的自定义工作负载`
从 Kruise `1.5.0` 版本开始,WorkloadSpread 支持包含 [scale sub-resource](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#scale-subresource) 的自定义工作负载。

## Demo

Expand Down

0 comments on commit bdffd34

Please sign in to comment.