kubernetes / kubeadm

Aggregator for issues filed against kubeadm
Apache License 2.0
3.76k stars 717 forks source link

update kubeadm cgroup driver documentation once KubeletCgroupDriverFromCRI goes GA #3004

Open neolit123 opened 9 months ago

neolit123 commented 9 months ago

original k/k ticket: https://github.com/kubernetes/kubernetes/issues/99808

the new feature gate was added in a previous release and is planned for beta in 1.31: https://github.com/kubernetes/enhancements/issues/4033

once GA we should remove this page: https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/

perhaps SIG node and feature owners will update: https://kubernetes.io/docs/setup/production-environment/container-runtimes/#cgroup-drivers

users would still be required to pick a driver and configure it on the side of container runtimes (e.g. containerd).

k8s-triage-robot commented 6 months ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 5 months ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

pacoxu commented 4 months ago

the new feature gate was added in a previous release and is planned for beta in 1.31: kubernetes/enhancements#4033

This is planned to be beta in this release cycle.

neolit123 commented 4 months ago

the new feature gate was added in a previous release and is planned for beta in 1.31: kubernetes/enhancements#4033

This is planned to be beta in this release cycle.

  • We may use it if the FG is enabled and the cgroup driver can be detected from the CRI. And we can fall back to our previous logic if not.

i don't think we have any remaining logic for this, do we? we just set the cgroup driver to systemd.

https://github.com/kubernetes/kubernetes/blob/ef9965ebc66dafda37800bb04f5e284535bbba10/cmd/kubeadm/app/componentconfigs/kubelet.go#L194

neolit123 commented 3 months ago

KubeletCgroupDriverFromCRI went BETA in 1.31 https://github.com/kubernetes/kubernetes/pull/125828/

k8s-triage-robot commented 6 days ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

pacoxu commented 6 days ago

https://github.com/kubernetes/enhancements/issues/4033#issuecomment-2318800589