vlastv

Untitled

Aug 13th, 2020
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. [root@static core]# docker logs -f 94c6ef9efcc2
  2. I0813 08:31:14.742389 1 main.go:212] Could not find valid interface matching enp4s0: error looking up interface enp4s0: route ip+net: no such network interface
  3. I0813 08:31:14.743064 1 main.go:531] Using interface with name enp5s0 and address 136.243.58.149
  4. I0813 08:31:14.743080 1 main.go:548] Defaulting external address to interface address (136.243.58.149)
  5. W0813 08:31:14.743086 1 client_config.go:517] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  6. I0813 08:31:14.855642 1 kube.go:119] Waiting 10m0s for node controller to sync
  7. I0813 08:31:14.855679 1 kube.go:306] Starting kube subnet manager
  8. I0813 08:31:15.855818 1 kube.go:126] Node controller sync successful
  9. I0813 08:31:15.855858 1 main.go:246] Created subnet manager: Kubernetes Subnet Manager - e.node.ilsa.ru
  10. I0813 08:31:15.855869 1 main.go:249] Installing signal handlers
  11. I0813 08:31:15.856008 1 main.go:390] Found network config - Backend type: vxlan
  12. I0813 08:31:15.856092 1 vxlan.go:121] VXLAN config: VNI=1 Port=0 GBP=false Learning=false DirectRouting=false
  13. I0813 08:31:16.288316 1 main.go:355] Current network or subnet (10.244.0.0/16, 10.244.3.0/24) is not equal to previous one (0.0.0.0/0, 0.0.0.0/0), trying to recycle old iptables rules
  14. I0813 08:31:16.420632 1 iptables.go:167] Deleting iptables rule: -s 0.0.0.0/0 -d 0.0.0.0/0 -j RETURN
  15. I0813 08:31:16.589825 1 iptables.go:167] Deleting iptables rule: -s 0.0.0.0/0 ! -d 224.0.0.0/4 -j MASQUERADE --random-fully
  16. I0813 08:31:16.614438 1 iptables.go:167] Deleting iptables rule: ! -s 0.0.0.0/0 -d 0.0.0.0/0 -j RETURN
  17. I0813 08:31:16.615485 1 iptables.go:167] Deleting iptables rule: ! -s 0.0.0.0/0 -d 0.0.0.0/0 -j MASQUERADE --random-fully
  18. I0813 08:31:16.616457 1 main.go:305] Setting up masking rules
  19. I0813 08:31:16.616997 1 main.go:313] Changing default FORWARD chain policy to ACCEPT
  20. I0813 08:31:16.617068 1 main.go:321] Wrote subnet file to /run/flannel/subnet.env
  21. I0813 08:31:16.617078 1 main.go:325] Running backend.
  22. I0813 08:31:16.617091 1 main.go:343] Waiting for all goroutines to exit
  23. I0813 08:31:16.617113 1 vxlan_network.go:60] watching for new subnet leases
  24. I0813 08:31:16.646095 1 iptables.go:145] Some iptables rules are missing; deleting and recreating rules
  25. I0813 08:31:16.646109 1 iptables.go:167] Deleting iptables rule: -s 10.244.0.0/16 -d 10.244.0.0/16 -j RETURN
  26. I0813 08:31:16.646212 1 iptables.go:145] Some iptables rules are missing; deleting and recreating rules
  27. I0813 08:31:16.646227 1 iptables.go:167] Deleting iptables rule: -s 10.244.0.0/16 -j ACCEPT
  28. I0813 08:31:16.647062 1 iptables.go:167] Deleting iptables rule: -s 10.244.0.0/16 ! -d 224.0.0.0/4 -j MASQUERADE --random-fully
  29. I0813 08:31:16.647177 1 iptables.go:167] Deleting iptables rule: -d 10.244.0.0/16 -j ACCEPT
  30. I0813 08:31:16.648149 1 iptables.go:167] Deleting iptables rule: ! -s 10.244.0.0/16 -d 10.244.3.0/24 -j RETURN
  31. I0813 08:31:16.648260 1 iptables.go:155] Adding iptables rule: -s 10.244.0.0/16 -j ACCEPT
  32. I0813 08:31:16.649145 1 iptables.go:167] Deleting iptables rule: ! -s 10.244.0.0/16 -d 10.244.0.0/16 -j MASQUERADE --random-fully
  33. I0813 08:31:16.650127 1 iptables.go:155] Adding iptables rule: -s 10.244.0.0/16 -d 10.244.0.0/16 -j RETURN
  34. I0813 08:31:16.650308 1 iptables.go:155] Adding iptables rule: -d 10.244.0.0/16 -j ACCEPT
  35. I0813 08:31:16.720979 1 iptables.go:155] Adding iptables rule: -s 10.244.0.0/16 ! -d 224.0.0.0/4 -j MASQUERADE --random-fully
  36. I0813 08:31:16.723502 1 iptables.go:155] Adding iptables rule: ! -s 10.244.0.0/16 -d 10.244.3.0/24 -j RETURN
  37. I0813 08:31:16.725857 1 iptables.go:155] Adding iptables rule: ! -s 10.244.0.0/16 -d 10.244.0.0/16 -j MASQUERADE --random-fully
Advertisement
Add Comment
Please, Sign In to add comment