-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Add initial documentation for StatefulSetSlice feature #37224
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
Add initial documentation for StatefulSetSlice feature #37224
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
|
Welcome @pwschuurman! |
9b5fd5a to
138007e
Compare
|
/retitle Add initial documentation for StatefulSetSlice feature |
soltysh
left a comment
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
from tech pov
|
LGTM label has been added. Git tree hash: 91dfb7bc888d93632cfa36c50e88eff615b5efaa
|
| - `StatefulSetMinReadySeconds`: Allows `minReadySeconds` to be respected by | ||
| the StatefulSet controller. | ||
| - `StatefulSetStartOrdinal`: Allow StatefulSet to control start replica ordinal | ||
| numbering. |
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.
| numbering. | |
| numbering. Check [StatefulSet ordinals](/[docs/concepts/workloads/controllers/statefulset/#ordinals) for details. |
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.
Added suggestion to link to #ordinal-index
| #### Custom replica numbering | ||
|
|
||
| Note: To customize the replica numbering of pods in a StatefulSet, see | ||
| [Ordinals](docs/tutorials/stateful-application/basic-stateful-set/#ordinals). |
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.
We usually avoid H4 in the document. Maybe render this as a note shortcode would be better?
| #### Custom replica numbering | |
| Note: To customize the replica numbering of pods in a StatefulSet, see | |
| [Ordinals](docs/tutorials/stateful-application/basic-stateful-set/#ordinals). | |
| {{< note >}} | |
| To customize the replica numbering of pods in a StatefulSet, see | |
| [Ordinals](/docs/concepts/workloads/controllers/statefulset/#ordinals). | |
| {{< /note >}} |
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.
Thanks, updated to render as a note.
|
Hi @pwschuurman! This PR needs a doc review by Mon Nov 28th to get this into the release. Please reach out to required SIGs to get their review. Thank you! |
sftim
left a comment
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
but I'd rather see Markdown and a hyperlink for the new heading, rather than HTML with no fragment identifier.
| will be assigned an integer ordinal, that is unique over the Set. By default, | ||
| pods will be assigned ordinals from 0 up through N-1. | ||
|
|
||
| <b>Start Ordinal</b> |
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.
| <b>Start Ordinal</b> | |
| ### Start ordinal |
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.
Updated this to a h3 heading, and updated the other files to link to the new fragment.
|
LGTM label has been added. Git tree hash: ff1e683551ee085d4c4f4df45a0b3fbb6828a883
|
|
@sftim Thanks. Updated the formatting of the new section |
soltysh
left a comment
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
from tech pov
|
LGTM label has been added. Git tree hash: f0530b84c66143b3232f485c34bfd47e513ab1ac
|
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: soltysh, tengqm 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 |
Add documentation for StatefulSetSlice feature targeting Kubernetes alpha in 1.26