Friday, 2021-06-11

*** opendevtest <opendevtest!~limnoria@104.239.144.232> has joined #kata-general01:14
*** Guest1653 <Guest1653!~limnoria@104.239.144.232> has joined #kata-general01:25
*** opendevmeet` <opendevmeet`!~limnoria@104.239.144.232> has joined #kata-general01:43
*** opendevmeet <opendevmeet!~limnoria@104.239.144.232> has joined #kata-general02:02
*** opendevmeet <opendevmeet!~limnoria@104.239.144.232> has joined #kata-general03:07
*** ricolin_ <ricolin_!~ricolin@118.150.144.205> has joined #kata-general04: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-general07:12
*** opendevmeet <opendevmeet!~limnoria@104.239.144.232> has joined #kata-general08:39
*** opendevmeet is now known as Guest168508:40
*** Guest1689 <Guest1689!~limnoria@104.239.144.232> has joined #kata-general09:58
*** opendevmeet <opendevmeet!~limnoria@104.239.144.232> has joined #kata-general10:01
*** opendevmeet is now known as Guest169010:02
*** opendevmeet` <opendevmeet`!~limnoria@104.239.144.232> has joined #kata-general10:05
*** opendevmeet <opendevmeet!~limnoria@104.239.144.232> has joined #kata-general10:06
*** opendevmeet` <opendevmeet`!~limnoria@104.239.144.232> has joined #kata-general10:16
*** opendevmeet <opendevmeet!~limnoria@104.239.144.232> has joined #kata-general11: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 per11:22
kata-irc-bothttps://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-general12:37
*** fuentess <fuentess!~kvirc@134.134.137.73> has joined #kata-general12: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-general17: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"```  `my18:37
kata-irc-botruntimes 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                  A18: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" is18:37
kata-irc-botconfigured`    Please help its been two weeks on this :,( @jakob.naucke @eric.ernst18: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/!