Skip to content

Commit

Permalink
Update sig-multicluster as owning SIG
Browse files Browse the repository at this point in the history
  • Loading branch information
pwschuurman committed Sep 20, 2022
1 parent 4ef81bc commit d12f495
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions keps/prod-readiness/sig-multicluster/3335.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kep-number: 3335
alpha:
approver: "TBD"
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,8 @@ Any change of default behavior may be surprising to users or break existing
automations, so be extremely careful here.
-->

No, if the new field `replicaStartOrdinal` is unset, StatefulSet will retain existing behavior.
No, if the new StatefulSet field `.spec.replicaStartOrdinal` is unset,
StatefulSet will retain existing behavior.

###### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)?

Expand Down Expand Up @@ -610,7 +611,10 @@ You can take a look at one potential example of such test in:
https://github.com/kubernetes/kubernetes/pull/97058/files#diff-7826f7adbc1996a05ab52e3f5f02429e94b68ce6bce0dc534d1be636154fded3R246-R282
-->

TBD
Additional e2e tests will be added when targeting the Beta stage. These will
validate the behavior of the cluster when enabled and disabled and ensure that
existing behavior (eg: not specifying the new `replicaStartOrdinal` API) is
preserved.

### Rollout, Upgrade and Rollback Planning

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ title: StatefulSet Slice
kep-number: 3335
authors:
- "@pwschuurman"
owning-sig: sig-apps
owning-sig: sig-multicluster
participating-sigs:
- sig-apps
- sig-storage
status: provisional
creation-date: 2022-06-02
Expand Down

0 comments on commit d12f495

Please sign in to comment.