-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Document SidecarContainers graduation to beta #43471
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
at least the |
yes, I just opened the placeholder to meet the 19th deadline |
/retitle [WIP] [Placeholder] Document SidecarContainers graduation to beta |
/sig node |
Hello @matthyx 👋, I see there is work in progress with these docs! 👍 Please take a look at Documenting for a release - PR Ready for Review to get your PR ready for review before Tuesday 14th November 2023. Thank you! |
6b35742
to
cdcff3c
Compare
cdcff3c
to
755dec3
Compare
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
755dec3
to
cd69b61
Compare
@@ -504,6 +504,19 @@ termination grace period _begins_. The behavior above is described when the | |||
feature gate `EndpointSliceTerminatingCondition` is enabled. | |||
{{</note>}} | |||
|
|||
{{<note>}} | |||
Starting from Kubernetes 1.29, if your Pod has one or more sidecar containers, |
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.
End users may misunderstand the term "sidecar container" as it's been a while since we've called the regular container that supports the main container "the sidecar container".
Maybe it would be better to be written more clearly, like "an init container with Always restart policy".
Please note that slow termination of the main container will also delay the | ||
termination of the sidecar containers and may trigger emergency termination | ||
of the Pod if the grace period expires. In such cases, all remaining containers | ||
in the Pod will be terminated with SIGKILL simultaneously. |
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.
in the Pod will be terminated with SIGKILL simultaneously. | |
in the Pod will be terminated with a short grace period simultaneously. |
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
we discussed a small addition we may want to this document, but it can be done later. It's important to update this part first
LGTM label has been added. Git tree hash: 18dfebcb051b5c567a2d7dc29894c242dc5f47b8
|
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
cd69b61
to
29dff23
Compare
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
LGTM label has been added. Git tree hash: c8a82c1be5c8225290d02f31ce9d73d10a905f2b
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SergeyKanzhelev, tengqm, tzneal 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 |
kubernetes/enhancements#753