bulletjet

Results 8 comments of bulletjet

I'm sorry for the delayed reply. While I'm not an experienced Kotlin user or well-versed in client-side software development, my expertise lies in crafting server-side applications using Go. That said,...

这里写 /etc/resolv.conf 的逻辑是在容器内部,所以应该不会影响。能给一下您部署的步骤吗?另外,能麻烦给一下启动时的日志吗?

> > 这里是说 启动kuscia容器时是非root账号,还是期望启动的kuscia容器内部使用非root账号运行? > > 期望启动的 kuscia 容器内部使用非 root 账号运行 如果是这样的话,我们目前是暂不支持的。

在Kuscia中,envoy需要接管kuscia中管理的流量,而这需要coredns将kuscia中定义的service的流量通过dns交给envoy,所以需要修改 /etc/resolv.conf 将域名服务设置为kuscia拉起来的coredns。目前有一种方案: 1. 修改kuscia的镜像,将/etc/resolv.conf的权限修改为对普通用户可写的,这样kuscia在启动时就可以写入了。但是会带来一定的安全问题,/etc/resolv.conf变得非root可写了。 2. 还需要将lite和autonomy节点的运行时从runc切换为runp。 对于这种hack方案,你可以尝试下,也许是可行的,但是我们目前没有测试过这种方案。我们不保证后续对这种hack方案的兼容性。

Excuse me, is there a plan for KCEF to support directly running the JBR_JCEF Runtime as mentioned above?

I would like to adjust the constructor of KCEFClient and KCEFBrowser to be public, thereby enabling the initialization of kcef objects using existing jcef examples. If you don't have the...