-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Clarify kubelet vs kubeadm default cgroupDriver options #41223
Clarify kubelet vs kubeadm default cgroupDriver options #41223
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
/lgtm |
LGTM label has been added. Git tree hash: 46ac7efcdc6fd3dbe4d9d2c5b78a8a1a0389420f
|
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.
/approve
The review comment is an aside.
In v1.22 and later, if the user does not set the `cgroupDriver` field under `KubeletConfiguration`, | ||
kubeadm defaults it to `systemd`. |
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.
I'd put:
In v1.22 and later, if the user does not set the `cgroupDriver` field under `KubeletConfiguration`, | |
kubeadm defaults it to `systemd`. | |
If you do not set the `cgroupDriver` field in the kubelet configuration passed to | |
kubeadm, then the kubeadm tool defaults the value to `systemd`. This applies to | |
Kubernetes v1.22 through to v{{< skew latestVersion >}}. If you are running a version | |
of Kubernetes outside that range, the behavior may be different. |
(note: use of latestVersion
not currentVersion
)
but if I did that, I'd put a comment (HTML comment) as a note that any revision here will need to be backported.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim 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 links to explain the differences between the kubelet's and kubeadm default cgroupDriver. Fixes #36492