updated kubernetes state

This commit is contained in:
Paul 2023-03-31 17:20:28 +02:00
parent 7567a1d9ab
commit 8c857f6b1f
3 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@ kubernetes:
net.ipv4.ip_forward: 1
net.ipv6.conf.all.forwarding: 1
net.ipv6.conf.all.disable_ipv6: 0
net.core.bpf_jit_enable: 1
services:
- kubelet
- containerd

View File

@ -6,6 +6,7 @@ kubernetes-install-pkgs:
- containerd.io
- cri-tools
- iptables
- helm
- kubeadm
- kubectl
- kubelet

View File

@ -59,7 +59,7 @@ version = 2
max_container_log_line_size = 16384
netns_mounts_under_state_dir = false
restrict_oom_score_adj = false
sandbox_image = "k8s.gcr.io/pause:3.6"
sandbox_image = "registry.k8s.io/pause:3.6"
selinux_category_range = 1024
stats_collect_period = 10
stream_idle_timeout = "4h0m0s"