Content differences:
--- /etc/kubernetes/kubelet-config.yaml.orig
+++ /etc/kubernetes/kubelet-config.yaml
@@ -6,6 +6,7 @@
clusterDomain: cluster.local
clusterDNS:
- 10.192.80.3
+containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
authentication:
anonymous:
enabled: false
@@ -18,11 +19,10 @@
registerWithTaints:
- key: node-role.kubernetes.io/control-plane
effect: NoSchedule
+seccompDefault: true
cgroupDriver: systemd
evictionHard:
imagefs.available: 15%
memory.available: 300M
nodefs.available: 10%
nodefs.inodesFree: 5%
-containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
-seccompDefault: true