*** snir__ has quit IRC | 00:28 | |
*** snir__ has joined #kata-dev | 00:29 | |
*** amorenoz has quit IRC | 01:16 | |
*** openstack has joined #kata-dev | 01:21 | |
*** ChanServ sets mode: +o openstack | 01:21 | |
*** egernst has quit IRC | 02:09 | |
*** egernst has joined #kata-dev | 02:13 | |
*** egernst has quit IRC | 02:17 | |
*** egernst has joined #kata-dev | 02:31 | |
*** egernst has quit IRC | 02:35 | |
*** egernst has joined #kata-dev | 02:36 | |
*** egernst has quit IRC | 02:40 | |
*** fuentess has quit IRC | 02:49 | |
kata-irc-bot | <prabushyam> I am new to Kata and I am trying to have a kubernetes container process inside the vm connect to a process on the host using UDS (Kata 1.10.2 with qemu). Does Kata support UDS connection between a host process and a vm process? | 03:02 |
---|---|---|
*** egernst has joined #kata-dev | 03:04 | |
kata-irc-bot | <eric.ernst> UDS is specific to the host it runs on (guest in your case). | 03:19 |
kata-irc-bot | <eric.ernst> If you utilize a network connection you should be fine. | 03:20 |
kata-irc-bot | <eric.ernst> Make sense, @prabushyam ? | 03:20 |
*** snir__ has quit IRC | 03:23 | |
*** snir__ has joined #kata-dev | 03:24 | |
*** iamweswilson has quit IRC | 03:26 | |
*** iamweswilson has joined #kata-dev | 03:29 | |
*** amorenoz has joined #kata-dev | 03:53 | |
*** amorenoz has quit IRC | 04:01 | |
*** amorenoz_ has joined #kata-dev | 04:01 | |
*** egernst has quit IRC | 04:21 | |
*** egernst has joined #kata-dev | 04:22 | |
*** egernst has quit IRC | 04:27 | |
*** angryangryhog has quit IRC | 04:29 | |
kata-irc-bot | <sureshv> you mean network connection using host ip? | 04:35 |
kata-irc-bot | <sureshv> uds is specific to host where vm is running | 04:49 |
kata-irc-bot | <sureshv> ```libnsock msevent_new(): msevent_new (IOD #1) (EID #8) libnsock nsock_connect_unixsock_stream(): UNIX domain socket (STREAM) connection requested to agent.sock (IOD #1) EID 8 libnsock nsp_add_event(): NSE #8: Adding event libnsock nsock_trace_handler_callback(): Callback: CONNECT ERROR [Connection refused (111)] for EID 8 [agent.sock]``` | 04:51 |
kata-irc-bot | <sureshv> process inside VM try to connect to process in the host via uds | 04:52 |
kata-irc-bot | <sureshv> @eric.ernst | 04:52 |
*** egernst has joined #kata-dev | 05:01 | |
*** egernst has quit IRC | 05:09 | |
*** egernst has joined #kata-dev | 05:13 | |
*** egernst has quit IRC | 05:18 | |
kata-irc-bot | <eric.ernst> Right. I don’t expect that to work. | 05:45 |
*** egernst has joined #kata-dev | 05:49 | |
*** egernst_ has joined #kata-dev | 05:50 | |
*** egernst__ has joined #kata-dev | 05:52 | |
*** egerns___ has joined #kata-dev | 05:54 | |
*** egernst has quit IRC | 05:54 | |
*** egernst_ has quit IRC | 05:55 | |
*** egernst__ has quit IRC | 05:57 | |
kata-irc-bot | <sureshv> *egernst* [7:20 PM] If you utilize a network connection you should be fine. | 06:02 |
kata-irc-bot | <sureshv> you mean use the host IP here? | 06:02 |
kata-irc-bot | <sureshv> and not uds | 06:03 |
kata-irc-bot | <sureshv> ? | 06:03 |
kata-irc-bot | <eric.ernst> right, a unix domain socket is for inter process, on the same host (kernel). | 06:39 |
kata-irc-bot | <eric.ernst> ie, if you had two processes running on two differnet machines, they coudln't communicate via UDS. | 06:39 |
kata-irc-bot | <eric.ernst> That's what you're hitting. | 06:39 |
kata-irc-bot | <eric.ernst> you want something like a tcp socket instead. | 06:40 |
kata-irc-bot | <sureshv> we are not referring to 2 different hosts here | 06:42 |
kata-irc-bot | <sureshv> [Host A --> VM in host A] | 06:42 |
kata-irc-bot | <sureshv> VM in host A accessing underlying host A uds | 06:44 |
kata-irc-bot | <sureshv> i see you point, they both are different kernel (vm kernel and host kernel) and cannot be share | 06:45 |
kata-irc-bot | <sureshv> https://github.com/firecracker-microvm/firecracker/blob/master/docs/vsock.md | 06:53 |
*** egerns___ has quit IRC | 07:05 | |
*** egernst has joined #kata-dev | 07:05 | |
*** egernst has quit IRC | 07:11 | |
*** egernst has joined #kata-dev | 07:13 | |
*** egernst has quit IRC | 07:17 | |
*** dklyle has quit IRC | 07:35 | |
*** egernst has joined #kata-dev | 07:53 | |
*** egernst has quit IRC | 08:02 | |
*** fgiudici has joined #kata-dev | 08:05 | |
*** sgarzare has joined #kata-dev | 08:18 | |
kata-irc-bot | <fidencio> Hey all, Today's AC meeting has been cancelled! The backlog review meeting is still up! | 08:22 |
*** sameo has joined #kata-dev | 08:53 | |
kata-irc-bot | <fidencio> @james.o.hunt, @aadam, the bot seems to be labeling the issues in the wrong way, and that may be the reason of the discussion we had Yesterday. Take a look at those two pictures. One shows that when I click on the labels, no label is selected at all, although the issue has a few (at least the "needs-review") ones. Then when I select a label that's already present in the issue, it just removes the other ones. | 09:01 |
*** davidgiluk has joined #kata-dev | 09:02 | |
*** ailan_ has joined #kata-dev | 09:03 | |
*** ailan_ has quit IRC | 09:03 | |
kata-irc-bot | <aadam> So this is also something we encountered when reviewing the issues on part of the repositories. What we did was kind of remember what the labels where to start with. Then when we removed the needs-review everything was removed and we manually added back the original ones. I'm less familiar with the github black magic ;) | 09:09 |
*** sgarzare_ has joined #kata-dev | 09:12 | |
*** sgarzare has quit IRC | 09:14 | |
*** jodh has joined #kata-dev | 09:38 | |
kata-irc-bot | <fidencio> Yeah, the workaround helps, but I'm afraid something is wrong deep down the logic of our bot. | 09:40 |
*** brueckner has joined #kata-dev | 10:34 | |
*** egernst has joined #kata-dev | 10:38 | |
*** egernst has quit IRC | 10:43 | |
*** ailan has joined #kata-dev | 11:46 | |
*** sameo has quit IRC | 12:21 | |
*** egernst has joined #kata-dev | 12:39 | |
*** egernst has quit IRC | 12:44 | |
*** sameo has joined #kata-dev | 12:57 | |
*** devimc has joined #kata-dev | 13:16 | |
*** egernst has joined #kata-dev | 13:38 | |
*** egernst has quit IRC | 13:42 | |
*** fuentess has joined #kata-dev | 13:54 | |
*** ailan_ has joined #kata-dev | 13:55 | |
*** ailan has quit IRC | 13:58 | |
*** fuentess has quit IRC | 14:14 | |
*** fuentess has joined #kata-dev | 14:14 | |
*** crobinso has joined #kata-dev | 14:14 | |
*** pcaruana has joined #kata-dev | 14:24 | |
*** fuentess has quit IRC | 14:25 | |
*** fuentess has joined #kata-dev | 14:26 | |
*** devimc has quit IRC | 14:49 | |
*** devimc has joined #kata-dev | 14:50 | |
*** egernst has joined #kata-dev | 15:00 | |
*** egernst has quit IRC | 15:01 | |
*** egernst has joined #kata-dev | 15:01 | |
*** egernst has quit IRC | 15:31 | |
*** egernst has joined #kata-dev | 15:32 | |
*** egernst has quit IRC | 15:37 | |
*** dklyle has joined #kata-dev | 15:38 | |
*** Val has joined #kata-dev | 16:01 | |
Val | Hi | 16:01 |
*** egernst has joined #kata-dev | 16:03 | |
Val | Just saw issue #1367 (kata 2+ Installation for Debian 10). Has anyone started kata 2+ Debian packaging or should we start from the current version and try to update every components ? | 16:07 |
*** ailan__ has joined #kata-dev | 16:20 | |
*** ailan_ has quit IRC | 16:22 | |
*** crobinso has quit IRC | 16:37 | |
*** egernst has quit IRC | 17:06 | |
*** egernst has joined #kata-dev | 17:07 | |
*** brueckner has quit IRC | 17:36 | |
*** sgarzare_ has quit IRC | 17:52 | |
*** davidgiluk has quit IRC | 17:52 | |
*** jodh has quit IRC | 18:03 | |
*** davidgiluk has joined #kata-dev | 18:16 | |
*** davidgiluk has quit IRC | 18:20 | |
*** Val has left #kata-dev | 19:47 | |
*** crobinso has joined #kata-dev | 20:09 | |
*** ailan__ has quit IRC | 20:26 | |
*** fgiudici has quit IRC | 20:33 | |
*** dklyle has quit IRC | 20:39 | |
*** dklyle has joined #kata-dev | 20:39 | |
*** egernst has quit IRC | 20:39 | |
*** egernst_ has joined #kata-dev | 20:40 | |
*** egernst_ has quit IRC | 20:45 | |
*** devimc has quit IRC | 21:00 | |
*** sameo has quit IRC | 21:00 | |
*** devimc has joined #kata-dev | 21:01 | |
*** fuentess has quit IRC | 21:13 | |
*** fuentess1 has joined #kata-dev | 21:13 | |
*** egernst has joined #kata-dev | 21:15 | |
*** fuentess1 has quit IRC | 21:20 | |
*** fuentess1 has joined #kata-dev | 21:20 | |
*** crobinso has quit IRC | 21:40 | |
*** devimc has quit IRC | 22:01 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!