Hello,
I have selecting the Kubernetes Multi-node latest version playground and installing istio via istioctl. I am using version 1.20.3.
The ingress and egress pods won’t come up.
controlplane ~ k describe pod istio-egressgateway-6d8994b9c5-2z8gj | grep -i warning
–proxyLogLevel=warning
Warning Failed 76s (x4 over 119s) kubelet Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting cgroup config for procHooks process: failed to write “200000”: write /sys/fs/cgroup/cpu,cpuacct/system.slice/containerd.service/kubepods-burstable-podde6fd882_6145_49b4_a7b9_8d76a75e86b9.slice:cri-containerd:istio-proxy/cpu.cfs_quota_us: invalid argument: unknown
Warning BackOff 36s (x11 over 117s) kubelet Back-off restarting failed container istio-proxy in pod istio-egressgateway-6d8994b9c5-2z8gj_istio-system(de6fd882-6145-49b4-a7b9-8d76a75e86b9)
controlplane ~ ➜ k describe pod istio-ingressgateway-54ccd8b799-h5fdj | grep -i warning
–proxyLogLevel=warning
Warning Failed 91s (x4 over 2m15s) kubelet Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting cgroup config for procHooks process: failed to write “200000”: write /sys/fs/cgroup/cpu,cpuacct/system.slice/containerd.service/kubepods-burstable-podbfed06e2_1d5c_4e04_b7de_612b8d4956f5.slice:cri-containerd:istio-proxy/cpu.cfs_quota_us: invalid argument: unknown
Warning BackOff 62s (x10 over 2m14s) kubelet Back-off restarting failed container istio-proxy in pod istio-ingressgateway-54ccd8b799-h5fdj_istio-system(bfed06e2-1d5c-4e04-b7de-612b8d4956f5)
Does anybody have any idea what the problem is? I also tried deploying to a 1.24 K8 playground. Same issue