wesleysu
wesleysu
> @YTGhost Can I know how to do this? > > ``` > If there is no way to get it automatically, you can also get it manually and set...
> Update: I managed to get "kubectl logs" working by using configuration as below: > > ```shell > apiVersion: raven.openyurt.io/v1beta1 > kind: Gateway > metadata: > name: gw-cloud > spec:...
> Troubled by same question several days. Maybe a bit different network environments from @chunfungintel . Both my control-plane nodes and edge nodes are behind NAT. I'm able to join...
> I used the same revised step except that raven-agent-0.4.1 was used. > > > Revised steps: > > Control-panel initialization: > > ```shell > > sudo kubeadm init --pod-network-cidr=10.244.0.0/16...
@qpanpony You can read this document step by step. https://openyurt.io/zh/docs/user-manuals/network/raven
There are no active endpoints in status, you can check the logs of yurt-manager (gateway-pickup-controller )
@hackerain 在raven组件设计和实现上我们有一些考虑是否能回答你的一些问题? 1. 云边运维以及promethues监控的请求,raven组件提供了proxy模式提供反向的七层代理隧道,可以通过一些配置完全兼容k8s生态。参考文档:https://openyurt.io/zh/docs/user-manuals/network/raven 2. raven组件的非跨域流量都是走CNI插件,跨域的流量通过raven的vxlan和vpn保证。我的理解是IPSec打通主机网络只能提供三层网络联通性,Flannel host-gw常常要求二层联通性,是无法提供容器网络的联通的 3. 跨地域无法完全保证IP不冲突的,开启Raven Proxy模式以及Tunnel模式(不开启主机转发)可以覆盖绝大多数场景
@YTGhost Nat穿越在没有publicIP的时候是否可行?