Can't install istio on Kode Kloud Kubernetes playground

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 ~ :heavy_multiplication_x: 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

Just to see if this is not a resource constraint issue, have you tried installing the demo profile? If that doesn’t work, we’ll see about how to debug this.

Yes i am installing the demo profile

Rather than install istio yourself on a K8s playground, we do have a dedicated Istio Playground. Why not use that instead? You’ll get around your install issues that way, and I suspect it will run the demo profile just fine.

Because I am studying to take the ICA and I wanted to practice installing