Friday, 2021-06-04

*** jodh has joined #kata-general06:36
*** fgiudici has joined #kata-general06:50
kata-irc-bot<santhosh.parampottupa> @eric.ernst omg , I was actually following your tutorial, so happy to seek meet the same person here :raised_hands::clap:08:08
kata-irc-bot<santhosh.parampottupa> this was the tutorial https://medium.com/kata-containers/kata-deploy-the-quick-way-to-install-kata-on-your-kubernetes-cluster-ec5228066cd708:09
kata-irc-bot<santhosh.parampottupa> by the way, if i dont specify `runtimeClassName: "kata-qemu",` then its working08:10
kata-irc-bot<santhosh.parampottupa> but if i specify   `runtimeClassName: "kata-qemu"` the following error occurs... please help    `s669m@e132-pc05:~$ microk8s.kubectl apply -f nginx-untrusted.yaml`  `Error from server (Forbidden): error when creating "nginx-untrusted.yaml": pods "nginx-untrusted" is forbidden: pod rejected: RuntimeClass "kata-qemu" not found`08:11
*** CeeMac has joined #kata-general08:21
kata-irc-bot<eric.ernst> Kubectl get runtimeclasses?12:41
*** fuentess has joined #kata-general12:49
kata-irc-bot<santhosh.parampottupa> @eric.ernst `*santhosh_cameo@san-ka-test*:*~*$ sudo microk8s.kubectl get runtimeclasses` `NAME              HANDLER     AGE` `kata-containers   kata        70m` `native            runc        69m` `kata              kata        51m` `kata-qemu         kata-qemu   51m`13:24
kata-irc-bot<santhosh.parampottupa> Warning  FailedCreatePodSandBox  69s (x230 over 51m)  kubelet            Failed to create pod sandbox: rpc error: code = Unknown  desc = failed to get sandbox runtime: no runtime for “kata-qemu” is configured13:25
*** devimc has joined #kata-general13:35
kata-irc-bot<eric.ernst> Seems like crio/containerd isnt setup correctly for kata. Which are you using? What’s the config look like?13:56
kata-irc-bot<santhosh.parampottupa> `[grpc]`   `address = "/run/containerd/containerd.sock"`   `tcp_address = ""`   `tcp_tls_cert = ""`   `tcp_tls_key = ""`   `uid = 0`   `gid = 0`   `max_recv_message_size = 16777216`   `max_send_message_size = 16777216` `[ttrpc]`   `address = ""`   `uid = 0`   `gid = 0` `[debug]`   `address = ""`   `uid = 0`   `gid = 0`   `level = ""` `[metrics]`   `address = ""`   `grpc_histogram = false` `[cgroup]`   `path = ""`16:16
kata-irc-bot`[timeouts]`   `"io.containerd.timeout.shim.cleanup" = "5s"`   `"io.containerd.timeout.shim.load" = "5s"`   `"io.containerd.timeout.shim.shutdown" = "3s"`   `"io.containerd.timeout.shim.shutdown" = "3s"`   `"io.containerd.timeout.task.state" = "2s"` `[plugins]`   `[plugins."io.containerd.gc.v1.scheduler"]`     `pause_threshold = 0.02`     `deletion_threshold = 0`     `mutation_threshold = 100`     `schedule_delay = "0s"`     `startup_delay =16:16
kata-irc-bot"100ms"`   `[plugins."io.containerd.grpc.v1.cri"]`     `disable_tcp_service = true`     `stream_server_address = "127.0.0.1"`     `stream_server_port = "0"`     `stream_idle_timeout = "4h0m0s"`     `enable_selinux = false`     `sandbox_image = "k8s.gcr.io/pause:3.1"`     `stats_collect_period = 10`     `systemd_cgroup = false`     `enable_tls_streaming = false`     `max_container_log_line_size = 16384`     `disable_cgroup = false`16:16
kata-irc-bot`disable_apparmor = false`     `restrict_oom_score_adj = false`     `max_concurrent_downloads = 3`     `disable_proc_mount = false`     `[plugins.cri.containerd]`        `# "plugins.cri.containerd.default_runtime" is the runtime to use in containerd.`     `[plugins.cri.containerd.default_runtime]`       `# runtime_type is the runtime type to use in containerd e.g. io.containerd.runtime.v1.linux`       `runtime_type =16:16
kata-irc-bot"io.containerd.runtime.v1.linux"`     `# "plugins.cri.containerd.untrusted_workload_runtime" is a runtime to run untrusted workloads on it.`     `[plugins.cri.containerd.untrusted_workload_runtime]`       `# runtime_type is the runtime type to use in containerd e.g. io.containerd.runtime.v1.linux`       `runtime_type = "io.containerd.runtime.v1.linux"`       `# runtime_engine is the name of the runtime engine used by containerd.`16:16
kata-irc-bot`runtime_engine = "/usr/bin/kata-runtime"` `*santhosh_cameo@san-ka-test*:*~*$`16:16
kata-irc-bot<santhosh.parampottupa> file name: /etc/containerd/config.toml16:17
*** jodh has quit IRC17:02
*** fgiudici has quit IRC18:01
*** devimc has quit IRC21:56
kata-irc-bot<eric.ernst> that looks pretty old (using untrusted construct).22:12
kata-irc-bot<eric.ernst> Did you manually setup this file?22:12

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!