-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Revise details for sidecar containers #44335
Revise details for sidecar containers #44335
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Preview pages: |
By default, this feature is not available in Kubernetes. To avail this feature, you | ||
need to enable the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) | ||
named `SidecarContainers`. |
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.
This change needs to be verified as the related issue #44334 states that beta APIs are on by default but as of kubernetes/enhancements#3136 , beta APIs are off by default
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.
L20-21 should also be update to reflect what @matthyx had suggested in matthyx@29dff23
It looks like this change originally in init-containers.md
was lost when sidecar-containers.md
was added. It is important as at first glance the current wording gives the impression that sidecars containers are still alpha and need a feature flag set.
(Before)
Starting with Kubernetes 1.28 in alpha, a feature gate named `SidecarContainers`...
(After)
Enabled by default with Kubernetes 1.29, a feature gate named `SidecarContainers`
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.
@skaegi it is a good catch, we're indeed in beta
@reylejano the feature is ON by default:
https://github.com/kubernetes/kubernetes/blob/v1.29.0/pkg/features/kube_features.go#L1195
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.
@skaegi, @matthyx,
Thanks for the inputs.
I have updated the PR with suggestions matthyx@29dff23.
76d4f7b
to
f533c69
Compare
8ffbe1c
to
cd263f6
Compare
/remove language zh Removing the label which was added due to merge conflict. |
/remove-language zh |
cd263f6
to
e11ca25
Compare
Thank you for addressing comments |
LGTM label has been added. Git tree hash: 4b35e78ae26bd104d65f32f8669cbee9d909cd47
|
@reylejano Thanks for reviewing the PR. /assign @tengqm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kbhawkey 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 |
Fixes #44334