-
Notifications
You must be signed in to change notification settings - Fork 15.1k
kep-4781: follow up 52876 #53517
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
base: dev-1.35
Are you sure you want to change the base?
kep-4781: follow up 52876 #53517
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/cc @lmktfy |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
e4d2977 to
29e6c74
Compare
| * In Kubernetes {{< skew currentVersion >}} you can opt in to a legacy behavior where the kubelet always modify the containers `ready` value, after a kubelet restart, to be false. | ||
| This legacy behavior was the default for a long time, but caused issue for people using Kubernetes, especially in large scale deployments. | ||
| Althought the feature gate allows reverting to this legacy behavior temporarily, the Kubernetes project recommends that you file a bug report if you encounter problems. | ||
| The `ChangeContainerStatusOnKubeletRestart` feature gate will be removed in |
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.
| The `ChangeContainerStatusOnKubeletRestart` feature gate will be removed in | |
| The `ChangeContainerStatusOnKubeletRestart` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/#ChangeContainerStatusOnKubeletRestart) will be removed in |
Description
This is a follow-up to the review comments on PR #52876. Due to the approaching docs freeze, we did not have time to address these comments earlier, and we will resolve these outstanding comments in this PR.
Issue
Closes: #