ReplicasOverrider 应支持 EdgeApplication 中的 StatefulSet
作者: rahulkr182创建于 2026年9月2日更新于 2026年9月2日
标签kind/feature
What would you like to be added/modified:
Extend ReplicasOverrider in the EdgeApplication override system to support StatefulSet (and optionally ReplicaSet), in addition to Deployment.
Since spec.replicas exists at the exact same JSON path (/spec/replicas) across these workload types, ReplicasOverrider should be able to override replica counts for StatefulSets.
内容来源: kubeedge/kubeedge