*** dklyle has quit IRC | 02:33 | |
*** dklyle has joined #kata-dev | 02:48 | |
*** dklyle has quit IRC | 03:20 | |
*** sameo has joined #kata-dev | 06:13 | |
*** sameo has quit IRC | 06:53 | |
*** sgarzare has joined #kata-dev | 07:09 | |
*** jodh has joined #kata-dev | 07:12 | |
*** pcaruana has joined #kata-dev | 07:41 | |
*** sameo has joined #kata-dev | 07:52 | |
*** davidgiluk has joined #kata-dev | 07:57 | |
*** fuentess has joined #kata-dev | 12:40 | |
*** sgarzare has quit IRC | 13:39 | |
*** eernst has quit IRC | 13:40 | |
*** sgarzare has joined #kata-dev | 13:44 | |
*** dklyle has joined #kata-dev | 13:44 | |
*** dklyle has quit IRC | 13:50 | |
*** dklyle has joined #kata-dev | 14:31 | |
*** sameo has quit IRC | 14:48 | |
*** pcaruana has quit IRC | 15:05 | |
*** dklyle has quit IRC | 15:36 | |
*** dklyle has joined #kata-dev | 15:36 | |
*** eernst has joined #kata-dev | 15:58 | |
*** eernst has quit IRC | 16:02 | |
*** pcaruana has joined #kata-dev | 16:06 | |
*** eernst has joined #kata-dev | 16:11 | |
*** eernst has quit IRC | 16:26 | |
*** eernst has joined #kata-dev | 16:29 | |
*** eernst has quit IRC | 16:29 | |
*** pcaruana has quit IRC | 16:46 | |
*** sameo has joined #kata-dev | 16:52 | |
*** jodh has quit IRC | 17:01 | |
*** sgarzare has quit IRC | 17:16 | |
*** eernst has joined #kata-dev | 17:34 | |
*** eernst has quit IRC | 17:35 | |
kata-irc-bot | <kshitij> I hope I have come to the right slack channel. I want to add a Priority field to the Route type . Like so ``` 33 34 // Route describes a network route. 35 type Route struct { 36 Dest string 37 Gateway string 38 Device string 39 Source string 40 Scope uint32 41 Priority uint32 <<<< 42 } ~‘’'. I want to know where does the route come from to the container. | 17:59 |
---|---|---|
kata-irc-bot | <kshitij> If I add two default routes to a container one with metric and one without, the netlink.RouteAdd errors out with “File Exists” | 18:01 |
*** igordc has joined #kata-dev | 18:06 | |
kata-irc-bot | <eric.ernst> @archana.m.shinde ^ anty ideas? | 18:26 |
kata-irc-bot | <archana.m.shinde> @kshitij The function is called by the runtime | 18:39 |
kata-irc-bot | <archana.m.shinde> See this : https://github.com/kata-containers/runtime/blob/22a3ca1c36f3cac8b31edc711ba670c1f00fc7b3/virtcontainers/kata_agent.go#L764 | 18:40 |
kata-irc-bot | <archana.m.shinde> the Route struct itself is part of the kata-agent grpc protocol | 18:41 |
kata-irc-bot | <archana.m.shinde> so you would need to add that in the kata-agent repo first, and then vendor that change in the runtime | 18:41 |
kata-irc-bot | <archana.m.shinde> @zhang.xuyu Performance wise we measured as "bridge" < "tc" < "macvtap" | 18:44 |
kata-irc-bot | <archana.m.shinde> we decided to make tc as default as it is much more functional and allows us to support both macvlan and ipvlan. ipvlan cannot really be supported with macvtap. | 18:45 |
*** igordc has quit IRC | 18:51 | |
kata-irc-bot | <kshitij> @archana.m.shinde Thanks for the quick response. Yes made those changes in agent. Does that also mean I need to rebuild my initrd or rootfs image using the osbuilder? | 18:55 |
*** davidgiluk has quit IRC | 19:09 | |
*** pcaruana has joined #kata-dev | 19:43 | |
*** pcaruana has quit IRC | 20:12 | |
kata-irc-bot | <archana.m.shinde> @kshitij For testing yes, you can simply loop mount the image and copy the agent to it | 20:13 |
kata-irc-bot | <kshitij> @archana.m.shinde Thank you | 20:18 |
*** fuentess has quit IRC | 20:53 | |
*** igordc has joined #kata-dev | 21:27 | |
*** eernst has joined #kata-dev | 21:46 | |
*** eernst has quit IRC | 21:51 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!