
#进入容器查看网卡name
kubectl exec -it postgres-6b5c55f477-sjwh6 -n argo bash
ip a
ip link show | grep 33
brctl show


其实cni0 在这里充当了一个交换机的功能
查找容器网卡与宿主机网卡的对应关系
阅读 53
2022-03-31

#进入容器查看网卡name
kubectl exec -it postgres-6b5c55f477-sjwh6 -n argo bash
ip a
ip link show | grep 33
brctl show


其实cni0 在这里充当了一个交换机的功能
相关推荐
精彩评论(0)