docs/v1.11.x/guide/vpc/ #2246
Replies: 6 comments 11 replies
-
https://kubeovn.github.io/docs/v1.11.x/guide/vpc/#vpc_4 中,VpcNatGateway spec里面没有nextHopIP参数 |
Beta Was this translation helpful? Give feedback.
-
在创建外部网络时,并没有配置与vpc-nat-gw路由的绑定选项,当有多个外部网络,是否支持特定的vpc-nat-gw绑定特定的外部网络。在多租户场景下,不同的租户给不同的vpc,不同的vpc创建各自的vpc-nat-gw,然后绑定各自的外部网络,这种方式是否支持? |
Beta Was this translation helpful? Give feedback.
-
创建vpc网关后,自定义vpc中的pod还是无法访问互联网。 |
Beta Was this translation helpful? Give feedback.
-
用的版本是v1.11.按文档中操作,test-vpc-1限制ns1使用,test-vpc-2限制ns2使用,但在创建pod时,都指定logical_switch为net1,都能分配IP,且能互ping通,请问,这个名称空间限制真有生效? apiVersion: v1
kind: Pod
metadata:
annotations:
ovn.kubernetes.io/logical_switch: net1
namespace: ns1
name: vpc1-pod
spec:
containers:
- name: vpc1-pod
image: nginx:alpine
---
apiVersion: v1
kind: Pod
metadata:
annotations:
ovn.kubernetes.io/logical_switch: net1
namespace: ns2
name: vpc2-pod
spec:
containers:
- name: vpc2-pod
image: nginx:alpine [root@master vm-test]# kubectl get vpc [root@master vm-test]# kubectl get ips |grep net1 |
Beta Was this translation helpful? Give feedback.
-
containerd模式的K8S,镜像路径必须写全才行,比如kubeovn/vpc-nat-gateway:v1.11.3要写成docker.io/kubeovn/vpc-nat-gateway:v1.11.3才行 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
docs/v1.11.x/guide/vpc/
https://kubeovn.github.io/docs/v1.11.x/guide/vpc/
Beta Was this translation helpful? Give feedback.
All reactions