果果、 发表于 2018-9-16 06:25:04

KUBERNETES-1.52 集群搭建

# ifconfig flannel0  

  
flannel0: flags=4305mtu 1472
  
      inet 172.17.34.0netmask 255.255.0.0destination 172.17.34.0
  
      unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00txqueuelen 500(UNSPEC)
  
      RX packets 0bytes 0 (0.0 B)
  
      RX errors 0dropped 0overruns 0frame 0
  
      TX packets 0bytes 0 (0.0 B)
  
      TX errors 0dropped 0 overruns 0carrier 0collisions 0
  

  

  

  
# ifconfig flannel0
  

  
flannel0: flags=4305mtu 1472
  
      inet 172.17.59.0netmask 255.255.0.0destination 172.17.59.0
  
      inet6 fe80::2d54:2169:1a0:d364prefixlen 64scopeid 0x20
  
      unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00txqueuelen 500(UNSPEC)
  
      RX packets 0bytes 0 (0.0 B)
  
      RX errors 0dropped 0overruns 0frame 0
  
      TX packets 3bytes 144 (144.0 B)
  
      TX errors 0dropped 0 overruns 0carrier 0collisions 0


页: [1]
查看完整版本: KUBERNETES-1.52 集群搭建