*** opendevtest <opendevtest!~limnoria@104.239.144.232> has joined #kata-general | 01:14 | |
*** Guest1653 <Guest1653!~limnoria@104.239.144.232> has joined #kata-general | 01:25 | |
*** opendevmeet` <opendevmeet`!~limnoria@104.239.144.232> has joined #kata-general | 01:43 | |
*** opendevmeet <opendevmeet!~limnoria@104.239.144.232> has joined #kata-general | 02:02 | |
*** opendevmeet <opendevmeet!~limnoria@104.239.144.232> has joined #kata-general | 03:07 | |
*** ricolin_ <ricolin_!~ricolin@118.150.144.205> has joined #kata-general | 04:31 | |
*** ricolin <ricolin!~ricolin@118.150.144.205> has quit IRC (Ping timeout: 480 seconds) | 04:35 | |
*** fgiudici <fgiudici!~fgiudici@151.20.133.242> has joined #kata-general | 07:12 | |
*** opendevmeet <opendevmeet!~limnoria@104.239.144.232> has joined #kata-general | 08:39 | |
*** opendevmeet is now known as Guest1685 | 08:40 | |
*** Guest1689 <Guest1689!~limnoria@104.239.144.232> has joined #kata-general | 09:58 | |
*** opendevmeet <opendevmeet!~limnoria@104.239.144.232> has joined #kata-general | 10:01 | |
*** opendevmeet is now known as Guest1690 | 10:02 | |
*** opendevmeet` <opendevmeet`!~limnoria@104.239.144.232> has joined #kata-general | 10:05 | |
*** opendevmeet <opendevmeet!~limnoria@104.239.144.232> has joined #kata-general | 10:06 | |
*** opendevmeet` <opendevmeet`!~limnoria@104.239.144.232> has joined #kata-general | 10:16 | |
*** opendevmeet <opendevmeet!~limnoria@104.239.144.232> has joined #kata-general | 11:13 | |
kata-irc-bot | <jakob.naucke> > `kata-runtime : 1.13.0-alpha0` First, one question: Any particular reason you want to run with Kata v1? All the development happens in Kata v2 now Anyway, since you're already running Kata v1 with Shim v2 (not to be confused with Kata v2) (see `io.containerd.run.kata.v2`), have you tried setting up the containerd runtime class with shim v2 as per | 11:22 |
---|---|---|
kata-irc-bot | https://github.com/kata-containers/documentation/blob/master/how-to/containerd-kata.md#kata-containers-as-the-runtime-for-untrusted-workload? (Note that these are Kata v1 docs) | 11:22 |
*** devimc <devimc!~devimc@192.55.54.40> has joined #kata-general | 12:37 | |
*** fuentess <fuentess!~kvirc@134.134.137.73> has joined #kata-general | 12:42 | |
*** CeeMac <CeeMac!uid366483@id-366483.brockwell.irccloud.com> has quit IRC (Quit: Connection closed for inactivity) | 13:19 | |
*** fgiudici <fgiudici!~fgiudici@151.20.133.242> has quit IRC (Quit: *gone*) | 17:07 | |
*** CeeMac <CeeMac!uid366483@id-366483.brockwell.irccloud.com> has joined #kata-general | 17:49 | |
kata-irc-bot | <santhosh.parampottupa> Thank you for notifying that :clap: I have updated Kata version using snap. ```kata-runtime : 2.1.0 commit : 0f822919268e4095dd9bdbbb2351248b53746501 OCI specs: 1.0.1-dev``` and my `/etc/containerd/config.toml` is given below ```root = "/var/lib/containerd" state = "/run/containerd" oom_score = 0 imports = ["/etc/containerd/runtime_*.toml", "./debug.toml"] [grpc] address = | 18:37 |
kata-irc-bot | "/run/containerd/containerd.sock" uid = 0 gid = 0 [debug] address = "/run/containerd/debug.sock" uid = 0 gid = 0 level = "info" [metrics] address = "" grpc_histogram = false [cgroup] path = "" [plugins] [plugins.cgroups] no_prometheus = false [plugins.diff] default = ["walking"] [plugins.linux] shim = "containerd-shim" runtime = "runc" runtime_root = "" no_shim = false shim_debug = false | 18:37 |
kata-irc-bot | [plugins.scheduler] pause_threshold = 0.02 deletion_threshold = 0 mutation_threshold = 100 schedule_delay = 0 startup_delay = "100ms" [plugins.cri] [plugins.cri.containerd] no_pivot = false [plugins.cri.containerd.runtimes] [plugins.cri.containerd.runtimes.runc] runtime_type = "io.containerd.runc.v1" [plugins.cri.containerd.runtimes.runc.options] NoPivotRoot = false | 18:37 |
kata-irc-bot | NoNewKeyring = false ShimCgroup = "" IoUid = 0 IoGid = 0 BinaryName = "runc" Root = "" CriuPath = "" SystemdCgroup = false [plugins.cri.containerd.runtimes.kata] runtime_type = "io.containerd.kata.v2" privileged_without_host_devices = true [plugins.cri.containerd.runtimes.katacli] runtime_type = "io.containerd.runc.v1" | 18:37 |
kata-irc-bot | [plugins.cri.containerd.runtimes.katacli.options] NoPivotRoot = false NoNewKeyring = false ShimCgroup = "" IoUid = 0 IoGid = 0 BinaryName = "/usr/bin/kata-runtime" Root = "" CriuPath = "" SystemdCgroup = false [plugins.cri.cni] # conf_dir is the directory in which the admin places a CNI conf. conf_dir = "/etc/cni/net.d"``` `my | 18:37 |
kata-irc-bot | runtimes are:` ```santhosh_cameo@san-test-fin:~$ kubectl get runtimeclasses NAME HANDLER AGE kata-containers kata 10h native runc 10h``` `Input yaml is :` ```apiVersion: v1 kind: Pod metadata: name: kata-nginx spec: runtimeClassName: kata-containers containers: - name: nginx image: nginx ports: - containerPort: 80``` | 18:37 |
kata-irc-bot | :bangbang::bangbang::bangbang::bangbang::bangbang::bangbang::bangbang::bangbang::bangbang:. Error is :bangbang::bangbang::bangbang::bangbang::bangbang::bangbang::bangbang::bangbang::bangbang::bangbang: `Node-Selectors: <none>` `Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s` `node.kubernetes.io/unreachable:NoExecute op=Exists for 300s` `Events:` `Type Reason A | 18:37 |
kata-irc-bot | From Message` `---- ------ ---- ---- -------` `Normal Scheduled 69s default-scheduler Successfully assigned default/kata-nginx to san-test-fin` `Warning FailedCreatePodSandBox 0s (x6 over 68s) kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to get sandbox runtime: no runtime for "kata" is | 18:37 |
kata-irc-bot | configured` Please help its been two weeks on this :,( @jakob.naucke @eric.ernst | 18:37 |
*** devimc <devimc!~devimc@192.55.54.40> has quit IRC (Remote host closed the connection) | 21:36 | |
*** fuentess <fuentess!~kvirc@134.134.137.73> has quit IRC (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/) | 22:23 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!