@@ -222,18 +222,12 @@ spec:
222
222
# We have to set the criSocket to containerd as kubeadm defaults to docker runtime if both containerd and docker sockets are found
223
223
criSocket : unix:///var/run/containerd/containerd.sock
224
224
kubeletExtraArgs :
225
- # We have to pin the cgroupDriver to cgroupfs as kubeadm >=1.21 defaults to systemd
226
- # kind will implement systemd support in: https://github.com/kubernetes-sigs/kind/issues/1726
227
- cgroup-driver : cgroupfs
228
225
eviction-hard : ' nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%'
229
226
joinConfiguration :
230
227
nodeRegistration :
231
228
# We have to set the criSocket to containerd as kubeadm defaults to docker runtime if both containerd and docker sockets are found
232
229
criSocket : unix:///var/run/containerd/containerd.sock
233
230
kubeletExtraArgs :
234
- # We have to pin the cgroupDriver to cgroupfs as kubeadm >=1.21 defaults to systemd
235
- # kind will implement systemd support in: https://github.com/kubernetes-sigs/kind/issues/1726
236
- cgroup-driver : cgroupfs
237
231
eviction-hard : ' nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%'
238
232
---
239
233
apiVersion : infrastructure.cluster.x-k8s.io/v1beta1
@@ -270,8 +264,5 @@ spec:
270
264
# We have to set the criSocket to containerd as kubeadm defaults to docker runtime if both containerd and docker sockets are found
271
265
criSocket : unix:///var/run/containerd/containerd.sock
272
266
kubeletExtraArgs :
273
- # We have to pin the cgroupDriver to cgroupfs as kubeadm >=1.21 defaults to systemd
274
- # kind will implement systemd support in: https://github.com/kubernetes-sigs/kind/issues/1726
275
- cgroup-driver : cgroupfs
276
267
eviction-hard : ' nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%'
277
268
0 commit comments