Advertisement
dfarrell07

subm_libreswan_addflag

Nov 24th, 2020 (edited)
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 MB | None | 0 0
  1. 2020-11-23T12:30:06.4137025Z ##[section]Starting: Request a runner to run this job
  2. 2020-11-23T12:30:07.3789494Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
  3. 2020-11-23T12:30:07.3789586Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
  4. 2020-11-23T12:30:07.3789792Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
  5. 2020-11-23T12:30:07.5523524Z ##[section]Finishing: Request a runner to run this job
  6. 2020-11-23T12:30:20.9879682Z Current runner version: '2.274.2'
  7. 2020-11-23T12:30:20.9933320Z ##[group]Operating System
  8. 2020-11-23T12:30:20.9934398Z Ubuntu
  9. 2020-11-23T12:30:20.9934879Z 18.04.5
  10. 2020-11-23T12:30:20.9935593Z LTS
  11. 2020-11-23T12:30:20.9936177Z ##[endgroup]
  12. 2020-11-23T12:30:20.9936848Z ##[group]Virtual Environment
  13. 2020-11-23T12:30:20.9937690Z Environment: ubuntu-18.04
  14. 2020-11-23T12:30:20.9938289Z Version: 20201115.1
  15. 2020-11-23T12:30:20.9939419Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20201115.1/images/linux/Ubuntu1804-README.md
  16. 2020-11-23T12:30:20.9940477Z ##[endgroup]
  17. 2020-11-23T12:30:20.9945662Z Prepare workflow directory
  18. 2020-11-23T12:30:21.0800210Z Prepare all required actions
  19. 2020-11-23T12:30:21.0813495Z Getting action download info
  20. 2020-11-23T12:30:21.4088056Z Download action repository 'actions/checkout@v2'
  21. 2020-11-23T12:30:23.4439498Z ##[group]Run actions/checkout@v2
  22. 2020-11-23T12:30:23.4440685Z with:
  23. 2020-11-23T12:30:23.4441428Z repository: submariner-io/shipyard
  24. 2020-11-23T12:30:23.4442623Z token: ***
  25. 2020-11-23T12:30:23.4443131Z ssh-strict: true
  26. 2020-11-23T12:30:23.4443706Z persist-credentials: true
  27. 2020-11-23T12:30:23.4444313Z clean: true
  28. 2020-11-23T12:30:23.4444781Z fetch-depth: 1
  29. 2020-11-23T12:30:23.4445327Z lfs: false
  30. 2020-11-23T12:30:23.4445794Z submodules: false
  31. 2020-11-23T12:30:23.4446296Z ##[endgroup]
  32. 2020-11-23T12:30:24.4243815Z Syncing repository: submariner-io/shipyard
  33. 2020-11-23T12:30:24.4245394Z ##[group]Getting Git version info
  34. 2020-11-23T12:30:24.4253350Z Working directory is '/home/runner/work/shipyard/shipyard'
  35. 2020-11-23T12:30:24.4254531Z [command]/usr/bin/git version
  36. 2020-11-23T12:30:24.4255096Z git version 2.29.2
  37. 2020-11-23T12:30:24.4256844Z ##[endgroup]
  38. 2020-11-23T12:30:24.4258022Z Deleting the contents of '/home/runner/work/shipyard/shipyard'
  39. 2020-11-23T12:30:24.4259898Z ##[group]Initializing the repository
  40. 2020-11-23T12:30:24.4260846Z [command]/usr/bin/git init /home/runner/work/shipyard/shipyard
  41. 2020-11-23T12:30:24.4261935Z Initialized empty Git repository in /home/runner/work/shipyard/shipyard/.git/
  42. 2020-11-23T12:30:24.4263481Z [command]/usr/bin/git remote add origin https://github.com/submariner-io/shipyard
  43. 2020-11-23T12:30:24.4264522Z ##[endgroup]
  44. 2020-11-23T12:30:24.4265365Z ##[group]Disabling automatic garbage collection
  45. 2020-11-23T12:30:24.4266627Z [command]/usr/bin/git config --local gc.auto 0
  46. 2020-11-23T12:30:24.4267462Z ##[endgroup]
  47. 2020-11-23T12:30:24.4269869Z ##[group]Setting up auth
  48. 2020-11-23T12:30:24.4271981Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
  49. 2020-11-23T12:30:24.4273880Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
  50. 2020-11-23T12:30:24.4275779Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
  51. 2020-11-23T12:30:24.4278075Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
  52. 2020-11-23T12:30:24.4310150Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
  53. 2020-11-23T12:30:24.4311447Z ##[endgroup]
  54. 2020-11-23T12:30:24.4312257Z ##[group]Fetching the repository
  55. 2020-11-23T12:30:24.4314149Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +64e09897d25a302018f94e73218243479e0d23ff:refs/remotes/pull/365/merge
  56. 2020-11-23T12:30:25.4012390Z remote: Enumerating objects: 106, done.
  57. 2020-11-23T12:30:25.4013342Z remote: Counting objects: 0% (1/106)
  58. 2020-11-23T12:30:25.4014173Z remote: Counting objects: 1% (2/106)
  59. 2020-11-23T12:30:25.4014967Z remote: Counting objects: 2% (3/106)
  60. 2020-11-23T12:30:25.4016136Z remote: Counting objects: 3% (4/106)
  61. 2020-11-23T12:30:25.4016927Z remote: Counting objects: 4% (5/106)
  62. 2020-11-23T12:30:25.4018029Z remote: Counting objects: 5% (6/106)
  63. 2020-11-23T12:30:25.4018807Z remote: Counting objects: 6% (7/106)
  64. 2020-11-23T12:30:25.4019602Z remote: Counting objects: 7% (8/106)
  65. 2020-11-23T12:30:25.4020370Z remote: Counting objects: 8% (9/106)
  66. 2020-11-23T12:30:25.4021186Z remote: Counting objects: 9% (10/106)
  67. 2020-11-23T12:30:25.4021965Z remote: Counting objects: 10% (11/106)
  68. 2020-11-23T12:30:25.4022820Z remote: Counting objects: 11% (12/106)
  69. 2020-11-23T12:30:25.4023592Z remote: Counting objects: 12% (13/106)
  70. 2020-11-23T12:30:25.4024537Z remote: Counting objects: 13% (14/106)
  71. 2020-11-23T12:30:25.4025157Z remote: Counting objects: 14% (15/106)
  72. 2020-11-23T12:30:25.4025978Z remote: Counting objects: 15% (16/106)
  73. 2020-11-23T12:30:25.4026635Z remote: Counting objects: 16% (17/106)
  74. 2020-11-23T12:30:25.4027470Z remote: Counting objects: 17% (19/106)
  75. 2020-11-23T12:30:25.4134557Z remote: Counting objects: 18% (20/106)
  76. 2020-11-23T12:30:25.4138526Z remote: Counting objects: 19% (21/106)
  77. 2020-11-23T12:30:25.4141728Z remote: Counting objects: 20% (22/106)
  78. 2020-11-23T12:30:25.4144934Z remote: Counting objects: 21% (23/106)
  79. 2020-11-23T12:30:25.4147411Z remote: Counting objects: 22% (24/106)
  80. 2020-11-23T12:30:25.4149817Z remote: Counting objects: 23% (25/106)
  81. 2020-11-23T12:30:25.4152254Z remote: Counting objects: 24% (26/106)
  82. 2020-11-23T12:30:25.4154792Z remote: Counting objects: 25% (27/106)
  83. 2020-11-23T12:30:25.4157151Z remote: Counting objects: 26% (28/106)
  84. 2020-11-23T12:30:25.4159031Z remote: Counting objects: 27% (29/106)
  85. 2020-11-23T12:30:25.4161233Z remote: Counting objects: 28% (30/106)
  86. 2020-11-23T12:30:25.4163549Z remote: Counting objects: 29% (31/106)
  87. 2020-11-23T12:30:25.4166559Z remote: Counting objects: 30% (32/106)
  88. 2020-11-23T12:30:25.4168859Z remote: Counting objects: 31% (33/106)
  89. 2020-11-23T12:30:25.4171780Z remote: Counting objects: 32% (34/106)
  90. 2020-11-23T12:30:25.4172979Z remote: Counting objects: 33% (35/106)
  91. 2020-11-23T12:30:25.4173854Z remote: Counting objects: 34% (37/106)
  92. 2020-11-23T12:30:25.4174619Z remote: Counting objects: 35% (38/106)
  93. 2020-11-23T12:30:25.4175717Z remote: Counting objects: 36% (39/106)
  94. 2020-11-23T12:30:25.4176660Z remote: Counting objects: 37% (40/106)
  95. 2020-11-23T12:30:25.4177448Z remote: Counting objects: 38% (41/106)
  96. 2020-11-23T12:30:25.4178205Z remote: Counting objects: 39% (42/106)
  97. 2020-11-23T12:30:25.4179000Z remote: Counting objects: 40% (43/106)
  98. 2020-11-23T12:30:25.4179758Z remote: Counting objects: 41% (44/106)
  99. 2020-11-23T12:30:25.4180755Z remote: Counting objects: 42% (45/106)
  100. 2020-11-23T12:30:25.4181555Z remote: Counting objects: 43% (46/106)
  101. 2020-11-23T12:30:25.4182344Z remote: Counting objects: 44% (47/106)
  102. 2020-11-23T12:30:25.4183144Z remote: Counting objects: 45% (48/106)
  103. 2020-11-23T12:30:25.4183927Z remote: Counting objects: 46% (49/106)
  104. 2020-11-23T12:30:25.4184688Z remote: Counting objects: 47% (50/106)
  105. 2020-11-23T12:30:25.4185467Z remote: Counting objects: 48% (51/106)
  106. 2020-11-23T12:30:25.4186225Z remote: Counting objects: 49% (52/106)
  107. 2020-11-23T12:30:25.4187007Z remote: Counting objects: 50% (53/106)
  108. 2020-11-23T12:30:25.4187771Z remote: Counting objects: 51% (55/106)
  109. 2020-11-23T12:30:25.4188651Z remote: Counting objects: 52% (56/106)
  110. 2020-11-23T12:30:25.4189400Z remote: Counting objects: 53% (57/106)
  111. 2020-11-23T12:30:25.4190174Z remote: Counting objects: 54% (58/106)
  112. 2020-11-23T12:30:25.4190955Z remote: Counting objects: 55% (59/106)
  113. 2020-11-23T12:30:25.4191742Z remote: Counting objects: 56% (60/106)
  114. 2020-11-23T12:30:25.4192494Z remote: Counting objects: 57% (61/106)
  115. 2020-11-23T12:30:25.4194042Z remote: Counting objects: 58% (62/106)
  116. 2020-11-23T12:30:25.4194761Z remote: Counting objects: 59% (63/106)
  117. 2020-11-23T12:30:25.4195495Z remote: Counting objects: 60% (64/106)
  118. 2020-11-23T12:30:25.4196205Z remote: Counting objects: 61% (65/106)
  119. 2020-11-23T12:30:25.4197136Z remote: Counting objects: 62% (66/106)
  120. 2020-11-23T12:30:25.4197899Z remote: Counting objects: 63% (67/106)
  121. 2020-11-23T12:30:25.4198682Z remote: Counting objects: 64% (68/106)
  122. 2020-11-23T12:30:25.4199437Z remote: Counting objects: 65% (69/106)
  123. 2020-11-23T12:30:25.4200348Z remote: Counting objects: 66% (70/106)
  124. 2020-11-23T12:30:25.4201099Z remote: Counting objects: 67% (72/106)
  125. 2020-11-23T12:30:25.4201924Z remote: Counting objects: 68% (73/106)
  126. 2020-11-23T12:30:25.4202842Z remote: Counting objects: 69% (74/106)
  127. 2020-11-23T12:30:25.4203681Z remote: Counting objects: 70% (75/106)
  128. 2020-11-23T12:30:25.4204472Z remote: Counting objects: 71% (76/106)
  129. 2020-11-23T12:30:25.4205396Z remote: Counting objects: 72% (77/106)
  130. 2020-11-23T12:30:25.4206135Z remote: Counting objects: 73% (78/106)
  131. 2020-11-23T12:30:25.4206880Z remote: Counting objects: 74% (79/106)
  132. 2020-11-23T12:30:25.4207611Z remote: Counting objects: 75% (80/106)
  133. 2020-11-23T12:30:25.4208543Z remote: Counting objects: 76% (81/106)
  134. 2020-11-23T12:30:25.4209641Z remote: Counting objects: 77% (82/106)
  135. 2020-11-23T12:30:25.4210419Z remote: Counting objects: 78% (83/106)
  136. 2020-11-23T12:30:25.4211309Z remote: Counting objects: 79% (84/106)
  137. 2020-11-23T12:30:25.4212026Z remote: Counting objects: 80% (85/106)
  138. 2020-11-23T12:30:25.4212791Z remote: Counting objects: 81% (86/106)
  139. 2020-11-23T12:30:25.4213600Z remote: Counting objects: 82% (87/106)
  140. 2020-11-23T12:30:25.4214375Z remote: Counting objects: 83% (88/106)
  141. 2020-11-23T12:30:25.4215202Z remote: Counting objects: 84% (90/106)
  142. 2020-11-23T12:30:25.4216682Z remote: Counting objects: 85% (91/106)
  143. 2020-11-23T12:30:25.4217653Z remote: Counting objects: 86% (92/106)
  144. 2020-11-23T12:30:25.4218427Z remote: Counting objects: 87% (93/106)
  145. 2020-11-23T12:30:25.4219214Z remote: Counting objects: 88% (94/106)
  146. 2020-11-23T12:30:25.4219984Z remote: Counting objects: 89% (95/106)
  147. 2020-11-23T12:30:25.4222279Z remote: Counting objects: 90% (96/106)
  148. 2020-11-23T12:30:25.4223358Z remote: Counting objects: 91% (97/106)
  149. 2020-11-23T12:30:25.4224001Z remote: Counting objects: 92% (98/106)
  150. 2020-11-23T12:30:25.4224615Z remote: Counting objects: 93% (99/106)
  151. 2020-11-23T12:30:25.4225243Z remote: Counting objects: 94% (100/106)
  152. 2020-11-23T12:30:25.4225873Z remote: Counting objects: 95% (101/106)
  153. 2020-11-23T12:30:25.4226640Z remote: Counting objects: 96% (102/106)
  154. 2020-11-23T12:30:25.4227258Z remote: Counting objects: 97% (103/106)
  155. 2020-11-23T12:30:25.4228200Z remote: Counting objects: 98% (104/106)
  156. 2020-11-23T12:30:25.4228767Z remote: Counting objects: 99% (105/106)
  157. 2020-11-23T12:30:25.4229351Z remote: Counting objects: 100% (106/106)
  158. 2020-11-23T12:30:25.4229942Z remote: Counting objects: 100% (106/106), done.
  159. 2020-11-23T12:30:25.4230888Z remote: Compressing objects: 1% (1/97)
  160. 2020-11-23T12:30:25.4231567Z remote: Compressing objects: 2% (2/97)
  161. 2020-11-23T12:30:25.4232741Z remote: Compressing objects: 3% (3/97)
  162. 2020-11-23T12:30:25.4233797Z remote: Compressing objects: 4% (4/97)
  163. 2020-11-23T12:30:25.4235209Z remote: Compressing objects: 5% (5/97)
  164. 2020-11-23T12:30:25.4235944Z remote: Compressing objects: 6% (6/97)
  165. 2020-11-23T12:30:25.4237495Z remote: Compressing objects: 7% (7/97)
  166. 2020-11-23T12:30:25.4238478Z remote: Compressing objects: 8% (8/97)
  167. 2020-11-23T12:30:25.4239309Z remote: Compressing objects: 9% (9/97)
  168. 2020-11-23T12:30:25.4240910Z remote: Compressing objects: 10% (10/97)
  169. 2020-11-23T12:30:25.4241755Z remote: Compressing objects: 11% (11/97)
  170. 2020-11-23T12:30:25.4242594Z remote: Compressing objects: 12% (12/97)
  171. 2020-11-23T12:30:25.4243643Z remote: Compressing objects: 13% (13/97)
  172. 2020-11-23T12:30:25.4244471Z remote: Compressing objects: 14% (14/97)
  173. 2020-11-23T12:30:25.4245290Z remote: Compressing objects: 15% (15/97)
  174. 2020-11-23T12:30:25.4246120Z remote: Compressing objects: 16% (16/97)
  175. 2020-11-23T12:30:25.4246929Z remote: Compressing objects: 17% (17/97)
  176. 2020-11-23T12:30:25.4248087Z remote: Compressing objects: 18% (18/97)
  177. 2020-11-23T12:30:25.4248932Z remote: Compressing objects: 19% (19/97)
  178. 2020-11-23T12:30:25.4250670Z remote: Compressing objects: 20% (20/97)
  179. 2020-11-23T12:30:25.4251655Z remote: Compressing objects: 21% (21/97)
  180. 2020-11-23T12:30:25.4252505Z remote: Compressing objects: 22% (22/97)
  181. 2020-11-23T12:30:25.4253358Z remote: Compressing objects: 23% (23/97)
  182. 2020-11-23T12:30:25.4254193Z remote: Compressing objects: 24% (24/97)
  183. 2020-11-23T12:30:25.4255014Z remote: Compressing objects: 25% (25/97)
  184. 2020-11-23T12:30:25.4256081Z remote: Compressing objects: 26% (26/97)
  185. 2020-11-23T12:30:25.4256901Z remote: Compressing objects: 27% (27/97)
  186. 2020-11-23T12:30:25.4257729Z remote: Compressing objects: 28% (28/97)
  187. 2020-11-23T12:30:25.4258624Z remote: Compressing objects: 29% (29/97)
  188. 2020-11-23T12:30:25.4259454Z remote: Compressing objects: 30% (30/97)
  189. 2020-11-23T12:30:25.4260316Z remote: Compressing objects: 31% (31/97)
  190. 2020-11-23T12:30:25.4261089Z remote: Compressing objects: 32% (32/97)
  191. 2020-11-23T12:30:25.4261763Z remote: Compressing objects: 34% (33/97)
  192. 2020-11-23T12:30:25.4262640Z remote: Compressing objects: 35% (34/97)
  193. 2020-11-23T12:30:25.4263866Z remote: Compressing objects: 36% (35/97)
  194. 2020-11-23T12:30:25.4264798Z remote: Compressing objects: 37% (36/97)
  195. 2020-11-23T12:30:25.4265670Z remote: Compressing objects: 38% (37/97)
  196. 2020-11-23T12:30:25.4266350Z remote: Compressing objects: 39% (38/97)
  197. 2020-11-23T12:30:25.4267005Z remote: Compressing objects: 40% (39/97)
  198. 2020-11-23T12:30:25.4267850Z remote: Compressing objects: 41% (40/97)
  199. 2020-11-23T12:30:25.4268663Z remote: Compressing objects: 42% (41/97)
  200. 2020-11-23T12:30:25.4269497Z remote: Compressing objects: 43% (42/97)
  201. 2020-11-23T12:30:25.4270310Z remote: Compressing objects: 44% (43/97)
  202. 2020-11-23T12:30:25.4271141Z remote: Compressing objects: 45% (44/97)
  203. 2020-11-23T12:30:25.4272044Z remote: Compressing objects: 46% (45/97)
  204. 2020-11-23T12:30:25.4272884Z remote: Compressing objects: 47% (46/97)
  205. 2020-11-23T12:30:25.4274056Z remote: Compressing objects: 48% (47/97)
  206. 2020-11-23T12:30:25.4274829Z remote: Compressing objects: 49% (48/97)
  207. 2020-11-23T12:30:25.4275604Z remote: Compressing objects: 50% (49/97)
  208. 2020-11-23T12:30:25.4276381Z remote: Compressing objects: 51% (50/97)
  209. 2020-11-23T12:30:25.4277136Z remote: Compressing objects: 52% (51/97)
  210. 2020-11-23T12:30:25.4277911Z remote: Compressing objects: 53% (52/97)
  211. 2020-11-23T12:30:25.4278664Z remote: Compressing objects: 54% (53/97)
  212. 2020-11-23T12:30:25.4279436Z remote: Compressing objects: 55% (54/97)
  213. 2020-11-23T12:30:25.4280194Z remote: Compressing objects: 56% (55/97)
  214. 2020-11-23T12:30:25.4280964Z remote: Compressing objects: 57% (56/97)
  215. 2020-11-23T12:30:25.4281721Z remote: Compressing objects: 58% (57/97)
  216. 2020-11-23T12:30:25.4282497Z remote: Compressing objects: 59% (58/97)
  217. 2020-11-23T12:30:25.4283649Z remote: Compressing objects: 60% (59/97)
  218. 2020-11-23T12:30:25.4284478Z remote: Compressing objects: 61% (60/97)
  219. 2020-11-23T12:30:25.4285293Z remote: Compressing objects: 62% (61/97)
  220. 2020-11-23T12:30:25.4286470Z remote: Compressing objects: 63% (62/97)
  221. 2020-11-23T12:30:25.4287283Z remote: Compressing objects: 64% (63/97)
  222. 2020-11-23T12:30:25.4288121Z remote: Compressing objects: 65% (64/97)
  223. 2020-11-23T12:30:25.4288937Z remote: Compressing objects: 67% (65/97)
  224. 2020-11-23T12:30:25.4289770Z remote: Compressing objects: 68% (66/97)
  225. 2020-11-23T12:30:25.4290584Z remote: Compressing objects: 69% (67/97)
  226. 2020-11-23T12:30:25.4291413Z remote: Compressing objects: 70% (68/97)
  227. 2020-11-23T12:30:25.4292599Z remote: Compressing objects: 71% (69/97)
  228. 2020-11-23T12:30:25.4293376Z remote: Compressing objects: 72% (70/97)
  229. 2020-11-23T12:30:25.4294148Z remote: Compressing objects: 73% (71/97)
  230. 2020-11-23T12:30:25.4295041Z remote: Compressing objects: 74% (72/97)
  231. 2020-11-23T12:30:25.4296030Z remote: Compressing objects: 75% (73/97)
  232. 2020-11-23T12:30:25.4296818Z remote: Compressing objects: 76% (74/97)
  233. 2020-11-23T12:30:25.4297601Z remote: Compressing objects: 77% (75/97)
  234. 2020-11-23T12:30:25.4298400Z remote: Compressing objects: 78% (76/97)
  235. 2020-11-23T12:30:25.4299336Z remote: Compressing objects: 79% (77/97)
  236. 2020-11-23T12:30:25.4300345Z remote: Compressing objects: 80% (78/97)
  237. 2020-11-23T12:30:25.4301161Z remote: Compressing objects: 81% (79/97)
  238. 2020-11-23T12:30:25.4301983Z remote: Compressing objects: 82% (80/97)
  239. 2020-11-23T12:30:25.4302798Z remote: Compressing objects: 83% (81/97)
  240. 2020-11-23T12:30:25.4303631Z remote: Compressing objects: 84% (82/97)
  241. 2020-11-23T12:30:25.4304444Z remote: Compressing objects: 85% (83/97)
  242. 2020-11-23T12:30:25.4305274Z remote: Compressing objects: 86% (84/97)
  243. 2020-11-23T12:30:25.4306092Z remote: Compressing objects: 87% (85/97)
  244. 2020-11-23T12:30:25.4306940Z remote: Compressing objects: 88% (86/97)
  245. 2020-11-23T12:30:25.4307758Z remote: Compressing objects: 89% (87/97)
  246. 2020-11-23T12:30:25.4308606Z remote: Compressing objects: 90% (88/97)
  247. 2020-11-23T12:30:25.4309419Z remote: Compressing objects: 91% (89/97)
  248. 2020-11-23T12:30:25.4310252Z remote: Compressing objects: 92% (90/97)
  249. 2020-11-23T12:30:25.4311071Z remote: Compressing objects: 93% (91/97)
  250. 2020-11-23T12:30:25.4311897Z remote: Compressing objects: 94% (92/97)
  251. 2020-11-23T12:30:25.4312705Z remote: Compressing objects: 95% (93/97)
  252. 2020-11-23T12:30:25.4313541Z remote: Compressing objects: 96% (94/97)
  253. 2020-11-23T12:30:25.4314352Z remote: Compressing objects: 97% (95/97)
  254. 2020-11-23T12:30:25.4315180Z remote: Compressing objects: 98% (96/97)
  255. 2020-11-23T12:30:25.4316654Z remote: Compressing objects: 100% (97/97)
  256. 2020-11-23T12:30:25.4317694Z remote: Compressing objects: 100% (97/97), done.
  257. 2020-11-23T12:30:25.4318500Z Receiving objects: 0% (1/106)
  258. 2020-11-23T12:30:25.4319242Z Receiving objects: 1% (2/106)
  259. 2020-11-23T12:30:25.4319966Z Receiving objects: 2% (3/106)
  260. 2020-11-23T12:30:25.4320702Z Receiving objects: 3% (4/106)
  261. 2020-11-23T12:30:25.4321422Z Receiving objects: 4% (5/106)
  262. 2020-11-23T12:30:25.4322151Z Receiving objects: 5% (6/106)
  263. 2020-11-23T12:30:25.4322865Z Receiving objects: 6% (7/106)
  264. 2020-11-23T12:30:25.4324668Z Receiving objects: 7% (8/106)
  265. 2020-11-23T12:30:25.4325425Z Receiving objects: 8% (9/106)
  266. 2020-11-23T12:30:25.4326160Z Receiving objects: 9% (10/106)
  267. 2020-11-23T12:30:25.4327213Z Receiving objects: 10% (11/106)
  268. 2020-11-23T12:30:25.4328099Z Receiving objects: 11% (12/106)
  269. 2020-11-23T12:30:25.4329117Z Receiving objects: 12% (13/106)
  270. 2020-11-23T12:30:25.4329828Z Receiving objects: 13% (14/106)
  271. 2020-11-23T12:30:25.4430627Z Receiving objects: 14% (15/106)
  272. 2020-11-23T12:30:25.4431259Z Receiving objects: 15% (16/106)
  273. 2020-11-23T12:30:25.4659497Z Receiving objects: 16% (17/106)
  274. 2020-11-23T12:30:25.4660089Z Receiving objects: 17% (19/106)
  275. 2020-11-23T12:30:25.4660598Z Receiving objects: 18% (20/106)
  276. 2020-11-23T12:30:25.4661367Z Receiving objects: 19% (21/106)
  277. 2020-11-23T12:30:25.4661883Z Receiving objects: 20% (22/106)
  278. 2020-11-23T12:30:25.4662387Z Receiving objects: 21% (23/106)
  279. 2020-11-23T12:30:25.4663167Z Receiving objects: 22% (24/106)
  280. 2020-11-23T12:30:25.4663731Z Receiving objects: 23% (25/106)
  281. 2020-11-23T12:30:25.4664436Z Receiving objects: 24% (26/106)
  282. 2020-11-23T12:30:25.4665115Z Receiving objects: 25% (27/106)
  283. 2020-11-23T12:30:25.4665769Z Receiving objects: 26% (28/106)
  284. 2020-11-23T12:30:25.4666437Z Receiving objects: 27% (29/106)
  285. 2020-11-23T12:30:25.4667094Z Receiving objects: 28% (30/106)
  286. 2020-11-23T12:30:25.4741931Z Receiving objects: 29% (31/106)
  287. 2020-11-23T12:30:25.4743114Z Receiving objects: 30% (32/106)
  288. 2020-11-23T12:30:25.4743969Z Receiving objects: 31% (33/106)
  289. 2020-11-23T12:30:25.4744845Z Receiving objects: 32% (34/106)
  290. 2020-11-23T12:30:25.4745572Z Receiving objects: 33% (35/106)
  291. 2020-11-23T12:30:25.4746234Z Receiving objects: 34% (37/106)
  292. 2020-11-23T12:30:25.4746883Z Receiving objects: 35% (38/106)
  293. 2020-11-23T12:30:25.4747534Z Receiving objects: 36% (39/106)
  294. 2020-11-23T12:30:25.5380331Z Receiving objects: 37% (40/106)
  295. 2020-11-23T12:30:25.5381907Z Receiving objects: 38% (41/106)
  296. 2020-11-23T12:30:25.5382651Z Receiving objects: 39% (42/106)
  297. 2020-11-23T12:30:25.5383596Z Receiving objects: 40% (43/106)
  298. 2020-11-23T12:30:25.5384339Z Receiving objects: 41% (44/106)
  299. 2020-11-23T12:30:25.5385390Z Receiving objects: 42% (45/106)
  300. 2020-11-23T12:30:25.5386189Z Receiving objects: 43% (46/106)
  301. 2020-11-23T12:30:25.5387447Z Receiving objects: 44% (47/106)
  302. 2020-11-23T12:30:25.5388075Z Receiving objects: 45% (48/106)
  303. 2020-11-23T12:30:25.5388944Z Receiving objects: 46% (49/106)
  304. 2020-11-23T12:30:25.5389661Z Receiving objects: 47% (50/106)
  305. 2020-11-23T12:30:25.5390433Z Receiving objects: 48% (51/106)
  306. 2020-11-23T12:30:25.5391165Z Receiving objects: 49% (52/106)
  307. 2020-11-23T12:30:25.5391877Z Receiving objects: 50% (53/106)
  308. 2020-11-23T12:30:25.5392607Z Receiving objects: 51% (55/106)
  309. 2020-11-23T12:30:25.5393303Z Receiving objects: 52% (56/106)
  310. 2020-11-23T12:30:25.5393883Z Receiving objects: 53% (57/106)
  311. 2020-11-23T12:30:25.5394442Z Receiving objects: 54% (58/106)
  312. 2020-11-23T12:30:25.5395179Z Receiving objects: 55% (59/106)
  313. 2020-11-23T12:30:25.5395890Z Receiving objects: 56% (60/106)
  314. 2020-11-23T12:30:25.5398135Z Receiving objects: 57% (61/106)
  315. 2020-11-23T12:30:25.5398838Z Receiving objects: 58% (62/106)
  316. 2020-11-23T12:30:25.5404848Z Receiving objects: 59% (63/106)
  317. 2020-11-23T12:30:25.5406384Z Receiving objects: 60% (64/106)
  318. 2020-11-23T12:30:25.5407974Z Receiving objects: 61% (65/106)
  319. 2020-11-23T12:30:25.9364457Z Receiving objects: 62% (66/106)
  320. 2020-11-23T12:30:25.9368831Z Receiving objects: 63% (67/106), 164.00 KiB | 295.00 KiB/s
  321. 2020-11-23T12:30:25.9369776Z Receiving objects: 64% (68/106), 164.00 KiB | 295.00 KiB/s
  322. 2020-11-23T12:30:25.9370492Z Receiving objects: 65% (69/106), 164.00 KiB | 295.00 KiB/s
  323. 2020-11-23T12:30:25.9371435Z Receiving objects: 66% (70/106), 164.00 KiB | 295.00 KiB/s
  324. 2020-11-23T12:30:25.9382245Z Receiving objects: 67% (72/106), 164.00 KiB | 295.00 KiB/s
  325. 2020-11-23T12:30:25.9384289Z Receiving objects: 68% (73/106), 164.00 KiB | 295.00 KiB/s
  326. 2020-11-23T12:30:25.9385115Z Receiving objects: 69% (74/106), 164.00 KiB | 295.00 KiB/s
  327. 2020-11-23T12:30:25.9385931Z Receiving objects: 70% (75/106), 164.00 KiB | 295.00 KiB/s
  328. 2020-11-23T12:30:25.9386620Z Receiving objects: 71% (76/106), 164.00 KiB | 295.00 KiB/s
  329. 2020-11-23T12:30:25.9387320Z Receiving objects: 72% (77/106), 164.00 KiB | 295.00 KiB/s
  330. 2020-11-23T12:30:25.9393244Z Receiving objects: 73% (78/106), 164.00 KiB | 295.00 KiB/s
  331. 2020-11-23T12:30:25.9394083Z Receiving objects: 74% (79/106), 164.00 KiB | 295.00 KiB/s
  332. 2020-11-23T12:30:25.9394785Z Receiving objects: 75% (80/106), 164.00 KiB | 295.00 KiB/s
  333. 2020-11-23T12:30:25.9405601Z Receiving objects: 76% (81/106), 164.00 KiB | 295.00 KiB/s
  334. 2020-11-23T12:30:25.9408510Z Receiving objects: 77% (82/106), 164.00 KiB | 295.00 KiB/s
  335. 2020-11-23T12:30:25.9409487Z Receiving objects: 78% (83/106), 164.00 KiB | 295.00 KiB/s
  336. 2020-11-23T12:30:25.9410067Z Receiving objects: 79% (84/106), 164.00 KiB | 295.00 KiB/s
  337. 2020-11-23T12:30:25.9410632Z Receiving objects: 80% (85/106), 164.00 KiB | 295.00 KiB/s
  338. 2020-11-23T12:30:25.9411208Z Receiving objects: 81% (86/106), 164.00 KiB | 295.00 KiB/s
  339. 2020-11-23T12:30:25.9411766Z Receiving objects: 82% (87/106), 164.00 KiB | 295.00 KiB/s
  340. 2020-11-23T12:30:25.9412383Z Receiving objects: 83% (88/106), 164.00 KiB | 295.00 KiB/s
  341. 2020-11-23T12:30:25.9581236Z Receiving objects: 84% (90/106), 164.00 KiB | 295.00 KiB/s
  342. 2020-11-23T12:30:25.9583771Z remote: Total 106 (delta 1), reused 45 (delta 0), pack-reused 0
  343. 2020-11-23T12:30:25.9586420Z Receiving objects: 85% (91/106), 164.00 KiB | 295.00 KiB/s
  344. 2020-11-23T12:30:25.9587442Z Receiving objects: 86% (92/106), 164.00 KiB | 295.00 KiB/s
  345. 2020-11-23T12:30:25.9588237Z Receiving objects: 87% (93/106), 164.00 KiB | 295.00 KiB/s
  346. 2020-11-23T12:30:25.9588806Z Receiving objects: 88% (94/106), 164.00 KiB | 295.00 KiB/s
  347. 2020-11-23T12:30:25.9589474Z Receiving objects: 89% (95/106), 164.00 KiB | 295.00 KiB/s
  348. 2020-11-23T12:30:25.9590033Z Receiving objects: 90% (96/106), 164.00 KiB | 295.00 KiB/s
  349. 2020-11-23T12:30:25.9590576Z Receiving objects: 91% (97/106), 164.00 KiB | 295.00 KiB/s
  350. 2020-11-23T12:30:25.9591122Z Receiving objects: 92% (98/106), 164.00 KiB | 295.00 KiB/s
  351. 2020-11-23T12:30:25.9591686Z Receiving objects: 93% (99/106), 164.00 KiB | 295.00 KiB/s
  352. 2020-11-23T12:30:25.9592231Z Receiving objects: 94% (100/106), 164.00 KiB | 295.00 KiB/s
  353. 2020-11-23T12:30:25.9592794Z Receiving objects: 95% (101/106), 164.00 KiB | 295.00 KiB/s
  354. 2020-11-23T12:30:25.9593339Z Receiving objects: 96% (102/106), 164.00 KiB | 295.00 KiB/s
  355. 2020-11-23T12:30:25.9593991Z Receiving objects: 97% (103/106), 164.00 KiB | 295.00 KiB/s
  356. 2020-11-23T12:30:25.9594539Z Receiving objects: 98% (104/106), 164.00 KiB | 295.00 KiB/s
  357. 2020-11-23T12:30:25.9595099Z Receiving objects: 99% (105/106), 164.00 KiB | 295.00 KiB/s
  358. 2020-11-23T12:30:25.9595896Z Receiving objects: 100% (106/106), 164.00 KiB | 295.00 KiB/s
  359. 2020-11-23T12:30:25.9596482Z Receiving objects: 100% (106/106), 186.61 KiB | 334.00 KiB/s, done.
  360. 2020-11-23T12:30:25.9597250Z Resolving deltas: 0% (0/1)
  361. 2020-11-23T12:30:25.9597704Z Resolving deltas: 100% (1/1)
  362. 2020-11-23T12:30:25.9598186Z Resolving deltas: 100% (1/1), done.
  363. 2020-11-23T12:30:25.9851497Z From https://github.com/submariner-io/shipyard
  364. 2020-11-23T12:30:25.9853909Z * [new ref] 64e09897d25a302018f94e73218243479e0d23ff -> pull/365/merge
  365. 2020-11-23T12:30:25.9908827Z ##[endgroup]
  366. 2020-11-23T12:30:25.9910219Z ##[group]Determining the checkout info
  367. 2020-11-23T12:30:25.9911683Z ##[endgroup]
  368. 2020-11-23T12:30:25.9912940Z ##[group]Checking out the ref
  369. 2020-11-23T12:30:25.9914832Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/365/merge
  370. 2020-11-23T12:30:26.0107004Z Note: switching to 'refs/remotes/pull/365/merge'.
  371. 2020-11-23T12:30:26.0108291Z
  372. 2020-11-23T12:30:26.0109566Z You are in 'detached HEAD' state. You can look around, make experimental
  373. 2020-11-23T12:30:26.0110955Z changes and commit them, and you can discard any commits you make in this
  374. 2020-11-23T12:30:26.0112008Z state without impacting any branches by switching back to a branch.
  375. 2020-11-23T12:30:26.0113308Z
  376. 2020-11-23T12:30:26.0114217Z If you want to create a new branch to retain commits you create, you may
  377. 2020-11-23T12:30:26.0115429Z do so (now or later) by using -c with the switch command. Example:
  378. 2020-11-23T12:30:26.0116274Z
  379. 2020-11-23T12:30:26.0117410Z git switch -c <new-branch-name>
  380. 2020-11-23T12:30:26.0118074Z
  381. 2020-11-23T12:30:26.0118727Z Or undo this operation with:
  382. 2020-11-23T12:30:26.0119299Z
  383. 2020-11-23T12:30:26.0120172Z git switch -
  384. 2020-11-23T12:30:26.0120742Z
  385. 2020-11-23T12:30:26.0121787Z Turn off this advice by setting config variable advice.detachedHead to false
  386. 2020-11-23T12:30:26.0122591Z
  387. 2020-11-23T12:30:26.0126570Z HEAD is now at 64e0989 Merge e0576e956784fd78cef1d7d8293ec49070ac6b72 into 7e63ce853cca635a179c2d8d8142529b6874c588
  388. 2020-11-23T12:30:26.0143916Z ##[endgroup]
  389. 2020-11-23T12:30:26.0227828Z [command]/usr/bin/git log -1 --format='%H'
  390. 2020-11-23T12:30:26.0278792Z '64e09897d25a302018f94e73218243479e0d23ff'
  391. 2020-11-23T12:30:26.0513160Z ##[group]Run sudo swapoff -a
  392. 2020-11-23T12:30:26.0513795Z sudo swapoff -a
  393. 2020-11-23T12:30:26.0514248Z sudo rm -f /swapfile
  394. 2020-11-23T12:30:26.0514989Z df -h
  395. 2020-11-23T12:30:26.0515351Z free -h
  396. 2020-11-23T12:30:26.0567138Z shell: /bin/bash -e {0}
  397. 2020-11-23T12:30:26.0567568Z ##[endgroup]
  398. 2020-11-23T12:30:26.1263754Z Filesystem Size Used Avail Use% Mounted on
  399. 2020-11-23T12:30:26.1267055Z udev 3.4G 0 3.4G 0% /dev
  400. 2020-11-23T12:30:26.1268001Z tmpfs 693M 680K 693M 1% /run
  401. 2020-11-23T12:30:26.1268624Z /dev/sda1 84G 61G 23G 74% /
  402. 2020-11-23T12:30:26.1269118Z tmpfs 3.4G 8.0K 3.4G 1% /dev/shm
  403. 2020-11-23T12:30:26.1269845Z tmpfs 5.0M 0 5.0M 0% /run/lock
  404. 2020-11-23T12:30:26.1270629Z tmpfs 3.4G 0 3.4G 0% /sys/fs/cgroup
  405. 2020-11-23T12:30:26.1271154Z /dev/sda15 105M 3.6M 101M 4% /boot/efi
  406. 2020-11-23T12:30:26.1271648Z /dev/sdb1 14G 4.1G 9.0G 32% /mnt
  407. 2020-11-23T12:30:26.1296806Z total used free shared buff/cache available
  408. 2020-11-23T12:30:26.1297466Z Mem: 6.8G 537M 5.0G 25M 1.3G 5.9G
  409. 2020-11-23T12:30:26.1297892Z Swap: 0B 0B 0B
  410. 2020-11-23T12:30:26.1389066Z ##[group]Run make images
  411. 2020-11-23T12:30:26.1389584Z make images
  412. 2020-11-23T12:30:26.1433855Z shell: /bin/bash -e {0}
  413. 2020-11-23T12:30:26.1434231Z ##[endgroup]
  414. 2020-11-23T12:30:26.1568641Z fatal: No names found, cannot describe anything.
  415. 2020-11-23T12:30:27.0740635Z ./scripts/shared/build_image.sh -i shipyard-dapper-base -f package/Dockerfile.shipyard-dapper-base
  416. 2020-11-23T12:30:27.0816779Z fatal: No names found, cannot describe anything.
  417. 2020-11-23T12:30:27.0825367Z Downloading shflags 1.0.3
  418. 2020-11-23T12:30:27.0944218Z % Total % Received % Xferd Average Speed Time Time Time Current
  419. 2020-11-23T12:30:27.0945712Z Dload Upload Total Spent Left Speed
  420. 2020-11-23T12:30:27.0946339Z
  421. 2020-11-23T12:30:27.1441552Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  422. 2020-11-23T12:30:27.1442997Z 100 31091 100 31091 0 0 619k 0 --:--:-- --:--:-- --:--:-- 619k
  423. 2020-11-23T12:30:27.2690276Z [shipyard]$ set -e
  424. 2020-11-23T12:30:27.2702752Z [shipyard]$ local_image=quay.io/submariner/shipyard-dapper-base:dev
  425. 2020-11-23T12:30:27.2714617Z [shipyard]$ cache_image=quay.io/submariner/shipyard-dapper-base:devel
  426. 2020-11-23T12:30:27.2730733Z [shipyard]$ cache_flag=
  427. 2020-11-23T12:30:27.2738756Z [shipyard]$ cache_flag=--cache-from quay.io/submariner/shipyard-dapper-base:devel
  428. 2020-11-23T12:30:27.2791425Z [shipyard]$ docker image ls -q quay.io/submariner/shipyard-dapper-base:devel
  429. 2020-11-23T12:30:27.3368950Z [shipyard]$ docker pull quay.io/submariner/shipyard-dapper-base:devel
  430. 2020-11-23T12:30:27.5772758Z devel: Pulling from submariner/shipyard-dapper-base
  431. 2020-11-23T12:30:27.5773880Z ae7b613df528: Pulling fs layer
  432. 2020-11-23T12:30:27.5774421Z cfe501ae0f32: Pulling fs layer
  433. 2020-11-23T12:30:27.5774925Z e822c4979ad6: Pulling fs layer
  434. 2020-11-23T12:30:27.5775947Z f397de593f8e: Pulling fs layer
  435. 2020-11-23T12:30:27.5776516Z 24bdbe084aca: Pulling fs layer
  436. 2020-11-23T12:30:27.5777166Z a06080318d7a: Pulling fs layer
  437. 2020-11-23T12:30:27.5777862Z 0c9526959052: Pulling fs layer
  438. 2020-11-23T12:30:27.5778536Z f397de593f8e: Waiting
  439. 2020-11-23T12:30:27.5779283Z 24bdbe084aca: Waiting
  440. 2020-11-23T12:30:27.5779690Z a06080318d7a: Waiting
  441. 2020-11-23T12:30:27.5780052Z 0c9526959052: Waiting
  442. 2020-11-23T12:30:28.3729533Z e822c4979ad6: Verifying Checksum
  443. 2020-11-23T12:30:28.3731537Z e822c4979ad6: Download complete
  444. 2020-11-23T12:30:28.3798319Z ae7b613df528: Verifying Checksum
  445. 2020-11-23T12:30:28.3799214Z ae7b613df528: Download complete
  446. 2020-11-23T12:30:28.4517516Z 24bdbe084aca: Verifying Checksum
  447. 2020-11-23T12:30:28.4518098Z 24bdbe084aca: Download complete
  448. 2020-11-23T12:30:28.4842252Z f397de593f8e: Verifying Checksum
  449. 2020-11-23T12:30:28.4842847Z f397de593f8e: Download complete
  450. 2020-11-23T12:30:28.5468630Z a06080318d7a: Verifying Checksum
  451. 2020-11-23T12:30:28.5469175Z a06080318d7a: Download complete
  452. 2020-11-23T12:30:28.5800615Z 0c9526959052: Verifying Checksum
  453. 2020-11-23T12:30:28.5801480Z 0c9526959052: Download complete
  454. 2020-11-23T12:30:30.2124739Z cfe501ae0f32: Verifying Checksum
  455. 2020-11-23T12:30:30.2126686Z cfe501ae0f32: Download complete
  456. 2020-11-23T12:30:32.1320074Z ae7b613df528: Pull complete
  457. 2020-11-23T12:30:42.0422029Z cfe501ae0f32: Pull complete
  458. 2020-11-23T12:30:43.1978620Z e822c4979ad6: Pull complete
  459. 2020-11-23T12:30:43.2746385Z f397de593f8e: Pull complete
  460. 2020-11-23T12:30:43.3431736Z 24bdbe084aca: Pull complete
  461. 2020-11-23T12:30:43.4184913Z a06080318d7a: Pull complete
  462. 2020-11-23T12:30:43.5131193Z 0c9526959052: Pull complete
  463. 2020-11-23T12:30:43.5170742Z Digest: sha256:03e8f5e7c56dda54ef649d8bf0b000e6aa77e2c7ffaddd3b88db9127387275aa
  464. 2020-11-23T12:30:43.5198732Z Status: Downloaded newer image for quay.io/submariner/shipyard-dapper-base:devel
  465. 2020-11-23T12:30:43.5206234Z quay.io/submariner/shipyard-dapper-base:devel
  466. 2020-11-23T12:30:43.5249668Z [shipyard]$ grep FROM package/Dockerfile.shipyard-dapper-base
  467. 2020-11-23T12:30:43.5281979Z [shipyard]$ cut -f2 -d 
  468. 2020-11-23T12:30:43.5298087Z [shipyard]$ grep -v scratch
  469. 2020-11-23T12:30:43.5332944Z [shipyard]$ cache_flag+= --cache-from fedora:33
  470. 2020-11-23T12:30:43.5344396Z [shipyard]$ docker pull fedora:33
  471. 2020-11-23T12:30:43.7265052Z 33: Pulling from library/fedora
  472. 2020-11-23T12:30:43.7960306Z ae7b613df528: Already exists
  473. 2020-11-23T12:30:43.8593542Z Digest: sha256:aa889c59fc048b597dcfab40898ee3fcaad9ed61caf12bcfef44493ee670e9df
  474. 2020-11-23T12:30:43.8623076Z Status: Downloaded newer image for fedora:33
  475. 2020-11-23T12:30:43.8623691Z docker.io/library/fedora:33
  476. 2020-11-23T12:30:43.8655193Z [shipyard]$ buildargs_flag=--build-arg BUILDKIT_INLINE_CACHE=1
  477. 2020-11-23T12:30:43.8669734Z [shipyard]$ DOCKER_BUILDKIT=1 docker build -t quay.io/submariner/shipyard-dapper-base:dev --cache-from quay.io/submariner/shipyard-dapper-base:devel --cache-from fedora:33 -f package/Dockerfile.shipyard-dapper-base --build-arg BUILDKIT_INLINE_CACHE=1 .
  478. 2020-11-23T12:30:44.0365414Z #2 [internal] load build definition from Dockerfile.shipyard-dapper-base
  479. 2020-11-23T12:30:44.0368758Z #2 transferring dockerfile: 4.17kB 0.0s done
  480. 2020-11-23T12:30:44.0369277Z #2 DONE 0.0s
  481. 2020-11-23T12:30:44.0369493Z
  482. 2020-11-23T12:30:44.0369900Z #1 [internal] load .dockerignore
  483. 2020-11-23T12:30:44.0370411Z #1 transferring context: 2B 0.0s done
  484. 2020-11-23T12:30:44.0370842Z #1 DONE 0.0s
  485. 2020-11-23T12:30:44.0372539Z
  486. 2020-11-23T12:30:44.0373118Z #3 [internal] load metadata for docker.io/library/fedora:33
  487. 2020-11-23T12:30:44.0374504Z #3 DONE 0.0s
  488. 2020-11-23T12:30:44.0374750Z
  489. 2020-11-23T12:30:44.0376298Z #13 importing cache manifest from fedora:33
  490. 2020-11-23T12:30:44.0377188Z #13 DONE 0.0s
  491. 2020-11-23T12:30:44.0377457Z
  492. 2020-11-23T12:30:44.0378504Z #12 importing cache manifest from quay.io/submariner/shipyard-dapper-base:de...
  493. 2020-11-23T12:30:44.0379208Z #12 DONE 0.0s
  494. 2020-11-23T12:30:44.0381021Z
  495. 2020-11-23T12:30:44.0381524Z #4 [1/7] FROM docker.io/library/fedora:33
  496. 2020-11-23T12:30:44.0381976Z #4 DONE 0.0s
  497. 2020-11-23T12:30:44.0382289Z
  498. 2020-11-23T12:30:44.0383649Z #7 [internal] load build context
  499. 2020-11-23T12:30:44.0384623Z #7 transferring context: 1.05MB 0.0s done
  500. 2020-11-23T12:30:44.0387980Z #7 DONE 0.0s
  501. 2020-11-23T12:30:44.0388464Z
  502. 2020-11-23T12:30:44.0389392Z #5 [2/7] RUN dnf -y install --nodocs --setopt=install_weak_deps=False ...
  503. 2020-11-23T12:30:44.0389921Z #5 CACHED
  504. 2020-11-23T12:30:44.0390179Z
  505. 2020-11-23T12:30:44.0391338Z #6 [3/7] RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci...
  506. 2020-11-23T12:30:44.0392675Z #6 CACHED
  507. 2020-11-23T12:30:44.0392901Z
  508. 2020-11-23T12:30:44.0393444Z #8 [4/7] COPY scripts/shared/lib/kubecfg /etc/profile.d/kubecfg.sh
  509. 2020-11-23T12:30:44.0393991Z #8 CACHED
  510. 2020-11-23T12:30:44.1901745Z
  511. 2020-11-23T12:30:44.1902591Z #9 [5/7] COPY Makefile.* /opt/shipyard/
  512. 2020-11-23T12:30:52.1141562Z #9 DONE 8.0s
  513. 2020-11-23T12:30:52.1141875Z
  514. 2020-11-23T12:30:52.1142289Z #10 [6/7] WORKDIR /opt/shipyard/scripts
  515. 2020-11-23T12:30:52.1142699Z #10 DONE 0.0s
  516. 2020-11-23T12:30:52.1144531Z
  517. 2020-11-23T12:30:52.1145396Z #11 [7/7] COPY scripts/shared/ .
  518. 2020-11-23T12:30:52.1145818Z #11 DONE 0.0s
  519. 2020-11-23T12:30:53.7865610Z
  520. 2020-11-23T12:30:53.7866332Z #14 exporting to image
  521. 2020-11-23T12:30:53.7866783Z #14 exporting layers done
  522. 2020-11-23T12:30:53.7867780Z #14 writing image sha256:9d29d7a1badac3467ff4861d04e939fa929904aee503c42eb539daee4d423f6c done
  523. 2020-11-23T12:30:53.7869681Z #14 naming to quay.io/submariner/shipyard-dapper-base:dev done
  524. 2020-11-23T12:30:53.7870408Z #14 DONE 0.0s
  525. 2020-11-23T12:30:53.7870659Z
  526. 2020-11-23T12:30:53.7870978Z #15 exporting cache
  527. 2020-11-23T12:30:53.7871440Z #15 preparing build cache for export done
  528. 2020-11-23T12:30:53.7871850Z #15 DONE 0.0s
  529. 2020-11-23T12:30:53.7901924Z [shipyard]$ docker tag quay.io/submariner/shipyard-dapper-base:dev quay.io/submariner/shipyard-dapper-base:devel
  530. 2020-11-23T12:30:53.8444097Z touch package/.image.shipyard-dapper-base
  531. 2020-11-23T12:30:53.8673161Z ##[group]Run actions/checkout@v2
  532. 2020-11-23T12:30:53.8673586Z with:
  533. 2020-11-23T12:30:53.8674005Z repository: submariner-io/lighthouse
  534. 2020-11-23T12:30:53.8674798Z token: ***
  535. 2020-11-23T12:30:53.8675131Z ssh-strict: true
  536. 2020-11-23T12:30:53.8675578Z persist-credentials: true
  537. 2020-11-23T12:30:53.8675991Z clean: true
  538. 2020-11-23T12:30:53.8676338Z fetch-depth: 1
  539. 2020-11-23T12:30:53.8676667Z lfs: false
  540. 2020-11-23T12:30:53.8677012Z submodules: false
  541. 2020-11-23T12:30:53.8677360Z ##[endgroup]
  542. 2020-11-23T12:30:53.9832016Z Syncing repository: submariner-io/lighthouse
  543. 2020-11-23T12:30:53.9832795Z ##[group]Getting Git version info
  544. 2020-11-23T12:30:53.9833658Z Working directory is '/home/runner/work/shipyard/shipyard'
  545. 2020-11-23T12:30:54.0019088Z [command]/usr/bin/git version
  546. 2020-11-23T12:30:54.0091612Z git version 2.29.2
  547. 2020-11-23T12:30:54.0124257Z ##[endgroup]
  548. 2020-11-23T12:30:54.0136473Z [command]/usr/bin/git config --local --get remote.origin.url
  549. 2020-11-23T12:30:54.0194219Z https://github.com/submariner-io/shipyard
  550. 2020-11-23T12:30:54.0202582Z Deleting the contents of '/home/runner/work/shipyard/shipyard'
  551. 2020-11-23T12:30:54.0619119Z ##[group]Initializing the repository
  552. 2020-11-23T12:30:54.0620204Z [command]/usr/bin/git init /home/runner/work/shipyard/shipyard
  553. 2020-11-23T12:30:54.0674636Z Initialized empty Git repository in /home/runner/work/shipyard/shipyard/.git/
  554. 2020-11-23T12:30:54.0683867Z [command]/usr/bin/git remote add origin https://github.com/submariner-io/lighthouse
  555. 2020-11-23T12:30:54.0729521Z ##[endgroup]
  556. 2020-11-23T12:30:54.0730404Z ##[group]Disabling automatic garbage collection
  557. 2020-11-23T12:30:54.0734157Z [command]/usr/bin/git config --local gc.auto 0
  558. 2020-11-23T12:30:54.0776841Z ##[endgroup]
  559. 2020-11-23T12:30:54.0781701Z ##[group]Setting up auth
  560. 2020-11-23T12:30:54.0794016Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
  561. 2020-11-23T12:30:54.0843061Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
  562. 2020-11-23T12:30:54.1212639Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
  563. 2020-11-23T12:30:54.1260498Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
  564. 2020-11-23T12:30:54.1604814Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
  565. 2020-11-23T12:30:54.1677464Z ##[endgroup]
  566. 2020-11-23T12:30:54.1678500Z ##[group]Determining the default branch
  567. 2020-11-23T12:30:54.1684063Z Retrieving the default branch name
  568. 2020-11-23T12:30:54.3436765Z Default branch 'master'
  569. 2020-11-23T12:30:54.3441039Z ##[endgroup]
  570. 2020-11-23T12:30:54.3450168Z ##[group]Fetching the repository
  571. 2020-11-23T12:30:54.3473819Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/master:refs/remotes/origin/master
  572. 2020-11-23T12:30:55.9139487Z remote: Enumerating objects: 207, done.
  573. 2020-11-23T12:30:55.9144298Z remote: Counting objects: 0% (1/207)
  574. 2020-11-23T12:30:55.9144988Z remote: Counting objects: 1% (3/207)
  575. 2020-11-23T12:30:55.9145525Z remote: Counting objects: 2% (5/207)
  576. 2020-11-23T12:30:55.9148035Z remote: Counting objects: 3% (7/207)
  577. 2020-11-23T12:30:55.9150694Z remote: Counting objects: 4% (9/207)
  578. 2020-11-23T12:30:55.9152120Z remote: Counting objects: 5% (11/207)
  579. 2020-11-23T12:30:55.9153748Z remote: Counting objects: 6% (13/207)
  580. 2020-11-23T12:30:55.9155298Z remote: Counting objects: 7% (15/207)
  581. 2020-11-23T12:30:55.9156748Z remote: Counting objects: 8% (17/207)
  582. 2020-11-23T12:30:55.9158678Z remote: Counting objects: 9% (19/207)
  583. 2020-11-23T12:30:55.9161649Z remote: Counting objects: 10% (21/207)
  584. 2020-11-23T12:30:55.9162230Z remote: Counting objects: 11% (23/207)
  585. 2020-11-23T12:30:55.9164444Z remote: Counting objects: 12% (25/207)
  586. 2020-11-23T12:30:55.9165824Z remote: Counting objects: 13% (27/207)
  587. 2020-11-23T12:30:55.9167149Z remote: Counting objects: 14% (29/207)
  588. 2020-11-23T12:30:55.9168541Z remote: Counting objects: 15% (32/207)
  589. 2020-11-23T12:30:55.9169870Z remote: Counting objects: 16% (34/207)
  590. 2020-11-23T12:30:55.9172086Z remote: Counting objects: 17% (36/207)
  591. 2020-11-23T12:30:55.9173402Z remote: Counting objects: 18% (38/207)
  592. 2020-11-23T12:30:55.9174773Z remote: Counting objects: 19% (40/207)
  593. 2020-11-23T12:30:55.9176450Z remote: Counting objects: 20% (42/207)
  594. 2020-11-23T12:30:55.9177154Z remote: Counting objects: 21% (44/207)
  595. 2020-11-23T12:30:55.9178556Z remote: Counting objects: 22% (46/207)
  596. 2020-11-23T12:30:55.9182368Z remote: Counting objects: 23% (48/207)
  597. 2020-11-23T12:30:55.9184059Z remote: Counting objects: 24% (50/207)
  598. 2020-11-23T12:30:55.9186248Z remote: Counting objects: 25% (52/207)
  599. 2020-11-23T12:30:55.9188463Z remote: Counting objects: 26% (54/207)
  600. 2020-11-23T12:30:55.9189858Z remote: Counting objects: 27% (56/207)
  601. 2020-11-23T12:30:55.9192080Z remote: Counting objects: 28% (58/207)
  602. 2020-11-23T12:30:55.9194331Z remote: Counting objects: 29% (61/207)
  603. 2020-11-23T12:30:55.9195714Z remote: Counting objects: 30% (63/207)
  604. 2020-11-23T12:30:55.9198889Z remote: Counting objects: 31% (65/207)
  605. 2020-11-23T12:30:55.9200232Z remote: Counting objects: 32% (67/207)
  606. 2020-11-23T12:30:55.9201525Z remote: Counting objects: 33% (69/207)
  607. 2020-11-23T12:30:55.9203763Z remote: Counting objects: 34% (71/207)
  608. 2020-11-23T12:30:55.9205480Z remote: Counting objects: 35% (73/207)
  609. 2020-11-23T12:30:55.9206016Z remote: Counting objects: 36% (75/207)
  610. 2020-11-23T12:30:55.9206530Z remote: Counting objects: 37% (77/207)
  611. 2020-11-23T12:30:55.9207146Z remote: Counting objects: 38% (79/207)
  612. 2020-11-23T12:30:55.9207667Z remote: Counting objects: 39% (81/207)
  613. 2020-11-23T12:30:55.9208200Z remote: Counting objects: 40% (83/207)
  614. 2020-11-23T12:30:55.9209938Z remote: Counting objects: 41% (85/207)
  615. 2020-11-23T12:30:55.9210452Z remote: Counting objects: 42% (87/207)
  616. 2020-11-23T12:30:55.9211278Z remote: Counting objects: 43% (90/207)
  617. 2020-11-23T12:30:55.9212522Z remote: Counting objects: 44% (92/207)
  618. 2020-11-23T12:30:55.9213007Z remote: Counting objects: 45% (94/207)
  619. 2020-11-23T12:30:55.9213750Z remote: Counting objects: 46% (96/207)
  620. 2020-11-23T12:30:55.9214568Z remote: Counting objects: 47% (98/207)
  621. 2020-11-23T12:30:55.9215043Z remote: Counting objects: 48% (100/207)
  622. 2020-11-23T12:30:55.9215665Z remote: Counting objects: 49% (102/207)
  623. 2020-11-23T12:30:55.9216170Z remote: Counting objects: 50% (104/207)
  624. 2020-11-23T12:30:55.9216646Z remote: Counting objects: 51% (106/207)
  625. 2020-11-23T12:30:55.9217138Z remote: Counting objects: 52% (108/207)
  626. 2020-11-23T12:30:55.9217976Z remote: Counting objects: 53% (110/207)
  627. 2020-11-23T12:30:55.9218470Z remote: Counting objects: 54% (112/207)
  628. 2020-11-23T12:30:55.9219128Z remote: Counting objects: 55% (114/207)
  629. 2020-11-23T12:30:55.9219651Z remote: Counting objects: 56% (116/207)
  630. 2020-11-23T12:30:55.9220163Z remote: Counting objects: 57% (118/207)
  631. 2020-11-23T12:30:55.9220669Z remote: Counting objects: 58% (121/207)
  632. 2020-11-23T12:30:55.9221197Z remote: Counting objects: 59% (123/207)
  633. 2020-11-23T12:30:55.9222839Z remote: Counting objects: 60% (125/207)
  634. 2020-11-23T12:30:55.9777182Z remote: Counting objects: 61% (127/207)
  635. 2020-11-23T12:30:55.9777968Z remote: Counting objects: 62% (129/207)
  636. 2020-11-23T12:30:55.9778877Z remote: Counting objects: 63% (131/207)
  637. 2020-11-23T12:30:55.9779394Z remote: Counting objects: 64% (133/207)
  638. 2020-11-23T12:30:55.9779889Z remote: Counting objects: 65% (135/207)
  639. 2020-11-23T12:30:55.9780369Z remote: Counting objects: 66% (137/207)
  640. 2020-11-23T12:30:55.9781042Z remote: Counting objects: 67% (139/207)
  641. 2020-11-23T12:30:55.9781503Z remote: Counting objects: 68% (141/207)
  642. 2020-11-23T12:30:55.9781961Z remote: Counting objects: 69% (143/207)
  643. 2020-11-23T12:30:55.9782433Z remote: Counting objects: 70% (145/207)
  644. 2020-11-23T12:30:55.9782893Z remote: Counting objects: 71% (147/207)
  645. 2020-11-23T12:30:55.9783376Z remote: Counting objects: 72% (150/207)
  646. 2020-11-23T12:30:55.9783838Z remote: Counting objects: 73% (152/207)
  647. 2020-11-23T12:30:55.9784312Z remote: Counting objects: 74% (154/207)
  648. 2020-11-23T12:30:55.9784816Z remote: Counting objects: 75% (156/207)
  649. 2020-11-23T12:30:55.9785290Z remote: Counting objects: 76% (158/207)
  650. 2020-11-23T12:30:55.9785750Z remote: Counting objects: 77% (160/207)
  651. 2020-11-23T12:30:55.9786225Z remote: Counting objects: 78% (162/207)
  652. 2020-11-23T12:30:55.9786682Z remote: Counting objects: 79% (164/207)
  653. 2020-11-23T12:30:55.9787141Z remote: Counting objects: 80% (166/207)
  654. 2020-11-23T12:30:55.9787657Z remote: Counting objects: 81% (168/207)
  655. 2020-11-23T12:30:55.9788117Z remote: Counting objects: 82% (170/207)
  656. 2020-11-23T12:30:55.9788591Z remote: Counting objects: 83% (172/207)
  657. 2020-11-23T12:30:55.9789053Z remote: Counting objects: 84% (174/207)
  658. 2020-11-23T12:30:55.9789536Z remote: Counting objects: 85% (176/207)
  659. 2020-11-23T12:30:55.9789996Z remote: Counting objects: 86% (179/207)
  660. 2020-11-23T12:30:55.9790468Z remote: Counting objects: 87% (181/207)
  661. 2020-11-23T12:30:55.9790923Z remote: Counting objects: 88% (183/207)
  662. 2020-11-23T12:30:55.9791381Z remote: Counting objects: 89% (185/207)
  663. 2020-11-23T12:30:55.9791862Z remote: Counting objects: 90% (187/207)
  664. 2020-11-23T12:30:55.9792321Z remote: Counting objects: 91% (189/207)
  665. 2020-11-23T12:30:55.9793190Z remote: Counting objects: 92% (191/207)
  666. 2020-11-23T12:30:55.9793653Z remote: Counting objects: 93% (193/207)
  667. 2020-11-23T12:30:55.9794125Z remote: Counting objects: 94% (195/207)
  668. 2020-11-23T12:30:55.9794583Z remote: Counting objects: 95% (197/207)
  669. 2020-11-23T12:30:55.9795058Z remote: Counting objects: 96% (199/207)
  670. 2020-11-23T12:30:55.9795514Z remote: Counting objects: 97% (201/207)
  671. 2020-11-23T12:30:55.9796148Z remote: Counting objects: 98% (203/207)
  672. 2020-11-23T12:30:55.9796625Z remote: Counting objects: 99% (205/207)
  673. 2020-11-23T12:30:55.9797083Z remote: Counting objects: 100% (207/207)
  674. 2020-11-23T12:30:55.9797583Z remote: Counting objects: 100% (207/207), done.
  675. 2020-11-23T12:30:55.9798103Z remote: Compressing objects: 0% (1/161)
  676. 2020-11-23T12:30:55.9798684Z remote: Compressing objects: 1% (2/161)
  677. 2020-11-23T12:30:55.9799184Z remote: Compressing objects: 2% (4/161)
  678. 2020-11-23T12:30:55.9799702Z remote: Compressing objects: 3% (5/161)
  679. 2020-11-23T12:30:55.9800208Z remote: Compressing objects: 4% (7/161)
  680. 2020-11-23T12:30:55.9800729Z remote: Compressing objects: 5% (9/161)
  681. 2020-11-23T12:30:55.9801236Z remote: Compressing objects: 6% (10/161)
  682. 2020-11-23T12:30:55.9802120Z remote: Compressing objects: 7% (12/161)
  683. 2020-11-23T12:30:55.9802866Z remote: Compressing objects: 8% (13/161)
  684. 2020-11-23T12:30:55.9804087Z remote: Compressing objects: 9% (15/161)
  685. 2020-11-23T12:30:55.9804696Z remote: Compressing objects: 10% (17/161)
  686. 2020-11-23T12:30:55.9805260Z remote: Compressing objects: 11% (18/161)
  687. 2020-11-23T12:30:55.9805837Z remote: Compressing objects: 12% (20/161)
  688. 2020-11-23T12:30:55.9806395Z remote: Compressing objects: 13% (21/161)
  689. 2020-11-23T12:30:55.9807084Z remote: Compressing objects: 14% (23/161)
  690. 2020-11-23T12:30:55.9807666Z remote: Compressing objects: 15% (25/161)
  691. 2020-11-23T12:30:55.9808225Z remote: Compressing objects: 16% (26/161)
  692. 2020-11-23T12:30:55.9808802Z remote: Compressing objects: 17% (28/161)
  693. 2020-11-23T12:30:55.9809525Z remote: Compressing objects: 18% (29/161)
  694. 2020-11-23T12:30:55.9810416Z remote: Compressing objects: 19% (31/161)
  695. 2020-11-23T12:30:55.9810901Z remote: Compressing objects: 20% (33/161)
  696. 2020-11-23T12:30:55.9811397Z remote: Compressing objects: 21% (34/161)
  697. 2020-11-23T12:30:55.9811889Z remote: Compressing objects: 22% (36/161)
  698. 2020-11-23T12:30:55.9812386Z remote: Compressing objects: 23% (38/161)
  699. 2020-11-23T12:30:55.9812869Z remote: Compressing objects: 24% (39/161)
  700. 2020-11-23T12:30:55.9813353Z remote: Compressing objects: 25% (41/161)
  701. 2020-11-23T12:30:55.9814028Z remote: Compressing objects: 26% (42/161)
  702. 2020-11-23T12:30:55.9814530Z remote: Compressing objects: 27% (44/161)
  703. 2020-11-23T12:30:55.9853091Z remote: Compressing objects: 28% (46/161)
  704. 2020-11-23T12:30:55.9853686Z remote: Compressing objects: 29% (47/161)
  705. 2020-11-23T12:30:55.9854236Z remote: Compressing objects: 30% (49/161)
  706. 2020-11-23T12:30:55.9855932Z remote: Compressing objects: 31% (50/161)
  707. 2020-11-23T12:30:55.9856527Z remote: Compressing objects: 32% (52/161)
  708. 2020-11-23T12:30:55.9857249Z remote: Compressing objects: 33% (54/161)
  709. 2020-11-23T12:30:55.9858178Z remote: Compressing objects: 34% (55/161)
  710. 2020-11-23T12:30:55.9858787Z remote: Compressing objects: 35% (57/161)
  711. 2020-11-23T12:30:55.9859326Z remote: Compressing objects: 36% (58/161)
  712. 2020-11-23T12:30:55.9859845Z remote: Compressing objects: 37% (60/161)
  713. 2020-11-23T12:30:55.9860379Z remote: Compressing objects: 38% (62/161)
  714. 2020-11-23T12:30:55.9860904Z remote: Compressing objects: 39% (63/161)
  715. 2020-11-23T12:30:55.9861442Z remote: Compressing objects: 40% (65/161)
  716. 2020-11-23T12:30:55.9862009Z remote: Compressing objects: 41% (67/161)
  717. 2020-11-23T12:30:55.9862529Z remote: Compressing objects: 42% (68/161)
  718. 2020-11-23T12:30:55.9863316Z remote: Compressing objects: 43% (70/161)
  719. 2020-11-23T12:30:55.9864228Z remote: Compressing objects: 44% (71/161)
  720. 2020-11-23T12:30:55.9864780Z remote: Compressing objects: 45% (73/161)
  721. 2020-11-23T12:30:55.9865415Z remote: Compressing objects: 46% (75/161)
  722. 2020-11-23T12:30:55.9865980Z remote: Compressing objects: 47% (76/161)
  723. 2020-11-23T12:30:55.9866937Z remote: Compressing objects: 48% (78/161)
  724. 2020-11-23T12:30:55.9867665Z remote: Compressing objects: 49% (79/161)
  725. 2020-11-23T12:30:55.9868203Z remote: Compressing objects: 50% (81/161)
  726. 2020-11-23T12:30:55.9868740Z remote: Compressing objects: 51% (83/161)
  727. 2020-11-23T12:30:55.9869304Z remote: Compressing objects: 52% (84/161)
  728. 2020-11-23T12:30:55.9869844Z remote: Compressing objects: 53% (86/161)
  729. 2020-11-23T12:30:55.9870396Z remote: Compressing objects: 54% (87/161)
  730. 2020-11-23T12:30:55.9870932Z remote: Compressing objects: 55% (89/161)
  731. 2020-11-23T12:30:55.9871692Z remote: Compressing objects: 56% (91/161)
  732. 2020-11-23T12:30:55.9872249Z remote: Compressing objects: 57% (92/161)
  733. 2020-11-23T12:30:55.9873601Z remote: Compressing objects: 58% (94/161)
  734. 2020-11-23T12:30:55.9874146Z remote: Compressing objects: 59% (95/161)
  735. 2020-11-23T12:30:55.9874693Z remote: Compressing objects: 60% (97/161)
  736. 2020-11-23T12:30:55.9875244Z remote: Compressing objects: 61% (99/161)
  737. 2020-11-23T12:30:55.9875786Z remote: Compressing objects: 62% (100/161)
  738. 2020-11-23T12:30:55.9876344Z remote: Compressing objects: 63% (102/161)
  739. 2020-11-23T12:30:55.9876888Z remote: Compressing objects: 64% (104/161)
  740. 2020-11-23T12:30:55.9877642Z remote: Compressing objects: 65% (105/161)
  741. 2020-11-23T12:30:55.9878206Z remote: Compressing objects: 66% (107/161)
  742. 2020-11-23T12:30:55.9878765Z remote: Compressing objects: 67% (108/161)
  743. 2020-11-23T12:30:55.9879308Z remote: Compressing objects: 68% (110/161)
  744. 2020-11-23T12:30:55.9879849Z remote: Compressing objects: 69% (112/161)
  745. 2020-11-23T12:30:55.9880532Z remote: Compressing objects: 70% (113/161)
  746. 2020-11-23T12:30:55.9881071Z remote: Compressing objects: 71% (115/161)
  747. 2020-11-23T12:30:55.9881625Z remote: Compressing objects: 72% (116/161)
  748. 2020-11-23T12:30:55.9882172Z remote: Compressing objects: 73% (118/161)
  749. 2020-11-23T12:30:55.9882728Z remote: Compressing objects: 74% (120/161)
  750. 2020-11-23T12:30:55.9883267Z remote: Compressing objects: 75% (121/161)
  751. 2020-11-23T12:30:55.9883820Z remote: Compressing objects: 76% (123/161)
  752. 2020-11-23T12:30:55.9884367Z remote: Compressing objects: 77% (124/161)
  753. 2020-11-23T12:30:55.9885089Z remote: Compressing objects: 78% (126/161)
  754. 2020-11-23T12:30:55.9885666Z remote: Compressing objects: 79% (128/161)
  755. 2020-11-23T12:30:55.9886385Z remote: Compressing objects: 80% (129/161)
  756. 2020-11-23T12:30:55.9886937Z remote: Compressing objects: 81% (131/161)
  757. 2020-11-23T12:30:55.9887680Z remote: Compressing objects: 82% (133/161)
  758. 2020-11-23T12:30:55.9888405Z remote: Compressing objects: 83% (134/161)
  759. 2020-11-23T12:30:55.9888949Z remote: Compressing objects: 84% (136/161)
  760. 2020-11-23T12:30:55.9889505Z remote: Compressing objects: 85% (137/161)
  761. 2020-11-23T12:30:55.9890048Z remote: Compressing objects: 86% (139/161)
  762. 2020-11-23T12:30:55.9890586Z remote: Compressing objects: 87% (141/161)
  763. 2020-11-23T12:30:55.9891336Z remote: Compressing objects: 88% (142/161)
  764. 2020-11-23T12:30:55.9892246Z remote: Compressing objects: 89% (144/161)
  765. 2020-11-23T12:30:55.9892830Z remote: Compressing objects: 90% (145/161)
  766. 2020-11-23T12:30:55.9894293Z remote: Compressing objects: 91% (147/161)
  767. 2020-11-23T12:30:55.9894888Z remote: Compressing objects: 92% (149/161)
  768. 2020-11-23T12:30:55.9895614Z remote: Compressing objects: 93% (150/161)
  769. 2020-11-23T12:30:55.9896200Z remote: Compressing objects: 94% (152/161)
  770. 2020-11-23T12:30:55.9896793Z remote: Compressing objects: 95% (153/161)
  771. 2020-11-23T12:30:55.9897360Z remote: Compressing objects: 96% (155/161)
  772. 2020-11-23T12:30:55.9897936Z remote: Compressing objects: 97% (157/161)
  773. 2020-11-23T12:30:55.9899015Z remote: Compressing objects: 98% (158/161)
  774. 2020-11-23T12:30:55.9899592Z remote: Compressing objects: 99% (160/161)
  775. 2020-11-23T12:30:55.9900151Z remote: Compressing objects: 100% (161/161)
  776. 2020-11-23T12:30:55.9900902Z remote: Compressing objects: 100% (161/161), done.
  777. 2020-11-23T12:30:55.9960523Z Receiving objects: 0% (1/207)
  778. 2020-11-23T12:30:55.9961837Z Receiving objects: 1% (3/207)
  779. 2020-11-23T12:30:55.9962555Z Receiving objects: 2% (5/207)
  780. 2020-11-23T12:30:55.9963421Z Receiving objects: 3% (7/207)
  781. 2020-11-23T12:30:55.9966035Z Receiving objects: 4% (9/207)
  782. 2020-11-23T12:30:55.9968037Z Receiving objects: 5% (11/207)
  783. 2020-11-23T12:30:55.9969010Z Receiving objects: 6% (13/207)
  784. 2020-11-23T12:30:55.9969561Z Receiving objects: 7% (15/207)
  785. 2020-11-23T12:30:55.9970048Z Receiving objects: 8% (17/207)
  786. 2020-11-23T12:30:55.9970510Z Receiving objects: 9% (19/207)
  787. 2020-11-23T12:30:55.9970985Z Receiving objects: 10% (21/207)
  788. 2020-11-23T12:30:55.9971460Z Receiving objects: 11% (23/207)
  789. 2020-11-23T12:30:55.9971935Z Receiving objects: 12% (25/207)
  790. 2020-11-23T12:30:56.0028373Z Receiving objects: 13% (27/207)
  791. 2020-11-23T12:30:56.0031275Z Receiving objects: 14% (29/207)
  792. 2020-11-23T12:30:56.0817842Z Receiving objects: 15% (32/207)
  793. 2020-11-23T12:30:56.0818609Z Receiving objects: 16% (34/207)
  794. 2020-11-23T12:30:56.0926377Z Receiving objects: 17% (36/207)
  795. 2020-11-23T12:30:56.0927902Z Receiving objects: 18% (38/207)
  796. 2020-11-23T12:30:56.0928574Z Receiving objects: 19% (40/207)
  797. 2020-11-23T12:30:56.0929053Z Receiving objects: 20% (42/207)
  798. 2020-11-23T12:30:56.0929516Z Receiving objects: 21% (44/207)
  799. 2020-11-23T12:30:56.0930069Z Receiving objects: 22% (46/207)
  800. 2020-11-23T12:30:56.0930530Z Receiving objects: 23% (48/207)
  801. 2020-11-23T12:30:56.0930986Z Receiving objects: 24% (50/207)
  802. 2020-11-23T12:30:56.0931462Z Receiving objects: 25% (52/207)
  803. 2020-11-23T12:30:56.0931923Z Receiving objects: 26% (54/207)
  804. 2020-11-23T12:30:56.0932395Z Receiving objects: 27% (56/207)
  805. 2020-11-23T12:30:56.0932982Z Receiving objects: 28% (58/207)
  806. 2020-11-23T12:30:56.0933468Z Receiving objects: 29% (61/207)
  807. 2020-11-23T12:30:56.0933928Z Receiving objects: 30% (63/207)
  808. 2020-11-23T12:30:56.0934384Z Receiving objects: 31% (65/207)
  809. 2020-11-23T12:30:56.1355405Z Receiving objects: 32% (67/207)
  810. 2020-11-23T12:30:56.1355909Z Receiving objects: 33% (69/207)
  811. 2020-11-23T12:30:56.1356392Z Receiving objects: 34% (71/207)
  812. 2020-11-23T12:30:56.1356881Z Receiving objects: 35% (73/207)
  813. 2020-11-23T12:30:56.1357342Z Receiving objects: 36% (75/207)
  814. 2020-11-23T12:30:56.1357820Z Receiving objects: 37% (77/207)
  815. 2020-11-23T12:30:56.1358280Z Receiving objects: 38% (79/207)
  816. 2020-11-23T12:30:56.1358752Z Receiving objects: 39% (81/207)
  817. 2020-11-23T12:30:56.1359210Z Receiving objects: 40% (83/207)
  818. 2020-11-23T12:30:56.1359867Z Receiving objects: 41% (85/207)
  819. 2020-11-23T12:30:56.1360311Z Receiving objects: 42% (87/207)
  820. 2020-11-23T12:30:56.1360750Z Receiving objects: 43% (90/207)
  821. 2020-11-23T12:30:56.1633984Z Receiving objects: 44% (92/207)
  822. 2020-11-23T12:30:56.1634485Z Receiving objects: 45% (94/207)
  823. 2020-11-23T12:30:56.1634953Z Receiving objects: 46% (96/207)
  824. 2020-11-23T12:30:56.1635401Z Receiving objects: 47% (98/207)
  825. 2020-11-23T12:30:56.1635865Z Receiving objects: 48% (100/207)
  826. 2020-11-23T12:30:56.1636312Z Receiving objects: 49% (102/207)
  827. 2020-11-23T12:30:56.1636760Z Receiving objects: 50% (104/207)
  828. 2020-11-23T12:30:56.1637422Z Receiving objects: 51% (106/207)
  829. 2020-11-23T12:30:56.1637887Z Receiving objects: 52% (108/207)
  830. 2020-11-23T12:30:56.1638520Z Receiving objects: 53% (110/207)
  831. 2020-11-23T12:30:56.1639129Z Receiving objects: 54% (112/207)
  832. 2020-11-23T12:30:56.1639571Z Receiving objects: 55% (114/207)
  833. 2020-11-23T12:30:56.1639998Z Receiving objects: 56% (116/207)
  834. 2020-11-23T12:30:56.1640440Z Receiving objects: 57% (118/207)
  835. 2020-11-23T12:30:56.1640869Z Receiving objects: 58% (121/207)
  836. 2020-11-23T12:30:56.1641295Z Receiving objects: 59% (123/207)
  837. 2020-11-23T12:30:56.1740318Z Receiving objects: 60% (125/207)
  838. 2020-11-23T12:30:56.1742693Z remote: Total 207 (delta 50), reused 120 (delta 28), pack-reused 0
  839. 2020-11-23T12:30:56.1743325Z Receiving objects: 61% (127/207)
  840. 2020-11-23T12:30:56.1743792Z Receiving objects: 62% (129/207)
  841. 2020-11-23T12:30:56.1744276Z Receiving objects: 63% (131/207)
  842. 2020-11-23T12:30:56.1744737Z Receiving objects: 64% (133/207)
  843. 2020-11-23T12:30:56.1745598Z Receiving objects: 65% (135/207)
  844. 2020-11-23T12:30:56.1746175Z Receiving objects: 66% (137/207)
  845. 2020-11-23T12:30:56.1746588Z Receiving objects: 67% (139/207)
  846. 2020-11-23T12:30:56.1747020Z Receiving objects: 68% (141/207)
  847. 2020-11-23T12:30:56.1747433Z Receiving objects: 69% (143/207)
  848. 2020-11-23T12:30:56.1748806Z Receiving objects: 70% (145/207)
  849. 2020-11-23T12:30:56.1749273Z Receiving objects: 71% (147/207)
  850. 2020-11-23T12:30:56.1749719Z Receiving objects: 72% (150/207)
  851. 2020-11-23T12:30:56.1750145Z Receiving objects: 73% (152/207)
  852. 2020-11-23T12:30:56.1750589Z Receiving objects: 74% (154/207)
  853. 2020-11-23T12:30:56.1751028Z Receiving objects: 75% (156/207)
  854. 2020-11-23T12:30:56.1751455Z Receiving objects: 76% (158/207)
  855. 2020-11-23T12:30:56.1751896Z Receiving objects: 77% (160/207)
  856. 2020-11-23T12:30:56.1752324Z Receiving objects: 78% (162/207)
  857. 2020-11-23T12:30:56.1752763Z Receiving objects: 79% (164/207)
  858. 2020-11-23T12:30:56.1753187Z Receiving objects: 80% (166/207)
  859. 2020-11-23T12:30:56.1753822Z Receiving objects: 81% (168/207)
  860. 2020-11-23T12:30:56.1754277Z Receiving objects: 82% (170/207)
  861. 2020-11-23T12:30:56.1754708Z Receiving objects: 83% (172/207)
  862. 2020-11-23T12:30:56.1755518Z Receiving objects: 84% (174/207)
  863. 2020-11-23T12:30:56.1755963Z Receiving objects: 85% (176/207)
  864. 2020-11-23T12:30:56.1756682Z Receiving objects: 86% (179/207)
  865. 2020-11-23T12:30:56.1757141Z Receiving objects: 87% (181/207)
  866. 2020-11-23T12:30:56.1757612Z Receiving objects: 88% (183/207)
  867. 2020-11-23T12:30:56.1758070Z Receiving objects: 89% (185/207)
  868. 2020-11-23T12:30:56.1758529Z Receiving objects: 90% (187/207)
  869. 2020-11-23T12:30:56.1781795Z Receiving objects: 91% (189/207)
  870. 2020-11-23T12:30:56.1782255Z Receiving objects: 92% (191/207)
  871. 2020-11-23T12:30:56.1782813Z Receiving objects: 93% (193/207)
  872. 2020-11-23T12:30:56.1787670Z Receiving objects: 94% (195/207)
  873. 2020-11-23T12:30:56.1788279Z Receiving objects: 95% (197/207)
  874. 2020-11-23T12:30:56.1788710Z Receiving objects: 96% (199/207)
  875. 2020-11-23T12:30:56.1789155Z Receiving objects: 97% (201/207)
  876. 2020-11-23T12:30:56.1789605Z Receiving objects: 98% (203/207)
  877. 2020-11-23T12:30:56.1790032Z Receiving objects: 99% (205/207)
  878. 2020-11-23T12:30:56.1790517Z Receiving objects: 100% (207/207)
  879. 2020-11-23T12:30:56.1791018Z Receiving objects: 100% (207/207), 136.58 KiB | 747.00 KiB/s, done.
  880. 2020-11-23T12:30:56.1797241Z Resolving deltas: 0% (0/50)
  881. 2020-11-23T12:30:56.1802004Z Resolving deltas: 2% (1/50)
  882. 2020-11-23T12:30:56.1807172Z Resolving deltas: 4% (2/50)
  883. 2020-11-23T12:30:56.1812093Z Resolving deltas: 6% (3/50)
  884. 2020-11-23T12:30:56.1817441Z Resolving deltas: 8% (4/50)
  885. 2020-11-23T12:30:56.1822323Z Resolving deltas: 10% (5/50)
  886. 2020-11-23T12:30:56.1827962Z Resolving deltas: 12% (6/50)
  887. 2020-11-23T12:30:56.1832287Z Resolving deltas: 14% (7/50)
  888. 2020-11-23T12:30:56.1835686Z Resolving deltas: 16% (8/50)
  889. 2020-11-23T12:30:56.1839108Z Resolving deltas: 18% (9/50)
  890. 2020-11-23T12:30:56.1842729Z Resolving deltas: 20% (10/50)
  891. 2020-11-23T12:30:56.1846691Z Resolving deltas: 22% (11/50)
  892. 2020-11-23T12:30:56.1850445Z Resolving deltas: 24% (12/50)
  893. 2020-11-23T12:30:56.1854471Z Resolving deltas: 26% (13/50)
  894. 2020-11-23T12:30:56.1857403Z Resolving deltas: 28% (14/50)
  895. 2020-11-23T12:30:56.1861835Z Resolving deltas: 30% (15/50)
  896. 2020-11-23T12:30:56.1865427Z Resolving deltas: 32% (16/50)
  897. 2020-11-23T12:30:56.1869133Z Resolving deltas: 34% (17/50)
  898. 2020-11-23T12:30:56.1872695Z Resolving deltas: 36% (18/50)
  899. 2020-11-23T12:30:56.1877387Z Resolving deltas: 38% (19/50)
  900. 2020-11-23T12:30:56.1881213Z Resolving deltas: 40% (20/50)
  901. 2020-11-23T12:30:56.1885320Z Resolving deltas: 42% (21/50)
  902. 2020-11-23T12:30:56.1889012Z Resolving deltas: 44% (22/50)
  903. 2020-11-23T12:30:56.1893611Z Resolving deltas: 46% (23/50)
  904. 2020-11-23T12:30:56.1898358Z Resolving deltas: 48% (24/50)
  905. 2020-11-23T12:30:56.1902451Z Resolving deltas: 50% (25/50)
  906. 2020-11-23T12:30:56.1906885Z Resolving deltas: 52% (26/50)
  907. 2020-11-23T12:30:56.1911358Z Resolving deltas: 54% (27/50)
  908. 2020-11-23T12:30:56.1915401Z Resolving deltas: 56% (28/50)
  909. 2020-11-23T12:30:56.1920143Z Resolving deltas: 58% (29/50)
  910. 2020-11-23T12:30:56.1925210Z Resolving deltas: 60% (30/50)
  911. 2020-11-23T12:30:56.1929258Z Resolving deltas: 62% (31/50)
  912. 2020-11-23T12:30:56.1934435Z Resolving deltas: 64% (32/50)
  913. 2020-11-23T12:30:56.1939260Z Resolving deltas: 66% (33/50)
  914. 2020-11-23T12:30:56.1943423Z Resolving deltas: 68% (34/50)
  915. 2020-11-23T12:30:56.1948093Z Resolving deltas: 70% (35/50)
  916. 2020-11-23T12:30:56.1952082Z Resolving deltas: 72% (36/50)
  917. 2020-11-23T12:30:56.1956828Z Resolving deltas: 74% (37/50)
  918. 2020-11-23T12:30:56.1960594Z Resolving deltas: 76% (38/50)
  919. 2020-11-23T12:30:56.1965546Z Resolving deltas: 78% (39/50)
  920. 2020-11-23T12:30:56.1969360Z Resolving deltas: 80% (40/50)
  921. 2020-11-23T12:30:56.1974084Z Resolving deltas: 82% (41/50)
  922. 2020-11-23T12:30:56.1978313Z Resolving deltas: 84% (42/50)
  923. 2020-11-23T12:30:56.1982064Z Resolving deltas: 86% (43/50)
  924. 2020-11-23T12:30:56.1986369Z Resolving deltas: 88% (44/50)
  925. 2020-11-23T12:30:56.1997319Z Resolving deltas: 90% (45/50)
  926. 2020-11-23T12:30:56.1998013Z Resolving deltas: 92% (46/50)
  927. 2020-11-23T12:30:56.1998503Z Resolving deltas: 94% (47/50)
  928. 2020-11-23T12:30:56.1998951Z Resolving deltas: 96% (48/50)
  929. 2020-11-23T12:30:56.1999412Z Resolving deltas: 98% (49/50)
  930. 2020-11-23T12:30:56.2007049Z Resolving deltas: 100% (50/50)
  931. 2020-11-23T12:30:56.2007538Z Resolving deltas: 100% (50/50), done.
  932. 2020-11-23T12:30:56.2894204Z From https://github.com/submariner-io/lighthouse
  933. 2020-11-23T12:30:56.2896757Z * [new branch] master -> origin/master
  934. 2020-11-23T12:30:56.2936689Z ##[endgroup]
  935. 2020-11-23T12:30:56.2938009Z ##[group]Determining the checkout info
  936. 2020-11-23T12:30:56.2938965Z ##[endgroup]
  937. 2020-11-23T12:30:56.2939814Z ##[group]Checking out the ref
  938. 2020-11-23T12:30:56.2943792Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
  939. 2020-11-23T12:30:56.3127570Z Reset branch 'master'
  940. 2020-11-23T12:30:56.3128452Z Branch 'master' set up to track remote branch 'master' from 'origin'.
  941. 2020-11-23T12:30:56.3131609Z ##[endgroup]
  942. 2020-11-23T12:30:56.3198089Z [command]/usr/bin/git log -1 --format='%H'
  943. 2020-11-23T12:30:56.3249703Z '6c2ff9e0c96dbc2c5d0346eb0f9fcf7f4c3ea253'
  944. 2020-11-23T12:30:56.3379402Z ##[group]Run sed -i 's/shipyard-dapper-base:*.*/shipyard-dapper-base:dev/' Dockerfile.dapper
  945. 2020-11-23T12:30:56.3380889Z sed -i 's/shipyard-dapper-base:*.*/shipyard-dapper-base:dev/' Dockerfile.dapper
  946. 2020-11-23T12:30:56.3466638Z shell: /bin/bash -e {0}
  947. 2020-11-23T12:30:56.3467078Z ##[endgroup]
  948. 2020-11-23T12:30:56.3708623Z ##[group]Run make e2e using="operator libreswan"
  949. 2020-11-23T12:30:56.3709398Z make e2e using="operator libreswan"
  950. 2020-11-23T12:30:56.3748395Z shell: /bin/bash -e {0}
  951. 2020-11-23T12:30:56.3748848Z ##[endgroup]
  952. 2020-11-23T12:30:56.4034361Z Downloading dapper
  953. 2020-11-23T12:30:56.5526746Z .dapper.tmp version v0.5.3
  954. 2020-11-23T12:30:56.5562761Z ./.dapper -m bind make e2e -- using=operator\ libreswan
  955. 2020-11-23T12:30:56.8155427Z Sending build context to Docker daemon 6.35MB
  956. 2020-11-23T12:30:56.8156719Z
  957. 2020-11-23T12:30:56.8238630Z Step 1/6 : FROM quay.io/submariner/shipyard-dapper-base:dev
  958. 2020-11-23T12:30:56.8245611Z ---> 9d29d7a1bada
  959. 2020-11-23T12:30:56.8247913Z Step 2/6 : ENV DAPPER_ENV="REPO TAG QUAY_USERNAME QUAY_PASSWORD GITHUB_SHA BUILD_ARGS CLUSTERS_ARGS DEPLOY_ARGS RELEASE_ARGS" DAPPER_SOURCE=/go/src/github.com/submariner-io/lighthouse DAPPER_DOCKER_SOCKET=true
  960. 2020-11-23T12:30:57.0540814Z ---> Running in 22cacc6b1f4b
  961. 2020-11-23T12:30:58.0744989Z Removing intermediate container 22cacc6b1f4b
  962. 2020-11-23T12:30:58.0746724Z ---> 64c9c792ac81
  963. 2020-11-23T12:30:58.0747736Z Step 3/6 : ENV DAPPER_OUTPUT=${DAPPER_SOURCE}/output
  964. 2020-11-23T12:30:58.0949213Z ---> Running in af1e2cc7962e
  965. 2020-11-23T12:30:59.1210117Z Removing intermediate container af1e2cc7962e
  966. 2020-11-23T12:30:59.1211359Z ---> 6e8d0378964b
  967. 2020-11-23T12:30:59.1211839Z Step 4/6 : WORKDIR ${DAPPER_SOURCE}
  968. 2020-11-23T12:30:59.1327284Z ---> Running in a7719e0026ac
  969. 2020-11-23T12:31:00.1405574Z Removing intermediate container a7719e0026ac
  970. 2020-11-23T12:31:00.1407284Z ---> bd288a1d5cb1
  971. 2020-11-23T12:31:00.1407850Z Step 5/6 : ENTRYPOINT ["/opt/shipyard/scripts/entry"]
  972. 2020-11-23T12:31:00.1751437Z ---> Running in 898dea517901
  973. 2020-11-23T12:31:01.1940985Z Removing intermediate container 898dea517901
  974. 2020-11-23T12:31:01.1942449Z ---> 169c1747960e
  975. 2020-11-23T12:31:01.1942888Z Step 6/6 : CMD ["sh"]
  976. 2020-11-23T12:31:01.2226905Z ---> Running in 3b50c34cec65
  977. 2020-11-23T12:31:02.2347841Z Removing intermediate container 3b50c34cec65
  978. 2020-11-23T12:31:02.2350284Z ---> d14336615525
  979. 2020-11-23T12:31:02.2531770Z Successfully built d14336615525
  980. 2020-11-23T12:31:02.2586620Z Successfully tagged shipyard:master
  981. 2020-11-23T12:31:02.8034612Z [lighthouse]$ trap chown -R 1001:116 . exit
  982. 2020-11-23T12:31:02.8059960Z [lighthouse]$ mkdir -p bin dist output
  983. 2020-11-23T12:31:02.8181520Z [lighthouse]$ make e2e -- using=operator libreswan
  984. 2020-11-23T12:31:02.8660029Z fatal: No names found, cannot describe anything.
  985. 2020-11-23T12:31:02.8753408Z /opt/shipyard/scripts/e2e.sh cluster1 cluster2
  986. 2020-11-23T12:31:02.8762698Z Makefile:40: warning: overriding recipe for target 'deploy'
  987. 2020-11-23T12:31:02.8764323Z /opt/shipyard/Makefile.inc:50: warning: ignoring old recipe for target 'deploy'
  988. 2020-11-23T12:31:02.8810214Z Downloading shflags 1.0.3
  989. 2020-11-23T12:31:02.8864336Z % Total % Received % Xferd Average Speed Time Time Time Current
  990. 2020-11-23T12:31:02.8865430Z Dload Upload Total Spent Left Speed
  991. 2020-11-23T12:31:02.8866014Z
  992. 2020-11-23T12:31:02.9398357Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  993. 2020-11-23T12:31:02.9399834Z 100 31091 100 31091 0 0 607k 0 --:--:-- --:--:-- --:--:-- 607k
  994. 2020-11-23T12:31:02.9960096Z [lighthouse]$ source /opt/shipyard/scripts/lib/utils
  995. 2020-11-23T12:31:02.9973373Z [lighthouse]$ . /opt/shipyard/scripts/lib/source_only
  996. 2020-11-23T12:31:02.9990214Z [lighthouse]$ script_name=utils
  997. 2020-11-23T12:31:03.0001376Z [lighthouse]$ exec_name=e2e.sh
  998. 2020-11-23T12:31:03.0028933Z [lighthouse]$ source /opt/shipyard/scripts/lib/cluster_settings
  999. 2020-11-23T12:31:03.0042885Z [lighthouse]$ . /opt/shipyard/scripts/lib/source_only
  1000. 2020-11-23T12:31:03.0058299Z [lighthouse]$ script_name=cluster_settings
  1001. 2020-11-23T12:31:03.0068896Z [lighthouse]$ exec_name=e2e.sh
  1002. 2020-11-23T12:31:03.0095136Z [lighthouse]$ broker=cluster1
  1003. 2020-11-23T12:31:03.0114308Z [lighthouse]$ declare -gA cluster_nodes
  1004. 2020-11-23T12:31:03.0123754Z [lighthouse]$ cluster_nodes[cluster1]=control-plane worker
  1005. 2020-11-23T12:31:03.0140200Z [lighthouse]$ cluster_nodes[cluster2]=control-plane worker
  1006. 2020-11-23T12:31:03.0154443Z [lighthouse]$ cluster_nodes[cluster3]=control-plane worker worker
  1007. 2020-11-23T12:31:03.0170580Z [lighthouse]$ declare -gA cluster_subm
  1008. 2020-11-23T12:31:03.0181642Z [lighthouse]$ cluster_subm[cluster1]=true
  1009. 2020-11-23T12:31:03.0196444Z [lighthouse]$ cluster_subm[cluster2]=true
  1010. 2020-11-23T12:31:03.0208831Z [lighthouse]$ cluster_subm[cluster3]=true
  1011. 2020-11-23T12:31:03.0223333Z [lighthouse]$ declare -gA cluster_cni
  1012. 2020-11-23T12:31:03.0236568Z [lighthouse]$ cluster_cni[cluster2]=weave
  1013. 2020-11-23T12:31:03.0248833Z [lighthouse]$ cluster_cni[cluster3]=weave
  1014. 2020-11-23T12:31:03.0265207Z [lighthouse]$ declare_kubeconfig
  1015. 2020-11-23T12:31:03.0278224Z [lighthouse]$ declare_kubeconfig
  1016. 2020-11-23T12:31:03.0292514Z [lighthouse]$ source /opt/shipyard/scripts/lib/kubecfg
  1017. 2020-11-23T12:31:03.0304462Z [lighthouse]$ export KUBECONFIG
  1018. 2020-11-23T12:31:03.0350752Z [lighthouse]$ KUBECONFIG=
  1019. 2020-11-23T12:31:03.0368642Z [lighthouse]$ find /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs -type f -printf %p:
  1020. 2020-11-23T12:31:03.0383770Z find: '/go/src/github.com/submariner-io/lighthouse/output/kubeconfigs': No such file or directory
  1021. 2020-11-23T12:31:03.0396608Z [lighthouse]$ :
  1022. 2020-11-23T12:31:03.0416127Z [lighthouse]$ deploy_env_once
  1023. 2020-11-23T12:31:03.0440513Z [lighthouse]$ deploy_env_once
  1024. 2020-11-23T12:31:03.0441552Z 
  1025. 2020-11-23T12:31:03.3208982Z [lighthouse]$ make deploy
  1026. 2020-11-23T12:31:03.3236106Z make[1]: Entering directory '/go/src/github.com/submariner-io/lighthouse'
  1027. 2020-11-23T12:31:03.3709296Z fatal: No names found, cannot describe anything.
  1028. 2020-11-23T12:31:03.3825761Z Makefile:40: warning: overriding recipe for target 'deploy'
  1029. 2020-11-23T12:31:03.3826897Z /opt/shipyard/Makefile.inc:50: warning: ignoring old recipe for target 'deploy'
  1030. 2020-11-23T12:31:03.3892681Z find: 'bin/lighthouse-agent': No such file or directory
  1031. 2020-11-23T12:31:03.7272836Z go mod download
  1032. 2020-11-23T12:31:30.2730898Z go mod vendor
  1033. 2020-11-23T12:31:31.7629021Z /opt/shipyard/scripts/compile.sh bin/lighthouse-agent pkg/agent/main.go
  1034. 2020-11-23T12:31:31.8215158Z [lighthouse]$ mkdir -p bin
  1035. 2020-11-23T12:31:31.8235013Z Building 'bin/lighthouse-agent' (ldflags: '')
  1036. 2020-11-23T12:31:31.8250507Z [lighthouse]$ ldflags=-s -w 
  1037. 2020-11-23T12:31:31.8267906Z [lighthouse]$ CGO_ENABLED=0 go build -ldflags -s -w -o bin/lighthouse-agent pkg/agent/main.go
  1038. 2020-11-23T12:32:18.8366552Z [lighthouse]$ upx bin/lighthouse-agent
  1039. 2020-11-23T12:32:25.0247859Z Ultimate Packer for eXecutables
  1040. 2020-11-23T12:32:25.0249288Z Copyright (C) 1996 - 2020
  1041. 2020-11-23T12:32:25.0250098Z UPX 3.96 Markus Oberhumer, Laszlo Molnar & John Reiser Jan 23rd 2020
  1042. 2020-11-23T12:32:25.0250557Z
  1043. 2020-11-23T12:32:25.0250970Z File size Ratio Format Name
  1044. 2020-11-23T12:32:25.0253821Z -------------------- ------ ----------- -----------
  1045. 2020-11-23T12:32:25.0254726Z 27000832 -> 7848632 29.07% linux/amd64 lighthouse-agent
  1046. 2020-11-23T12:32:25.0255123Z
  1047. 2020-11-23T12:32:25.0255732Z Packed 1 file.
  1048. 2020-11-23T12:32:25.0258633Z /opt/shipyard/scripts/build_image.sh -i lighthouse-agent -f package/Dockerfile.lighthouse-agent
  1049. 2020-11-23T12:32:25.0799829Z fatal: No names found, cannot describe anything.
  1050. 2020-11-23T12:32:25.1858764Z [lighthouse]$ set -e
  1051. 2020-11-23T12:32:25.1875105Z [lighthouse]$ local_image=quay.io/submariner/lighthouse-agent:dev
  1052. 2020-11-23T12:32:25.1925806Z [lighthouse]$ cache_image=quay.io/submariner/lighthouse-agent:devel
  1053. 2020-11-23T12:32:25.1940512Z [lighthouse]$ cache_flag=
  1054. 2020-11-23T12:32:25.1959407Z [lighthouse]$ cache_flag=--cache-from quay.io/submariner/lighthouse-agent:devel
  1055. 2020-11-23T12:32:25.1990534Z [lighthouse]$ docker image ls -q quay.io/submariner/lighthouse-agent:devel
  1056. 2020-11-23T12:32:25.5514683Z [lighthouse]$ docker pull quay.io/submariner/lighthouse-agent:devel
  1057. 2020-11-23T12:32:26.0095162Z devel: Pulling from submariner/lighthouse-agent
  1058. 2020-11-23T12:32:26.0096143Z 4753a4528f5f: Pulling fs layer
  1059. 2020-11-23T12:32:26.0096639Z c0194df27eff: Pulling fs layer
  1060. 2020-11-23T12:32:26.0097120Z b6209b06ee49: Pulling fs layer
  1061. 2020-11-23T12:32:26.0097611Z 714eb779f9e8: Pulling fs layer
  1062. 2020-11-23T12:32:26.0098053Z 714eb779f9e8: Waiting
  1063. 2020-11-23T12:32:26.1184708Z c0194df27eff: Verifying Checksum
  1064. 2020-11-23T12:32:26.1187537Z c0194df27eff: Download complete
  1065. 2020-11-23T12:32:26.2203758Z b6209b06ee49: Verifying Checksum
  1066. 2020-11-23T12:32:26.2204432Z b6209b06ee49: Download complete
  1067. 2020-11-23T12:32:26.4382397Z 714eb779f9e8: Verifying Checksum
  1068. 2020-11-23T12:32:26.4383485Z 714eb779f9e8: Download complete
  1069. 2020-11-23T12:32:28.4509739Z 4753a4528f5f: Verifying Checksum
  1070. 2020-11-23T12:32:28.4510313Z 4753a4528f5f: Download complete
  1071. 2020-11-23T12:32:29.9827558Z 4753a4528f5f: Pull complete
  1072. 2020-11-23T12:32:30.0645891Z c0194df27eff: Pull complete
  1073. 2020-11-23T12:32:30.1359446Z b6209b06ee49: Pull complete
  1074. 2020-11-23T12:32:30.3110057Z 714eb779f9e8: Pull complete
  1075. 2020-11-23T12:32:30.3140232Z Digest: sha256:5610301b374bc2b23345348d7d208d71a7c4694c6b20f793b3744470e91c11c9
  1076. 2020-11-23T12:32:30.3169309Z Status: Downloaded newer image for quay.io/submariner/lighthouse-agent:devel
  1077. 2020-11-23T12:32:30.3201177Z quay.io/submariner/lighthouse-agent:devel
  1078. 2020-11-23T12:32:30.3256152Z [lighthouse]$ grep FROM package/Dockerfile.lighthouse-agent
  1079. 2020-11-23T12:32:30.3263132Z [lighthouse]$ cut -f2 -d 
  1080. 2020-11-23T12:32:30.3263844Z [lighthouse]$ grep -v scratch
  1081. 2020-11-23T12:32:30.3298626Z [lighthouse]$ cache_flag+= --cache-from registry.access.redhat.com/ubi8/ubi-minimal
  1082. 2020-11-23T12:32:30.3300040Z [lighthouse]$ docker pull registry.access.redhat.com/ubi8/ubi-minimal
  1083. 2020-11-23T12:32:30.6740267Z Using default tag: latest
  1084. 2020-11-23T12:32:31.1248810Z latest: Pulling from ubi8/ubi-minimal
  1085. 2020-11-23T12:32:31.2320572Z 4753a4528f5f: Already exists
  1086. 2020-11-23T12:32:31.4730472Z c0194df27eff: Already exists
  1087. 2020-11-23T12:32:31.4761737Z Digest: sha256:c6473956faa4985a41776701993718eb27ab933078bf579768e8ca7d967459ee
  1088. 2020-11-23T12:32:31.4789788Z Status: Downloaded newer image for registry.access.redhat.com/ubi8/ubi-minimal:latest
  1089. 2020-11-23T12:32:31.4829648Z registry.access.redhat.com/ubi8/ubi-minimal:latest
  1090. 2020-11-23T12:32:31.4859395Z [lighthouse]$ buildargs_flag=--build-arg BUILDKIT_INLINE_CACHE=1
  1091. 2020-11-23T12:32:31.4861939Z [lighthouse]$ DOCKER_BUILDKIT=1 docker build -t quay.io/submariner/lighthouse-agent:dev --cache-from quay.io/submariner/lighthouse-agent:devel --cache-from registry.access.redhat.com/ubi8/ubi-minimal -f package/Dockerfile.lighthouse-agent --build-arg BUILDKIT_INLINE_CACHE=1 .
  1092. 2020-11-23T12:32:31.9633182Z #2 [internal] load build definition from Dockerfile.lighthouse-agent
  1093. 2020-11-23T12:32:31.9635076Z #2 transferring dockerfile: 238B done
  1094. 2020-11-23T12:32:31.9635539Z #2 DONE 0.0s
  1095. 2020-11-23T12:32:31.9635850Z
  1096. 2020-11-23T12:32:31.9636494Z #1 [internal] load .dockerignore
  1097. 2020-11-23T12:32:31.9637006Z #1 transferring context: 2B done
  1098. 2020-11-23T12:32:31.9637433Z #1 DONE 0.0s
  1099. 2020-11-23T12:32:31.9637661Z
  1100. 2020-11-23T12:32:31.9638734Z #3 [internal] load metadata for registry.access.redhat.com/ubi8/ubi-minimal...
  1101. 2020-11-23T12:32:31.9639751Z #3 DONE 0.0s
  1102. 2020-11-23T12:32:31.9639986Z
  1103. 2020-11-23T12:32:31.9640827Z #7 importing cache manifest from quay.io/submariner/lighthouse-agent:devel
  1104. 2020-11-23T12:32:31.9641618Z #7 DONE 0.0s
  1105. 2020-11-23T12:32:31.9641851Z
  1106. 2020-11-23T12:32:31.9642749Z #8 importing cache manifest from registry.access.redhat.com/ubi8/ubi-minima...
  1107. 2020-11-23T12:32:31.9643474Z #8 DONE 0.0s
  1108. 2020-11-23T12:32:31.9644172Z
  1109. 2020-11-23T12:32:31.9645003Z #9 [1/3] FROM registry.access.redhat.com/ubi8/ubi-minimal
  1110. 2020-11-23T12:32:31.9645581Z #9 DONE 0.0s
  1111. 2020-11-23T12:32:31.9646032Z
  1112. 2020-11-23T12:32:31.9646441Z #5 [internal] load build context
  1113. 2020-11-23T12:32:31.9646949Z #5 transferring context: 7.85MB 0.1s done
  1114. 2020-11-23T12:32:32.0176865Z #5 DONE 0.1s
  1115. 2020-11-23T12:32:32.0179243Z
  1116. 2020-11-23T12:32:32.0179943Z #4 [2/3] WORKDIR /var/submariner
  1117. 2020-11-23T12:32:32.0180525Z #4 CACHED
  1118. 2020-11-23T12:32:32.0180888Z
  1119. 2020-11-23T12:32:32.0182416Z #6 [3/3] COPY bin/lighthouse-agent package/lighthouse-agent.sh /usr/local/b...
  1120. 2020-11-23T12:32:32.0183632Z #6 CACHED
  1121. 2020-11-23T12:32:32.0184135Z
  1122. 2020-11-23T12:32:32.0184833Z #10 exporting to image
  1123. 2020-11-23T12:32:32.0185926Z #10 exporting layers done
  1124. 2020-11-23T12:32:32.0187528Z #10 writing image sha256:571486123f18cc2a0d201ad3ee88d8f61bf2a0cc708874879a75767af37afc19 done
  1125. 2020-11-23T12:32:32.0189156Z #10 naming to quay.io/submariner/lighthouse-agent:dev done
  1126. 2020-11-23T12:32:32.0189938Z #10 DONE 0.0s
  1127. 2020-11-23T12:32:32.0190306Z
  1128. 2020-11-23T12:32:32.0190789Z #11 exporting cache
  1129. 2020-11-23T12:32:32.0191437Z #11 preparing build cache for export done
  1130. 2020-11-23T12:32:32.0192409Z #11 DONE 0.0s
  1131. 2020-11-23T12:32:32.0193904Z [lighthouse]$ docker tag quay.io/submariner/lighthouse-agent:dev quay.io/submariner/lighthouse-agent:devel
  1132. 2020-11-23T12:32:32.3440299Z touch package/.image.lighthouse-agent
  1133. 2020-11-23T12:32:32.3514256Z find: 'bin/lighthouse-coredns': No such file or directory
  1134. 2020-11-23T12:32:32.6939369Z /opt/shipyard/scripts/compile.sh bin/lighthouse-coredns pkg/coredns/main.go
  1135. 2020-11-23T12:32:32.7540240Z [lighthouse]$ mkdir -p bin
  1136. 2020-11-23T12:32:32.7565099Z Building 'bin/lighthouse-coredns' (ldflags: '')
  1137. 2020-11-23T12:32:32.7579200Z [lighthouse]$ ldflags=-s -w 
  1138. 2020-11-23T12:32:32.7594075Z [lighthouse]$ CGO_ENABLED=0 go build -ldflags -s -w -o bin/lighthouse-coredns pkg/coredns/main.go
  1139. 2020-11-23T12:33:07.0384159Z [lighthouse]$ upx bin/lighthouse-coredns
  1140. 2020-11-23T12:33:16.3402258Z Ultimate Packer for eXecutables
  1141. 2020-11-23T12:33:16.3410327Z Copyright (C) 1996 - 2020
  1142. 2020-11-23T12:33:16.3417581Z UPX 3.96 Markus Oberhumer, Laszlo Molnar & John Reiser Jan 23rd 2020
  1143. 2020-11-23T12:33:16.3419556Z
  1144. 2020-11-23T12:33:16.3420285Z File size Ratio Format Name
  1145. 2020-11-23T12:33:16.3421530Z -------------------- ------ ----------- -----------
  1146. 2020-11-23T12:33:16.3422872Z 39436288 -> 11742000 29.77% linux/amd64 lighthouse-coredns
  1147. 2020-11-23T12:33:16.3423578Z
  1148. 2020-11-23T12:33:16.3424177Z Packed 1 file.
  1149. 2020-11-23T12:33:16.3425751Z /opt/shipyard/scripts/build_image.sh -i lighthouse-coredns -f package/Dockerfile.lighthouse-coredns
  1150. 2020-11-23T12:33:16.3962347Z fatal: No names found, cannot describe anything.
  1151. 2020-11-23T12:33:16.4986091Z [lighthouse]$ set -e
  1152. 2020-11-23T12:33:16.5002831Z [lighthouse]$ local_image=quay.io/submariner/lighthouse-coredns:dev
  1153. 2020-11-23T12:33:16.5026365Z [lighthouse]$ cache_image=quay.io/submariner/lighthouse-coredns:devel
  1154. 2020-11-23T12:33:16.5039181Z [lighthouse]$ cache_flag=
  1155. 2020-11-23T12:33:16.5055973Z [lighthouse]$ cache_flag=--cache-from quay.io/submariner/lighthouse-coredns:devel
  1156. 2020-11-23T12:33:16.5075161Z [lighthouse]$ docker image ls -q quay.io/submariner/lighthouse-coredns:devel
  1157. 2020-11-23T12:33:16.8571628Z [lighthouse]$ docker pull quay.io/submariner/lighthouse-coredns:devel
  1158. 2020-11-23T12:33:17.3244525Z devel: Pulling from submariner/lighthouse-coredns
  1159. 2020-11-23T12:33:17.3245234Z 6e640006d1cd: Pulling fs layer
  1160. 2020-11-23T12:33:17.3245714Z 80b726cfcedd: Pulling fs layer
  1161. 2020-11-23T12:33:17.3246200Z 05c93b461309: Pulling fs layer
  1162. 2020-11-23T12:33:17.7192363Z 05c93b461309: Verifying Checksum
  1163. 2020-11-23T12:33:17.7193004Z 05c93b461309: Download complete
  1164. 2020-11-23T12:33:17.8669637Z 6e640006d1cd: Verifying Checksum
  1165. 2020-11-23T12:33:17.8670539Z 6e640006d1cd: Download complete
  1166. 2020-11-23T12:33:17.9128808Z 80b726cfcedd: Verifying Checksum
  1167. 2020-11-23T12:33:17.9129399Z 80b726cfcedd: Download complete
  1168. 2020-11-23T12:33:19.2251515Z 6e640006d1cd: Pull complete
  1169. 2020-11-23T12:33:19.6743623Z 80b726cfcedd: Pull complete
  1170. 2020-11-23T12:33:19.8817566Z 05c93b461309: Pull complete
  1171. 2020-11-23T12:33:19.8847642Z Digest: sha256:aba3e964c07391ecba72bdd523438e1153c848392b540426c65e29ef91bbe5ea
  1172. 2020-11-23T12:33:19.8906394Z Status: Downloaded newer image for quay.io/submariner/lighthouse-coredns:devel
  1173. 2020-11-23T12:33:19.8914028Z quay.io/submariner/lighthouse-coredns:devel
  1174. 2020-11-23T12:33:19.8971022Z [lighthouse]$ grep FROM package/Dockerfile.lighthouse-coredns
  1175. 2020-11-23T12:33:19.8974151Z [lighthouse]$ cut -f2 -d 
  1176. 2020-11-23T12:33:19.8976743Z [lighthouse]$ grep -v scratch
  1177. 2020-11-23T12:33:19.8980386Z [lighthouse]$ cache_flag+= --cache-from debian:stable-slim
  1178. 2020-11-23T12:33:19.9056669Z [lighthouse]$ docker pull debian:stable-slim
  1179. 2020-11-23T12:33:20.3474093Z stable-slim: Pulling from library/debian
  1180. 2020-11-23T12:33:20.3986487Z 6e640006d1cd: Already exists
  1181. 2020-11-23T12:33:20.4530443Z Digest: sha256:850a7ee21c49c99b0e5e06df21f898a0e64335ae84eb37d6f71abc1bf28f5632
  1182. 2020-11-23T12:33:20.4577147Z Status: Downloaded newer image for debian:stable-slim
  1183. 2020-11-23T12:33:20.4609985Z [lighthouse]$ buildargs_flag=--build-arg BUILDKIT_INLINE_CACHE=1
  1184. 2020-11-23T12:33:20.4626381Z [lighthouse]$ DOCKER_BUILDKIT=1 docker build -t quay.io/submariner/lighthouse-coredns:dev --cache-from quay.io/submariner/lighthouse-coredns:devel --cache-from debian:stable-slim -f package/Dockerfile.lighthouse-coredns --build-arg BUILDKIT_INLINE_CACHE=1 .
  1185. 2020-11-23T12:33:20.4699252Z docker.io/library/debian:stable-slim
  1186. 2020-11-23T12:33:20.9317178Z #1 [internal] load build definition from Dockerfile.lighthouse-coredns
  1187. 2020-11-23T12:33:20.9318113Z #1 transferring dockerfile: 284B done
  1188. 2020-11-23T12:33:20.9318601Z #1 DONE 0.0s
  1189. 2020-11-23T12:33:20.9318846Z
  1190. 2020-11-23T12:33:20.9319284Z #2 [internal] load .dockerignore
  1191. 2020-11-23T12:33:20.9319814Z #2 transferring context: 2B done
  1192. 2020-11-23T12:33:20.9320262Z #2 DONE 0.0s
  1193. 2020-11-23T12:33:20.9320514Z
  1194. 2020-11-23T12:33:20.9321361Z #3 [internal] load metadata for docker.io/library/debian:stable-slim
  1195. 2020-11-23T12:33:20.9321953Z #3 DONE 0.0s
  1196. 2020-11-23T12:33:20.9322197Z
  1197. 2020-11-23T12:33:20.9323359Z #8 importing cache manifest from debian:stable-slim
  1198. 2020-11-23T12:33:20.9323889Z #8 DONE 0.0s
  1199. 2020-11-23T12:33:20.9324131Z
  1200. 2020-11-23T12:33:20.9324998Z #9 importing cache manifest from quay.io/submariner/lighthouse-coredns:deve...
  1201. 2020-11-23T12:33:20.9325696Z #9 DONE 0.0s
  1202. 2020-11-23T12:33:20.9325921Z
  1203. 2020-11-23T12:33:20.9326600Z #4 [1/3] FROM docker.io/library/debian:stable-slim
  1204. 2020-11-23T12:33:20.9327099Z #4 DONE 0.0s
  1205. 2020-11-23T12:33:20.9327337Z
  1206. 2020-11-23T12:33:20.9327728Z #6 [internal] load build context
  1207. 2020-11-23T12:33:20.9899590Z #6 transferring context: 11.74MB 0.1s done
  1208. 2020-11-23T12:33:20.9900099Z #6 DONE 0.1s
  1209. 2020-11-23T12:33:20.9900386Z
  1210. 2020-11-23T12:33:20.9901716Z #5 [2/3] RUN apt-get update && apt-get -y install ca-certificates && update...
  1211. 2020-11-23T12:33:20.9902343Z #5 CACHED
  1212. 2020-11-23T12:33:20.9902603Z
  1213. 2020-11-23T12:33:20.9903313Z #7 [3/3] COPY bin/lighthouse-coredns /usr/local/bin/
  1214. 2020-11-23T12:33:20.9903859Z #7 CACHED
  1215. 2020-11-23T12:33:20.9904088Z
  1216. 2020-11-23T12:33:20.9904472Z #10 exporting to image
  1217. 2020-11-23T12:33:20.9904931Z #10 exporting layers done
  1218. 2020-11-23T12:33:20.9906020Z #10 writing image sha256:1779f635d51ec47bd181cda1ce16eb9aa230e786ead14140e5ee7bd1dc44aade done
  1219. 2020-11-23T12:33:20.9907475Z #10 naming to quay.io/submariner/lighthouse-coredns:dev done
  1220. 2020-11-23T12:33:20.9908089Z #10 DONE 0.0s
  1221. 2020-11-23T12:33:20.9908314Z
  1222. 2020-11-23T12:33:20.9908685Z #11 exporting cache
  1223. 2020-11-23T12:33:20.9909189Z #11 preparing build cache for export done
  1224. 2020-11-23T12:33:20.9909670Z #11 DONE 0.0s
  1225. 2020-11-23T12:33:20.9911076Z [lighthouse]$ docker tag quay.io/submariner/lighthouse-coredns:dev quay.io/submariner/lighthouse-coredns:devel
  1226. 2020-11-23T12:33:21.3198587Z touch package/.image.lighthouse-coredns
  1227. 2020-11-23T12:33:21.3222035Z /opt/shipyard/scripts/clusters.sh --cluster_settings /go/src/github.com/submariner-io/lighthouse/scripts/cluster_settings
  1228. 2020-11-23T12:33:21.4233251Z Running with: k8s_version=1.17.0, olm_version=0.14.1, olm=false, globalnet=false, registry_inmemory=true, cluster_settings=/go/src/github.com/submariner-io/lighthouse/scripts/cluster_settings, timeout=5m
  1229. 2020-11-23T12:33:21.4264122Z [lighthouse]$ source /opt/shipyard/scripts/lib/utils
  1230. 2020-11-23T12:33:21.4279893Z [lighthouse]$ . /opt/shipyard/scripts/lib/source_only
  1231. 2020-11-23T12:33:21.4294529Z [lighthouse]$ script_name=utils
  1232. 2020-11-23T12:33:21.4303619Z [lighthouse]$ exec_name=clusters.sh
  1233. 2020-11-23T12:33:21.4325511Z [lighthouse]$ source /opt/shipyard/scripts/lib/cluster_settings
  1234. 2020-11-23T12:33:21.4340008Z [lighthouse]$ . /opt/shipyard/scripts/lib/source_only
  1235. 2020-11-23T12:33:21.4354828Z [lighthouse]$ script_name=cluster_settings
  1236. 2020-11-23T12:33:21.4367000Z [lighthouse]$ exec_name=clusters.sh
  1237. 2020-11-23T12:33:21.4392841Z [lighthouse]$ broker=cluster1
  1238. 2020-11-23T12:33:21.4407295Z [lighthouse]$ declare -gA cluster_nodes
  1239. 2020-11-23T12:33:21.4420667Z [lighthouse]$ cluster_nodes[cluster1]=control-plane worker
  1240. 2020-11-23T12:33:21.4435306Z [lighthouse]$ cluster_nodes[cluster2]=control-plane worker
  1241. 2020-11-23T12:33:21.4449852Z [lighthouse]$ cluster_nodes[cluster3]=control-plane worker worker
  1242. 2020-11-23T12:33:21.4463189Z [lighthouse]$ declare -gA cluster_subm
  1243. 2020-11-23T12:33:21.4476093Z [lighthouse]$ cluster_subm[cluster1]=true
  1244. 2020-11-23T12:33:21.4489254Z [lighthouse]$ cluster_subm[cluster2]=true
  1245. 2020-11-23T12:33:21.4503981Z [lighthouse]$ cluster_subm[cluster3]=true
  1246. 2020-11-23T12:33:21.4518162Z [lighthouse]$ declare -gA cluster_cni
  1247. 2020-11-23T12:33:21.4531226Z [lighthouse]$ cluster_cni[cluster2]=weave
  1248. 2020-11-23T12:33:21.4546526Z [lighthouse]$ cluster_cni[cluster3]=weave
  1249. 2020-11-23T12:33:21.4571006Z [lighthouse]$ source /go/src/github.com/submariner-io/lighthouse/scripts/cluster_settings
  1250. 2020-11-23T12:33:21.4582897Z [lighthouse]$ . /opt/shipyard/scripts/lib/source_only
  1251. 2020-11-23T12:33:21.4616457Z [lighthouse]$ script_name=cluster_settings
  1252. 2020-11-23T12:33:21.4630140Z [lighthouse]$ exec_name=clusters.sh
  1253. 2020-11-23T12:33:21.4658440Z [lighthouse]$ cluster_nodes[cluster1]=control-plane worker worker
  1254. 2020-11-23T12:33:21.4671371Z [lighthouse]$ cluster_nodes[cluster2]=control-plane worker worker
  1255. 2020-11-23T12:33:21.4755860Z [lighthouse]$ cat
  1256. 2020-11-23T12:33:21.4790140Z [lighthouse]$ typeset -p cluster_nodes
  1257. 2020-11-23T12:33:21.4808188Z [lighthouse]$ cut -f 2- -d=
  1258. 2020-11-23T12:33:21.4846261Z [lighthouse]$ typeset -p cluster_subm
  1259. 2020-11-23T12:33:21.4866600Z [lighthouse]$ cut -f 2- -d=
  1260. 2020-11-23T12:33:21.4894535Z Cluster settings::
  1261. 2020-11-23T12:33:21.4895691Z broker - 'cluster1'
  1262. 2020-11-23T12:33:21.4896427Z clusters - 'cluster1' 'cluster2'
  1263. 2020-11-23T12:33:21.4897785Z nodes per cluster - ([cluster3]="control-plane worker worker" [cluster2]="control-plane worker worker" [cluster1]="control-plane worker worker" )
  1264. 2020-11-23T12:33:21.4899084Z install submariner - ([cluster2]="true" [cluster1]="true" )
  1265. 2020-11-23T12:33:21.4933393Z [lighthouse]$ cat /proc/sys/fs/inotify/max_user_instances
  1266. 2020-11-23T12:33:21.4954381Z [lighthouse]$ rm -rf /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs
  1267. 2020-11-23T12:33:21.4982639Z [lighthouse]$ mkdir -p /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs
  1268. 2020-11-23T12:33:21.5019238Z [lighthouse]$ run_local_registry
  1269. 2020-11-23T12:33:21.5034917Z [lighthouse]$ run_local_registry
  1270. 2020-11-23T12:33:21.5050073Z [lighthouse]$ registry_running
  1271. 2020-11-23T12:33:21.5062274Z [lighthouse]$ registry_running
  1272. 2020-11-23T12:33:21.5076364Z [lighthouse]$ docker ps --filter name=^/?kind-registry$
  1273. 2020-11-23T12:33:21.5093277Z [lighthouse]$ grep kind-registry
  1274. 2020-11-23T12:33:21.8674630Z [lighthouse]$ return 0
  1275. 2020-11-23T12:33:21.8675924Z Deploying local registry kind-registry to serve images centrally.
  1276. 2020-11-23T12:33:21.8689156Z [lighthouse]$ local volume_flag
  1277. 2020-11-23T12:33:21.8709546Z [lighthouse]$ volume_flag=-v /dev/shm/kind-registry:/var/lib/registry
  1278. 2020-11-23T12:33:21.8725732Z [lighthouse]$ docker run -d -v /dev/shm/kind-registry:/var/lib/registry -p 5000:5000 --restart=always --name kind-registry registry:2
  1279. 2020-11-23T12:33:22.2098612Z Unable to find image 'registry:2' locally
  1280. 2020-11-23T12:33:22.4788854Z 2: Pulling from library/registry
  1281. 2020-11-23T12:33:22.5687610Z cbdbe7a5bc2a: Already exists
  1282. 2020-11-23T12:33:22.5749220Z 47112e65547d: Pulling fs layer
  1283. 2020-11-23T12:33:22.5749913Z 46bcb632e506: Pulling fs layer
  1284. 2020-11-23T12:33:22.5750586Z c1cc712bcecd: Pulling fs layer
  1285. 2020-11-23T12:33:22.5751243Z 3db6272dcbfa: Pulling fs layer
  1286. 2020-11-23T12:33:22.5751887Z 3db6272dcbfa: Waiting
  1287. 2020-11-23T12:33:22.6282237Z c1cc712bcecd: Verifying Checksum
  1288. 2020-11-23T12:33:22.6284070Z c1cc712bcecd: Download complete
  1289. 2020-11-23T12:33:22.6400704Z 47112e65547d: Download complete
  1290. 2020-11-23T12:33:22.6824013Z 3db6272dcbfa: Verifying Checksum
  1291. 2020-11-23T12:33:22.6825167Z 3db6272dcbfa: Download complete
  1292. 2020-11-23T12:33:22.7014984Z 46bcb632e506: Verifying Checksum
  1293. 2020-11-23T12:33:22.7016179Z 46bcb632e506: Download complete
  1294. 2020-11-23T12:33:22.7828997Z 47112e65547d: Pull complete
  1295. 2020-11-23T12:33:23.0616278Z 46bcb632e506: Pull complete
  1296. 2020-11-23T12:33:23.1517394Z c1cc712bcecd: Pull complete
  1297. 2020-11-23T12:33:23.2203560Z 3db6272dcbfa: Pull complete
  1298. 2020-11-23T12:33:23.2233341Z Digest: sha256:8be26f81ffea54106bae012c6f349df70f4d5e7e2ec01b143c46e2c03b9e551d
  1299. 2020-11-23T12:33:23.2252554Z Status: Downloaded newer image for registry:2
  1300. 2020-11-23T12:33:26.3044014Z 1074a80b023f86b58ef905cc6537dabb3a24224f674adf8e0929169a12a49ed7
  1301. 2020-11-23T12:33:27.0493192Z [lighthouse]$ registry_ip=172.17.0.3
  1302. 2020-11-23T12:33:27.0509207Z [lighthouse]$ docker inspect -f {{.NetworkSettings.IPAddress}} kind-registry
  1303. 2020-11-23T12:33:27.3846462Z [lighthouse]$ declare_cidrs
  1304. 2020-11-23T12:33:27.3863563Z [lighthouse]$ declare_cidrs
  1305. 2020-11-23T12:33:27.3876553Z [lighthouse]$ declare -gA cluster_CIDRs service_CIDRs global_CIDRs
  1306. 2020-11-23T12:33:27.3892594Z [lighthouse]$ i=1
  1307. 2020-11-23T12:33:27.3906144Z [lighthouse]$ [cluster1] add_cluster_cidrs 1 cluster1
  1308. 2020-11-23T12:33:27.3921252Z [lighthouse]$ [cluster1] add_cluster_cidrs 1 cluster1
  1309. 2020-11-23T12:33:27.3937739Z [lighthouse]$ [cluster1] local val=1
  1310. 2020-11-23T12:33:27.3951122Z [lighthouse]$ [cluster1] local idx=cluster1
  1311. 2020-11-23T12:33:27.3968235Z [lighthouse]$ [cluster1] cluster_CIDRs[cluster1]=10.1.0.0/16
  1312. 2020-11-23T12:33:27.3980029Z [lighthouse]$ [cluster1] service_CIDRs[cluster1]=100.1.0.0/16
  1313. 2020-11-23T12:33:27.3997169Z [lighthouse]$ [cluster1] i=2
  1314. 2020-11-23T12:33:27.4012574Z [lighthouse]$ [cluster2] add_cluster_cidrs 2 cluster2
  1315. 2020-11-23T12:33:27.4029610Z [lighthouse]$ [cluster2] add_cluster_cidrs 2 cluster2
  1316. 2020-11-23T12:33:27.4041586Z [lighthouse]$ [cluster2] local val=2
  1317. 2020-11-23T12:33:27.4058992Z [lighthouse]$ [cluster2] local idx=cluster2
  1318. 2020-11-23T12:33:27.4085249Z [lighthouse]$ [cluster2] cluster_CIDRs[cluster2]=10.2.0.0/16
  1319. 2020-11-23T12:33:27.4104758Z [lighthouse]$ [cluster2] service_CIDRs[cluster2]=100.2.0.0/16
  1320. 2020-11-23T12:33:27.4118149Z [lighthouse]$ [cluster2] i=3
  1321. 2020-11-23T12:33:27.4136734Z [lighthouse]$ [cluster2] run_all_clusters with_retries 3 create_kind_cluster
  1322. 2020-11-23T12:33:27.4150669Z [lighthouse]$ [cluster2] run_all_clusters with_retries 3 create_kind_cluster
  1323. 2020-11-23T12:33:27.4170865Z [lighthouse]$ [cluster2] run_parallel cluster1 cluster2 with_retries 3 create_kind_cluster
  1324. 2020-11-23T12:33:27.4184123Z [lighthouse]$ [cluster2] run_parallel cluster1 cluster2 cluster1 cluster2 with_retries 3 create_kind_cluster
  1325. 2020-11-23T12:33:27.4198684Z [lighthouse]$ [cluster2] local cmnd=with_retries
  1326. 2020-11-23T12:33:27.4210787Z [lighthouse]$ [cluster2] declare -A pids
  1327. 2020-11-23T12:33:27.4237455Z [lighthouse]$ [cluster2] eval echo cluster1 cluster2
  1328. 2020-11-23T12:33:27.4261355Z [lighthouse]$ [cluster1] pids[cluster1]=3405
  1329. 2020-11-23T12:33:27.4270844Z [lighthouse]$ [cluster1] set -o pipefail
  1330. 2020-11-23T12:33:27.4291916Z [lighthouse]$ [cluster2] pids[cluster2]=3408
  1331. 2020-11-23T12:33:27.4292794Z [lighthouse]$ [cluster2] set -o pipefail
  1332. 2020-11-23T12:33:27.4306569Z [lighthouse]$ [cluster1] with_retries 3 create_kind_cluster
  1333. 2020-11-23T12:33:27.4315286Z [lighthouse]$ [cluster2] with_retries 3 create_kind_cluster
  1334. 2020-11-23T12:33:27.4329562Z [lighthouse]$ [cluster2] wait 3408
  1335. 2020-11-23T12:33:27.4335951Z [lighthouse]$ [cluster2] sed /\[cluster2]/!s/^/[cluster2] /
  1336. 2020-11-23T12:33:27.4350633Z [lighthouse]$ [cluster1] sed /\[cluster1]/!s/^/[cluster1] /
  1337. 2020-11-23T12:37:05.9494596Z [lighthouse]$ [cluster1] with_retries
  1338. 2020-11-23T12:37:05.9496583Z [lighthouse]$ [cluster1] local retries=3
  1339. 2020-11-23T12:37:05.9497734Z [lighthouse]$ [cluster1] local cmnd=create_kind_cluster
  1340. 2020-11-23T12:37:05.9500253Z [lighthouse]$ [cluster1] iteration=1
  1341. 2020-11-23T12:37:05.9501398Z [lighthouse]$ [cluster1] wait 3431
  1342. 2020-11-23T12:37:05.9502375Z [lighthouse]$ [cluster1] create_kind_cluster
  1343. 2020-11-23T12:37:05.9503419Z [lighthouse]$ [cluster1] create_kind_cluster
  1344. 2020-11-23T12:37:05.9504974Z [lighthouse]$ [cluster1] export KUBECONFIG=/go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster1
  1345. 2020-11-23T12:37:05.9506898Z [lighthouse]$ [cluster1] rm -f /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster1
  1346. 2020-11-23T12:37:05.9508291Z [lighthouse]$ [cluster1] kind get clusters
  1347. 2020-11-23T12:37:05.9509329Z [lighthouse]$ [cluster1] grep -q ^cluster1$
  1348. 2020-11-23T12:37:05.9510100Z [cluster1] No kind clusters found.
  1349. 2020-11-23T12:37:05.9510806Z [cluster1] Creating KIND cluster...
  1350. 2020-11-23T12:37:05.9511779Z [lighthouse]$ [cluster1] generate_cluster_yaml
  1351. 2020-11-23T12:37:05.9512868Z [lighthouse]$ [cluster1] generate_cluster_yaml
  1352. 2020-11-23T12:37:05.9513913Z [lighthouse]$ [cluster1] local pod_cidr=10.1.0.0/16
  1353. 2020-11-23T12:37:05.9514967Z [lighthouse]$ [cluster1] local service_cidr=100.1.0.0/16
  1354. 2020-11-23T12:37:05.9516086Z [lighthouse]$ [cluster1] local dns_domain=cluster1.local
  1355. 2020-11-23T12:37:05.9517192Z [lighthouse]$ [cluster1] local disable_cni=false
  1356. 2020-11-23T12:37:05.9518204Z [lighthouse]$ [cluster1] disable_cni=true
  1357. 2020-11-23T12:37:05.9519193Z [lighthouse]$ [cluster1] local nodes
  1358. 2020-11-23T12:37:05.9520136Z [lighthouse]$ [cluster1] nodes=
  1359. 2020-11-23T12:37:05.9521750Z [cluster1] - role: control-plane
  1360. 2020-11-23T12:37:05.9522994Z [lighthouse]$ [cluster1] nodes=
  1361. 2020-11-23T12:37:05.9523920Z [cluster1] - role: control-plane
  1362. 2020-11-23T12:37:05.9524798Z [cluster1] - role: worker
  1363. 2020-11-23T12:37:05.9525688Z [lighthouse]$ [cluster1] nodes=
  1364. 2020-11-23T12:37:05.9526588Z [cluster1] - role: control-plane
  1365. 2020-11-23T12:37:05.9576924Z [cluster1] - role: worker
  1366. 2020-11-23T12:37:05.9578341Z [cluster1] - role: worker
  1367. 2020-11-23T12:37:05.9579469Z [cluster1] 
  1368. 2020-11-23T12:37:05.9581305Z [cluster1] 
  1369. 2020-11-23T12:37:05.9582010Z [lighthouse]$ [cluster1] eval echo "---
  1370. 2020-11-23T12:37:05.9629083Z [cluster1] kind: Cluster
  1371. 2020-11-23T12:37:05.9630049Z [cluster1] apiVersion: kind.x-k8s.io/v1alpha4
  1372. 2020-11-23T12:37:05.9630617Z [cluster1] networking:
  1373. 2020-11-23T12:37:05.9631790Z [cluster1] disableDefaultCNI: ${disable_cni}
  1374. 2020-11-23T12:37:05.9632457Z [cluster1] podSubnet: ${pod_cidr}
  1375. 2020-11-23T12:37:05.9633040Z [cluster1] serviceSubnet: ${service_cidr}
  1376. 2020-11-23T12:37:05.9633760Z [cluster1] containerdConfigPatches:
  1377. 2020-11-23T12:37:05.9634553Z [cluster1] - |-
  1378. 2020-11-23T12:37:05.9635452Z [cluster1] [plugins.\"io.containerd.grpc.v1.cri\".registry.mirrors.\"localhost:5000\"]
  1379. 2020-11-23T12:37:05.9636380Z [cluster1] endpoint = [\"http://${registry_ip}:5000\"]
  1380. 2020-11-23T12:37:05.9637059Z [cluster1] kubeadmConfigPatches:
  1381. 2020-11-23T12:37:05.9637811Z [cluster1] - |
  1382. 2020-11-23T12:37:05.9638359Z [cluster1] apiVersion: kubeadm.k8s.io/v1beta2
  1383. 2020-11-23T12:37:05.9639068Z [cluster1] kind: ClusterConfiguration
  1384. 2020-11-23T12:37:05.9640197Z [cluster1] metadata:
  1385. 2020-11-23T12:37:05.9640704Z [cluster1] name: config
  1386. 2020-11-23T12:37:05.9641162Z [cluster1] networking:
  1387. 2020-11-23T12:37:05.9642038Z [cluster1] podSubnet: ${pod_cidr}
  1388. 2020-11-23T12:37:05.9643351Z [cluster1] serviceSubnet: ${service_cidr}
  1389. 2020-11-23T12:37:05.9643965Z [cluster1] dnsDomain: ${dns_domain}
  1390. 2020-11-23T12:37:05.9644768Z [cluster1] nodes: ${nodes}"
  1391. 2020-11-23T12:37:05.9646135Z [lighthouse]$ [cluster1] cat /opt/shipyard/scripts/resources/kind-cluster-config.yaml
  1392. 2020-11-23T12:37:05.9647216Z [lighthouse]$ [cluster1] local image_flag=
  1393. 2020-11-23T12:37:05.9648856Z [lighthouse]$ [cluster1] image_flag=--image=kindest/node:v1.17.0
  1394. 2020-11-23T12:37:05.9650404Z [lighthouse]$ [cluster1] kind create cluster --image=kindest/node:v1.17.0 --name=cluster1 --config=/opt/shipyard/scripts/resources/cluster1-config.yaml
  1395. 2020-11-23T12:37:05.9651488Z [cluster1] Creating cluster "cluster1" ...
  1396. 2020-11-23T12:37:05.9716839Z [cluster1] • Ensuring node image (kindest/node:v1.17.0) 🖼 ...
  1397. 2020-11-23T12:37:05.9718015Z [cluster1] ✓ Ensuring node image (kindest/node:v1.17.0) 🖼
  1398. 2020-11-23T12:37:05.9718832Z [cluster1] • Preparing nodes 📦 📦 📦 ...
  1399. 2020-11-23T12:37:05.9719890Z [cluster1] ✓ Preparing nodes 📦 📦 📦
  1400. 2020-11-23T12:37:05.9721099Z [cluster1] • Writing configuration 📜 ...
  1401. 2020-11-23T12:37:05.9721971Z [cluster1] ✓ Writing configuration 📜
  1402. 2020-11-23T12:37:05.9722837Z [cluster1] • Starting control-plane 🕹️ ...
  1403. 2020-11-23T12:37:05.9723978Z [cluster1] ✓ Starting control-plane 🕹️
  1404. 2020-11-23T12:37:05.9724782Z [cluster1] • Installing StorageClass 💾 ...
  1405. 2020-11-23T12:37:05.9726431Z [cluster1] ✓ Installing StorageClass 💾
  1406. 2020-11-23T12:37:05.9727163Z [cluster1] • Joining worker nodes 🚜 ...
  1407. 2020-11-23T12:37:05.9728036Z [cluster1] ✓ Joining worker nodes 🚜
  1408. 2020-11-23T12:37:05.9728787Z [cluster1] Set kubectl context to "kind-cluster1"
  1409. 2020-11-23T12:37:05.9729385Z [cluster1] You can now use your cluster with:
  1410. 2020-11-23T12:37:05.9730015Z [cluster1]
  1411. 2020-11-23T12:37:05.9730936Z [cluster1] kubectl cluster-info --context kind-cluster1
  1412. 2020-11-23T12:37:05.9733605Z [cluster1]
  1413. 2020-11-23T12:37:05.9764014Z [cluster1] Have a question, bug, or feature request? Let us know! https://kind.sigs.k8s.io/#community 🙂
  1414. 2020-11-23T12:37:05.9765665Z [lighthouse]$ [cluster1] kind_fixup_config
  1415. 2020-11-23T12:37:05.9766633Z [lighthouse]$ [cluster1] kind_fixup_config
  1416. 2020-11-23T12:37:05.9767935Z [lighthouse]$ [cluster1] local master_ip=172.17.0.7
  1417. 2020-11-23T12:37:05.9769330Z [lighthouse]$ [cluster1] docker inspect -f {{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}} cluster1-control-plane
  1418. 2020-11-23T12:37:15.9655646Z [lighthouse]$ [cluster[lighthouse]$ [cluster2] with_retries
  1419. 2020-11-23T12:37:15.9656905Z [lighthouse]$ [cluster2] local retries=3
  1420. 2020-11-23T12:37:15.9658323Z [lighthouse]$ [cluster2] local cmnd=create_kind_cluster
  1421. 2020-11-23T12:37:15.9659192Z [lighthouse]$ [cluster2] iteration=1
  1422. 2020-11-23T12:37:15.9659937Z [lighthouse]$ [cluster2] create_kind_cluster
  1423. 2020-11-23T12:37:15.9660668Z [lighthouse]$ [cluster2] wait 3430
  1424. 2020-11-23T12:37:15.9662578Z [lighthouse]$ [cluster2] create_kind_cluster
  1425. 2020-11-23T12:37:15.9663955Z [lighthouse]$ [cluster2] export KUBECONFIG=/go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster2
  1426. 2020-11-23T12:37:15.9665543Z [lighthouse]$ [cluster2] rm -f /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster2
  1427. 2020-11-23T12:37:15.9666661Z [lighthouse]$ [cluster2] kind get clusters
  1428. 2020-11-23T12:37:15.9667411Z [lighthouse]$ [cluster2] grep -q ^cluster2$
  1429. 2020-11-23T12:37:15.9668494Z [cluster2] No kind clusters found.
  1430. 2020-11-23T12:37:15.9669037Z [cluster2] Creating KIND cluster...
  1431. 2020-11-23T12:37:15.9669855Z [lighthouse]$ [cluster2] generate_cluster_yaml
  1432. 2020-11-23T12:37:15.9674169Z [lighthouse]$ [cluster2] generate_cluster_yaml
  1433. 2020-11-23T12:37:15.9675009Z [lighthouse]$ [cluster2] local pod_cidr=10.2.0.0/16
  1434. 2020-11-23T12:37:15.9675786Z [lighthouse]$ [cluster2] local service_cidr=100.2.0.0/16
  1435. 2020-11-23T12:37:15.9676637Z [lighthouse]$ [cluster2] local dns_domain=cluster2.local
  1436. 2020-11-23T12:37:15.9677498Z [lighthouse]$ [cluster2] local disable_cni=false
  1437. 2020-11-23T12:37:15.9681918Z [lighthouse]$ [cluster2] disable_cni=true
  1438. 2020-11-23T12:37:15.9682655Z [lighthouse]$ [cluster2] local nodes
  1439. 2020-11-23T12:37:15.9683304Z [lighthouse]$ [cluster2] nodes=
  1440. 2020-11-23T12:37:15.9683979Z [cluster2] - role: control-plane
  1441. 2020-11-23T12:37:15.9687994Z [lighthouse]$ [cluster2] nodes=
  1442. 2020-11-23T12:37:15.9688753Z [cluster2] - role: control-plane
  1443. 2020-11-23T12:37:15.9689430Z [cluster2] - role: worker
  1444. 2020-11-23T12:37:15.9690623Z [lighthouse]$ [cluster2] nodes=
  1445. 2020-11-23T12:37:15.9691647Z [cluster2] - role: control-plane
  1446. 2020-11-23T12:37:15.9696059Z [cluster2] - role: worker
  1447. 2020-11-23T12:37:15.9696797Z [cluster2] - role: worker
  1448. 2020-11-23T12:37:15.9697328Z [cluster2] 
  1449. 2020-11-23T12:37:15.9697812Z [cluster2] 
  1450. 2020-11-23T12:37:15.9698449Z [lighthouse]$ [cluster2] eval echo "---
  1451. 2020-11-23T12:37:15.9698931Z [cluster2] kind: Cluster
  1452. 2020-11-23T12:37:15.9703161Z [cluster2] apiVersion: kind.x-k8s.io/v1alpha4
  1453. 2020-11-23T12:37:15.9703715Z [cluster2] networking:
  1454. 2020-11-23T12:37:15.9704264Z [cluster2] disableDefaultCNI: ${disable_cni}
  1455. 2020-11-23T12:37:15.9704820Z [cluster2] podSubnet: ${pod_cidr}
  1456. 2020-11-23T12:37:15.9710126Z [cluster2] serviceSubnet: ${service_cidr}
  1457. 2020-11-23T12:37:15.9710902Z [cluster2] containerdConfigPatches:
  1458. 2020-11-23T12:37:15.9715455Z [cluster2] - |-
  1459. 2020-11-23T12:37:15.9716305Z [cluster2] [plugins.\"io.containerd.grpc.v1.cri\".registry.mirrors.\"localhost:5000\"]
  1460. 2020-11-23T12:37:15.9720997Z [cluster2] endpoint = [\"http://${registry_ip}:5000\"]
  1461. 2020-11-23T12:37:15.9721627Z [cluster2] kubeadmConfigPatches:
  1462. 2020-11-23T12:37:15.9722360Z [cluster2] - |
  1463. 2020-11-23T12:37:15.9726832Z [cluster2] apiVersion: kubeadm.k8s.io/v1beta2
  1464. 2020-11-23T12:37:15.9727885Z [cluster2] kind: ClusterConfiguration
  1465. 2020-11-23T12:37:15.9729020Z [cluster2] metadata:
  1466. 2020-11-23T12:37:15.9738121Z [cluster2] name: config
  1467. 2020-11-23T12:37:15.9740379Z [cluster2] networking:
  1468. 2020-11-23T12:37:15.9744892Z [cluster2] podSubnet: ${pod_cidr}
  1469. 2020-11-23T12:37:15.9745467Z [cluster2] serviceSubnet: ${service_cidr}
  1470. 2020-11-23T12:37:15.9746034Z [cluster2] dnsDomain: ${dns_domain}
  1471. 2020-11-23T12:37:15.9746807Z [cluster2] nodes: ${nodes}"
  1472. 2020-11-23T12:37:15.9747786Z [lighthouse]$ [cluster2] cat /opt/shipyard/scripts/resources/kind-cluster-config.yaml
  1473. 2020-11-23T12:37:15.9753411Z [lighthouse]$ [cluster2] local image_flag=
  1474. 2020-11-23T12:37:15.9787366Z [lighthouse]$ [cluster2] image_flag=--image=kindest/node:v1.17.0
  1475. 2020-11-23T12:37:15.9788968Z [lighthouse]$ [cluster2] kind create cluster --image=kindest/node:v1.17.0 --name=cluster2 --config=/opt/shipyard/scripts/resources/cluster2-config.yaml
  1476. 2020-11-23T12:37:15.9790016Z [cluster2] Creating cluster "cluster2" ...
  1477. 2020-11-23T12:37:15.9791240Z [cluster2] • Ensuring node image (kindest/node:v1.17.0) 🖼 ...
  1478. 2020-11-23T12:37:15.9792246Z [cluster2] ✓ Ensuring node image (kindest/node:v1.17.0) 🖼
  1479. 2020-11-23T12:37:15.9793373Z [cluster2] • Preparing nodes 📦 📦 📦 ...
  1480. 2020-11-23T12:37:15.9795189Z [cluster2] ✓ Preparing nodes 📦 📦 📦
  1481. 2020-11-23T12:37:15.9796231Z [cluster2] • Writing configuration 📜 ...
  1482. 2020-11-23T12:37:15.9796969Z [cluster2] ✓ Writing configuration 📜
  1483. 2020-11-23T12:37:15.9798514Z [cluster2] • Starting control-plane 🕹️ ...
  1484. 2020-11-23T12:37:15.9799684Z [cluster2] ✓ Starting control-plane 🕹️
  1485. 2020-11-23T12:37:15.9800517Z [cluster2] • Installing StorageClass 💾 ...
  1486. 2020-11-23T12:37:15.9801333Z [cluster2] ✓ Installing StorageClass 💾
  1487. 2020-11-23T12:37:15.9802246Z [cluster2] • Joining worker nodes 🚜 ...
  1488. 2020-11-23T12:37:15.9819312Z [cluster2] ✓ Joining worker nodes 🚜
  1489. 2020-11-23T12:37:15.9820594Z [cluster2] Set kubectl context to "kind-cluster2"
  1490. 2020-11-23T12:37:15.9821561Z [cluster2] You can now use your cluster with:
  1491. 2020-11-23T12:37:15.9822082Z [cluster2]
  1492. 2020-11-23T12:37:15.9822809Z [cluster2] kubectl cluster-info --context kind-cluster2
  1493. 2020-11-23T12:37:15.9823373Z [cluster2]
  1494. 2020-11-23T12:37:15.9824645Z [cluster2] Have a question, bug, or feature request? Let us know! https://kind.sigs.k8s.io/#community 🙂
  1495. 2020-11-23T12:37:15.9825702Z [lighthouse]$ [cluster2] kind_fixup_config
  1496. 2020-11-23T12:37:15.9826441Z [lighthouse]$ [cluster2] kind_fixup_config
  1497. 2020-11-23T12:37:15.9827219Z [lighthouse]$ [cluster2] local master_ip=172.17.0.5
  1498. 2020-11-23T12:37:15.9828493Z [lighthouse]$ [cluster2] docker inspect -f {{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}} cluster2-control-plane
  1499. 2020-11-23T12:37:59.5465369Z [lighthouse]$ [cluster1] head -n 1
  1500. 2020-11-23T12:37:59.5468029Z [lighthouse]$ [cluster1] sed -i -- s/server: .*/server: https:\/\/172.17.0.7:6443/g /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster1
  1501. 2020-11-23T12:37:59.5470717Z [lighthouse]$ [cluster1] sed -i -- s/user: kind-.*/user: cluster1/g /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster1
  1502. 2020-11-23T12:37:59.5473761Z [lighthouse]$ [cluster1] sed -i -- s/name: kind-.*/name: cluster1/g /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster1
  1503. 2020-11-23T12:37:59.5475941Z [lighthouse]$ [cluster1] sed -i -- s/cluster: kind-.*/cluster: cluster1/g /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster1
  1504. 2020-11-23T12:37:59.5479959Z [lighthouse]$ [cluster1] sed -i -- s/current-context: .*/current-context: cluster1/g /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster1
  1505. 2020-11-23T12:37:59.5482081Z [lighthouse]$ [cluster1] chmod a+r /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster1
  1506. 2020-11-23T12:37:59.5483556Z [lighthouse]$ [cluster1] deploy_cluster_capabilities
  1507. 2020-11-23T12:37:59.5484610Z [lighthouse]$ [cluster1] wait 4532
  1508. 2020-11-23T12:37:59.5485655Z [lighthouse]$ [cluster1] deploy_cluster_capabilities
  1509. 2020-11-23T12:37:59.5488397Z [lighthouse]$ [cluster1] deploy_cni
  1510. 2020-11-23T12:37:59.5489372Z [lighthouse]$ [cluster1] deploy_cni
  1511. 2020-11-23T12:37:59.5490379Z [lighthouse]$ [cluster1] eval deploy_weave_cni
  1512. 2020-11-23T12:37:59.5493216Z [lighthouse]$ [cluster1] deploy_weave_cni
  1513. 2020-11-23T12:37:59.5494243Z [lighthouse]$ [cluster1] deploy_weave_cni
  1514. 2020-11-23T12:37:59.5496949Z [cluster1] Applying weave network...
  1515. 2020-11-23T12:37:59.5498515Z [lighthouse]$ [cluster1] kubectl apply -f https://cloud.weave.works/k8s/net?k8s-version=v1.17.0&env.IPALLOC_RANGE=10.1.0.0/16
  1516. 2020-11-23T12:37:59.5500398Z [lighthouse]$ [cluster1] kubectl apply -f https://cloud.weave.works/k8s/net?k8s-version=v1.17.0&env.IPALLOC_RANGE=10.1.0.0/16
  1517. 2020-11-23T12:37:59.5502751Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 apply -f https://cloud.weave.works/k8s/net?k8s-version=v1.17.0&env.IPALLOC_RANGE=10.1.0.0/16
  1518. 2020-11-23T12:37:59.5504390Z [cluster1] serviceaccount/weave-net created
  1519. 2020-11-23T12:37:59.5505845Z [cluster1] clusterrole.rbac.authorization.k8s.io/weave-net created
  1520. 2020-11-23T12:37:59.5508133Z [cluster1] clusterrolebinding.rbac.authorization.k8s.io/weave-net created
  1521. 2020-11-23T12:37:59.5509925Z [cluster1] role.rbac.authorization.k8s.io/weave-net created
  1522. 2020-11-23T12:37:59.5511496Z [cluster1] rolebinding.rbac.authorization.k8s.io/weave-net created
  1523. 2020-11-23T12:37:59.5513227Z [cluster1] daemonset.apps/weave-net created
  1524. 2020-11-23T12:37:59.5514288Z [cluster1] Waiting for weave-net pods to be ready...
  1525. 2020-11-23T12:37:59.5515648Z [lighthouse]$ [cluster1] kubectl wait --for=condition=Ready pods -l name=weave-net -n kube-system --timeout=5m
  1526. 2020-11-23T12:37:59.5517234Z [lighthouse]$ [cluster1] kubectl wait --for=condition=Ready pods -l name=weave-net -n kube-system --timeout=5m
  1527. 2020-11-23T12:37:59.5519201Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 wait --for=condition=Ready pods -l name=weave-net -n kube-system --timeout=5m
  1528. 2020-11-23T12:37:59.5521886Z [lighthouse]$ [cluster1] kubectl --context=cluster1 wait --for=condition=Ready pods -l name=weave-net -n kube-system --timeout=5m
  1529. 2020-11-23T12:37:59.5523320Z [cluster1] pod/weave-net-28z4m condition met
  1530. 2020-11-23T12:37:59.5524266Z [cluster1] pod/weave-net-7wx6q condition met
  1531. 2020-11-23T12:37:59.5525131Z [cluster1] pod/weave-net-zfnn8 condition met
  1532. 2020-11-23T12:37:59.5549884Z [cluster1] Waiting for core-dns deployment to be ready...
  1533. 2020-11-23T12:37:59.5552401Z [lighthouse]$ [cluster1] kubectl -n kube-system rollout status deploy/coredns --timeout=5m
  1534. 2020-11-23T12:37:59.5553782Z [lighthouse]$ [cluster1] kubectl -n kube-system rollout status deploy/coredns --timeout=5m
  1535. 2020-11-23T12:37:59.5555163Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n kube-system rollout status deploy/coredns --timeout=5m
  1536. 2020-11-23T12:37:59.5557504Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n kube-system rollout status deploy/coredns --timeout=5m
  1537. 2020-11-23T12:37:59.5558976Z [cluster1] Waiting for deployment "coredns" rollout to finish: 0 of 2 updated replicas are available...
  1538. 2020-11-23T12:37:59.5560172Z [cluster1] Waiting for deployment "coredns" rollout to finish: 1 of 2 updated replicas are available...
  1539. 2020-11-23T12:37:59.5561073Z [cluster1] deployment "coredns" successfully rolled out
  1540. 2020-11-23T12:37:59.5561957Z [lighthouse]$ [cluster1] return 0
  1541. 2020-11-23T12:38:03.3860069Z 2] head -n 1
  1542. 2020-11-23T12:38:03.3861485Z [lighthouse]$ [cluster2] sed -i -- s/server: .*/server: https:\/\/172.17.0.5:6443/g /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster2
  1543. 2020-11-23T12:38:03.3863564Z [lighthouse]$ [cluster2] sed -i -- s/user: kind-.*/user: cluster2/g /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster2
  1544. 2020-11-23T12:38:03.3865780Z [lighthouse]$ [cluster2] sed -i -- s/name: kind-.*/name: cluster2/g /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster2
  1545. 2020-11-23T12:38:03.3868206Z [lighthouse]$ [cluster2] sed -i -- s/cluster: kind-.*/cluster: cluster2/g /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster2
  1546. 2020-11-23T12:38:03.3870775Z [lighthouse]$ [cluster2] sed -i -- s/current-context: .*/current-context: cluster2/g /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster2
  1547. 2020-11-23T12:38:03.3872806Z [lighthouse]$ [cluster2] chmod a+r /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster2
  1548. 2020-11-23T12:38:03.3874092Z [lighthouse]$ [cluster2] wait 4678
  1549. 2020-11-23T12:38:03.3874905Z [lighthouse]$ [cluster2] deploy_cluster_capabilities
  1550. 2020-11-23T12:38:03.3875824Z [lighthouse]$ [cluster2] deploy_cluster_capabilities
  1551. 2020-11-23T12:38:03.3876909Z [lighthouse]$ [cluster2] deploy_cni
  1552. 2020-11-23T12:38:03.3877726Z [lighthouse]$ [cluster2] deploy_cni
  1553. 2020-11-23T12:38:03.3878694Z [lighthouse]$ [cluster2] eval deploy_weave_cni
  1554. 2020-11-23T12:38:03.3879510Z [lighthouse]$ [cluster2] deploy_weave_cni
  1555. 2020-11-23T12:38:03.3880323Z [lighthouse]$ [cluster2] deploy_weave_cni
  1556. 2020-11-23T12:38:03.3880931Z [cluster2] Applying weave network...
  1557. 2020-11-23T12:38:03.3882239Z [lighthouse]$ [cluster2] kubectl apply -f https://cloud.weave.works/k8s/net?k8s-version=v1.17.0&env.IPALLOC_RANGE=10.2.0.0/16
  1558. 2020-11-23T12:38:03.3883918Z [lighthouse]$ [cluster2] kubectl apply -f https://cloud.weave.works/k8s/net?k8s-version=v1.17.0&env.IPALLOC_RANGE=10.2.0.0/16
  1559. 2020-11-23T12:38:03.3885897Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 apply -f https://cloud.weave.works/k8s/net?k8s-version=v1.17.0&env.IPALLOC_RANGE=10.2.0.0/16
  1560. 2020-11-23T12:38:03.3887690Z [cluster2] serviceaccount/weave-net created
  1561. 2020-11-23T12:38:03.3888924Z [cluster2] clusterrole.rbac.authorization.k8s.io/weave-net created
  1562. 2020-11-23T12:38:03.3891028Z [cluster2] clusterrolebinding.rbac.authorization.k8s.io/weave-net created
  1563. 2020-11-23T12:38:03.3893093Z [cluster2] role.rbac.authorization.k8s.io/weave-net created
  1564. 2020-11-23T12:38:03.3894795Z [cluster2] rolebinding.rbac.authorization.k8s.io/weave-net created
  1565. 2020-11-23T12:38:03.3900224Z [cluster2] daemonset.apps/weave-net created
  1566. 2020-11-23T12:38:03.3901121Z [cluster2] Waiting for weave-net pods to be ready...
  1567. 2020-11-23T12:38:03.3902306Z [lighthouse]$ [cluster2] kubectl wait --for=condition=Ready pods -l name=weave-net -n kube-system --timeout=5m
  1568. 2020-11-23T12:38:03.3903684Z [lighthouse]$ [cluster2] kubectl wait --for=condition=Ready pods -l name=weave-net -n kube-system --timeout=5m
  1569. 2020-11-23T12:38:03.3905526Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 wait --for=condition=Ready pods -l name=weave-net -n kube-system --timeout=5m
  1570. 2020-11-23T12:38:03.3907162Z [lighthouse]$ [cluster2] kubectl --context=cluster2 wait --for=condition=Ready pods -l name=weave-net -n kube-system --timeout=5m
  1571. 2020-11-23T12:38:03.3908360Z [cluster2] pod/weave-net-qdnrp condition met
  1572. 2020-11-23T12:38:03.3949636Z [lighthouse]$ [cluster2] wait 3405
  1573. 2020-11-23T12:38:03.3954911Z [cluster2] pod/weave-net-vvbwq condition met
  1574. 2020-11-23T12:38:03.3956109Z [cluster2] pod/weave-net-wq8vm condition met
  1575. 2020-11-23T12:38:03.3957219Z [cluster2] Waiting for core-dns deployment to be ready...
  1576. 2020-11-23T12:38:03.3958345Z [lighthouse]$ [cluster2] kubectl -n kube-system rollout status deploy/coredns --timeout=5m
  1577. 2020-11-23T12:38:03.3959577Z [lighthouse]$ [cluster2] kubectl -n kube-system rollout status deploy/coredns --timeout=5m
  1578. 2020-11-23T12:38:03.3960954Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 -n kube-system rollout status deploy/coredns --timeout=5m
  1579. 2020-11-23T12:38:03.3963696Z [lighthouse]$ [cluster2] kubectl --context=cluster2 -n kube-system rollout status deploy/coredns --timeout=5m
  1580. 2020-11-23T12:38:03.3966598Z [cluster2] Waiting for deployment "coredns" rollout to finish: 0 of 2 updated replicas are available...
  1581. 2020-11-23T12:38:03.3968038Z [cluster2] Waiting for deployment "coredns" rollout to finish: 1 of 2 updated replicas are available...
  1582. 2020-11-23T12:38:03.3969444Z [cluster2] deployment "coredns" successfully rolled out
  1583. 2020-11-23T12:38:03.3970549Z [lighthouse]$ [cluster2] return 0
  1584. 2020-11-23T12:38:03.3983264Z [lighthouse]$ [cluster2] print_clusters_message
  1585. 2020-11-23T12:38:03.4025590Z [lighthouse]$ [cluster2] print_clusters_message
  1586. 2020-11-23T12:38:03.4075357Z [lighthouse]$ [cluster2] cat
  1587. 2020-11-23T12:38:03.4109200Z Your virtual cluster(s) are deployed and working properly and can be accessed with:
  1588. 2020-11-23T12:38:03.4109768Z
  1589. 2020-11-23T12:38:03.4110920Z export KUBECONFIG=$(find $(git rev-parse --show-toplevel)/output/kubeconfigs/ -type f -printf %p:)
  1590. 2020-11-23T12:38:03.4111792Z
  1591. 2020-11-23T12:38:03.4112643Z $ kubectl config use-context cluster1 # or cluster2, cluster3..
  1592. 2020-11-23T12:38:03.4113122Z
  1593. 2020-11-23T12:38:03.4113591Z To clean everthing up, just run: make cleanup
  1594. 2020-11-23T12:38:03.4131103Z ./scripts/deploy --deploytool_submariner_args '--cable-driver libreswan' --cluster_settings /go/src/github.com/submariner-io/lighthouse/scripts/cluster_settings --deploytool_broker_args '--service-discovery'
  1595. 2020-11-23T12:38:03.4333380Z [lighthouse]$ source /opt/shipyard/scripts/lib/deploy_funcs
  1596. 2020-11-23T12:38:03.4374121Z [lighthouse]$ . /opt/shipyard/scripts/lib/source_only
  1597. 2020-11-23T12:38:03.4389062Z [lighthouse]$ script_name=deploy_funcs
  1598. 2020-11-23T12:38:03.4416851Z [lighthouse]$ exec_name=deploy
  1599. 2020-11-23T12:38:03.4504826Z [lighthouse]$ source /opt/shipyard/scripts/lib/utils
  1600. 2020-11-23T12:38:03.4518856Z [lighthouse]$ . /opt/shipyard/scripts/lib/source_only
  1601. 2020-11-23T12:38:03.4532092Z [lighthouse]$ script_name=utils
  1602. 2020-11-23T12:38:03.4548757Z [lighthouse]$ exec_name=deploy
  1603. 2020-11-23T12:38:03.4589583Z [lighthouse]$ source /opt/shipyard/scripts/lib/version
  1604. 2020-11-23T12:38:03.4619791Z [lighthouse]$ . /opt/shipyard/scripts/lib/source_only
  1605. 2020-11-23T12:38:03.4635242Z [lighthouse]$ script_name=version
  1606. 2020-11-23T12:38:03.4649759Z [lighthouse]$ exec_name=deploy
  1607. 2020-11-23T12:38:03.4708301Z [lighthouse]$ git describe --tags --dirty=-dev --exclude=devel --exclude=latest
  1608. 2020-11-23T12:38:03.5570964Z fatal: No names found, cannot describe anything.
  1609. 2020-11-23T12:38:03.5592653Z [lighthouse]$ declare_kubeconfig
  1610. 2020-11-23T12:38:03.5608577Z [lighthouse]$ declare_kubeconfig
  1611. 2020-11-23T12:38:03.5619912Z [lighthouse]$ source /opt/shipyard/scripts/lib/kubecfg
  1612. 2020-11-23T12:38:03.5640769Z [lighthouse]$ export KUBECONFIG
  1613. 2020-11-23T12:38:03.5748600Z [lighthouse]$ KUBECONFIG=/go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster2:/go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster1:
  1614. 2020-11-23T12:38:03.5764992Z [lighthouse]$ find /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs -type f -printf %p:
  1615. 2020-11-23T12:38:03.5804037Z [lighthouse]$ import_image quay.io/submariner/lighthouse-agent
  1616. 2020-11-23T12:38:03.5833747Z [lighthouse]$ import_image quay.io/submariner/lighthouse-agent
  1617. 2020-11-23T12:38:03.5863526Z [lighthouse]$ local orig_image=quay.io/submariner/lighthouse-agent
  1618. 2020-11-23T12:38:03.5889189Z [lighthouse]$ local versioned_image=quay.io/submariner/lighthouse-agent:dev
  1619. 2020-11-23T12:38:03.5939556Z [lighthouse]$ local local_image=localhost:5000/lighthouse-agent:local
  1620. 2020-11-23T12:38:03.5994631Z [lighthouse]$ docker tag quay.io/submariner/lighthouse-agent:dev localhost:5000/lighthouse-agent:local
  1621. 2020-11-23T12:38:04.0017721Z [lighthouse]$ docker push localhost:5000/lighthouse-agent:local
  1622. 2020-11-23T12:38:04.3947965Z The push refers to repository [localhost:5000/lighthouse-agent]
  1623. 2020-11-23T12:38:04.4139205Z bd586f10e526: Preparing
  1624. 2020-11-23T12:38:04.4142546Z ae97410c38d1: Preparing
  1625. 2020-11-23T12:38:04.4146434Z 37330a2a1954: Preparing
  1626. 2020-11-23T12:38:04.4147160Z d6ec160dc60f: Preparing
  1627. 2020-11-23T12:38:05.1570315Z ae97410c38d1: Pushed
  1628. 2020-11-23T12:38:05.1798781Z 37330a2a1954: Pushed
  1629. 2020-11-23T12:38:05.1907623Z bd586f10e526: Pushed
  1630. 2020-11-23T12:38:13.0022840Z d6ec160dc60f: Pushed
  1631. 2020-11-23T12:38:13.0332993Z local: digest: sha256:5610301b374bc2b23345348d7d208d71a7c4694c6b20f793b3744470e91c11c9 size: 1155
  1632. 2020-11-23T12:38:13.0414297Z [lighthouse]$ import_image quay.io/submariner/lighthouse-coredns
  1633. 2020-11-23T12:38:13.0426466Z [lighthouse]$ import_image quay.io/submariner/lighthouse-coredns
  1634. 2020-11-23T12:38:13.0442953Z [lighthouse]$ local orig_image=quay.io/submariner/lighthouse-coredns
  1635. 2020-11-23T12:38:13.0456413Z [lighthouse]$ local versioned_image=quay.io/submariner/lighthouse-coredns:dev
  1636. 2020-11-23T12:38:13.0467932Z [lighthouse]$ local local_image=localhost:5000/lighthouse-coredns:local
  1637. 2020-11-23T12:38:13.0482966Z [lighthouse]$ docker tag quay.io/submariner/lighthouse-coredns:dev localhost:5000/lighthouse-coredns:local
  1638. 2020-11-23T12:38:13.4423312Z [lighthouse]$ docker push localhost:5000/lighthouse-coredns:local
  1639. 2020-11-23T12:38:13.8283557Z The push refers to repository [localhost:5000/lighthouse-coredns]
  1640. 2020-11-23T12:38:13.8321456Z da51e53dde54: Preparing
  1641. 2020-11-23T12:38:13.8342439Z 2f8ccf86dae6: Preparing
  1642. 2020-11-23T12:38:13.8342928Z 64269b1b42be: Preparing
  1643. 2020-11-23T12:38:15.5889907Z da51e53dde54: Pushed
  1644. 2020-11-23T12:38:17.0999502Z 2f8ccf86dae6: Pushed
  1645. 2020-11-23T12:38:21.3746711Z 64269b1b42be: Pushed
  1646. 2020-11-23T12:38:21.3970873Z local: digest: sha256:aba3e964c07391ecba72bdd523438e1153c848392b540426c65e29ef91bbe5ea size: 953
  1647. 2020-11-23T12:38:21.4037074Z [lighthouse]$ /opt/shipyard/scripts/deploy.sh --deploytool_submariner_args --cable-driver libreswan --cluster_settings /go/src/github.com/submariner-io/lighthouse/scripts/cluster_settings --deploytool_broker_args --service-discovery
  1648. 2020-11-23T12:38:21.5344097Z Running with: globalnet='false', deploytool='operator', deploytool_broker_args='--service-discovery', deploytool_submariner_args='--cable-driver libreswan', cluster_settings='/go/src/github.com/submariner-io/lighthouse/scripts/cluster_settings', timeout=5m, image_tag=local
  1649. 2020-11-23T12:38:21.5401114Z [lighthouse]$ source /opt/shipyard/scripts/lib/version
  1650. 2020-11-23T12:38:21.5405204Z [lighthouse]$ . /opt/shipyard/scripts/lib/source_only
  1651. 2020-11-23T12:38:21.5420012Z [lighthouse]$ script_name=version
  1652. 2020-11-23T12:38:21.5433128Z [lighthouse]$ exec_name=deploy.sh
  1653. 2020-11-23T12:38:21.5460484Z [lighthouse]$ git describe --tags --dirty=-dev --exclude=devel --exclude=latest
  1654. 2020-11-23T12:38:21.5958839Z fatal: No names found, cannot describe anything.
  1655. 2020-11-23T12:38:21.5985257Z [lighthouse]$ source /opt/shipyard/scripts/lib/utils
  1656. 2020-11-23T12:38:21.5998652Z [lighthouse]$ . /opt/shipyard/scripts/lib/source_only
  1657. 2020-11-23T12:38:21.6015048Z [lighthouse]$ script_name=utils
  1658. 2020-11-23T12:38:21.6029769Z [lighthouse]$ exec_name=deploy.sh
  1659. 2020-11-23T12:38:21.6054814Z [lighthouse]$ source /opt/shipyard/scripts/lib/deploy_funcs
  1660. 2020-11-23T12:38:21.6074745Z [lighthouse]$ . /opt/shipyard/scripts/lib/source_only
  1661. 2020-11-23T12:38:21.6088376Z [lighthouse]$ script_name=deploy_funcs
  1662. 2020-11-23T12:38:21.6106470Z [lighthouse]$ exec_name=deploy.sh
  1663. 2020-11-23T12:38:21.6130229Z [lighthouse]$ source /opt/shipyard/scripts/lib/cluster_settings
  1664. 2020-11-23T12:38:21.6145199Z [lighthouse]$ . /opt/shipyard/scripts/lib/source_only
  1665. 2020-11-23T12:38:21.6162015Z [lighthouse]$ script_name=cluster_settings
  1666. 2020-11-23T12:38:21.6175013Z [lighthouse]$ exec_name=deploy.sh
  1667. 2020-11-23T12:38:21.6209233Z [lighthouse]$ broker=cluster1
  1668. 2020-11-23T12:38:21.6226893Z [lighthouse]$ declare -gA cluster_nodes
  1669. 2020-11-23T12:38:21.6243431Z [lighthouse]$ cluster_nodes[cluster1]=control-plane worker
  1670. 2020-11-23T12:38:21.6262723Z [lighthouse]$ cluster_nodes[cluster2]=control-plane worker
  1671. 2020-11-23T12:38:21.6278988Z [lighthouse]$ cluster_nodes[cluster3]=control-plane worker worker
  1672. 2020-11-23T12:38:21.6297156Z [lighthouse]$ declare -gA cluster_subm
  1673. 2020-11-23T12:38:21.6358459Z [lighthouse]$ cluster_subm[cluster1]=true
  1674. 2020-11-23T12:38:21.6361240Z [lighthouse]$ cluster_subm[cluster2]=true
  1675. 2020-11-23T12:38:21.6362727Z [lighthouse]$ cluster_subm[cluster3]=true
  1676. 2020-11-23T12:38:21.6371858Z [lighthouse]$ declare -gA cluster_cni
  1677. 2020-11-23T12:38:21.6416454Z [lighthouse]$ cluster_cni[cluster2]=weave
  1678. 2020-11-23T12:38:21.6426721Z [lighthouse]$ cluster_cni[cluster3]=weave
  1679. 2020-11-23T12:38:21.6498149Z [lighthouse]$ source /go/src/github.com/submariner-io/lighthouse/scripts/cluster_settings
  1680. 2020-11-23T12:38:21.6519625Z [lighthouse]$ . /opt/shipyard/scripts/lib/source_only
  1681. 2020-11-23T12:38:21.6537541Z [lighthouse]$ script_name=cluster_settings
  1682. 2020-11-23T12:38:21.6550182Z [lighthouse]$ exec_name=deploy.sh
  1683. 2020-11-23T12:38:21.6574842Z [lighthouse]$ cluster_nodes[cluster1]=control-plane worker worker
  1684. 2020-11-23T12:38:21.6594861Z [lighthouse]$ cluster_nodes[cluster2]=control-plane worker worker
  1685. 2020-11-23T12:38:21.6718907Z [lighthouse]$ declare_cidrs
  1686. 2020-11-23T12:38:21.6836200Z [lighthouse]$ declare_cidrs
  1687. 2020-11-23T12:38:21.6842688Z [lighthouse]$ declare -gA cluster_CIDRs service_CIDRs global_CIDRs
  1688. 2020-11-23T12:38:21.6862862Z [lighthouse]$ i=1
  1689. 2020-11-23T12:38:21.6878022Z [lighthouse]$ [cluster1] add_cluster_cidrs 1 cluster1
  1690. 2020-11-23T12:38:21.6898257Z [lighthouse]$ [cluster1] add_cluster_cidrs 1 cluster1
  1691. 2020-11-23T12:38:21.6913499Z [lighthouse]$ [cluster1] local val=1
  1692. 2020-11-23T12:38:21.6928671Z [lighthouse]$ [cluster1] local idx=cluster1
  1693. 2020-11-23T12:38:21.6945378Z [lighthouse]$ [cluster1] cluster_CIDRs[cluster1]=10.1.0.0/16
  1694. 2020-11-23T12:38:21.6959802Z [lighthouse]$ [cluster1] service_CIDRs[cluster1]=100.1.0.0/16
  1695. 2020-11-23T12:38:21.6984179Z [lighthouse]$ [cluster1] i=2
  1696. 2020-11-23T12:38:21.7008558Z [lighthouse]$ [cluster2] add_cluster_cidrs 2 cluster2
  1697. 2020-11-23T12:38:21.7025147Z [lighthouse]$ [cluster2] add_cluster_cidrs 2 cluster2
  1698. 2020-11-23T12:38:21.7045671Z [lighthouse]$ [cluster2] local val=2
  1699. 2020-11-23T12:38:21.7065640Z [lighthouse]$ [cluster2] local idx=cluster2
  1700. 2020-11-23T12:38:21.7080368Z [lighthouse]$ [cluster2] cluster_CIDRs[cluster2]=10.2.0.0/16
  1701. 2020-11-23T12:38:21.7095224Z [lighthouse]$ [cluster2] service_CIDRs[cluster2]=100.2.0.0/16
  1702. 2020-11-23T12:38:21.7119395Z [lighthouse]$ [cluster2] i=3
  1703. 2020-11-23T12:38:21.7138030Z [lighthouse]$ [cluster2] declare_kubeconfig
  1704. 2020-11-23T12:38:21.7190829Z [lighthouse]$ [cluster2] declare_kubeconfig
  1705. 2020-11-23T12:38:21.7238610Z [lighthouse]$ [cluster2] source /opt/shipyard/scripts/lib/kubecfg
  1706. 2020-11-23T12:38:21.7259105Z [lighthouse]$ [cluster2] export KUBECONFIG
  1707. 2020-11-23T12:38:21.7313560Z [lighthouse]$ [cluster2] KUBECONFIG=/go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster2:/go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster1:
  1708. 2020-11-23T12:38:21.7337022Z [lighthouse]$ [cluster2] find /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs -type f -printf %p:
  1709. 2020-11-23T12:38:21.7404687Z [lighthouse]$ [cluster2] import_image quay.io/submariner/nettest
  1710. 2020-11-23T12:38:21.7430930Z [lighthouse]$ [cluster2] import_image quay.io/submariner/nettest
  1711. 2020-11-23T12:38:21.7442963Z [lighthouse]$ [cluster2] local orig_image=quay.io/submariner/nettest
  1712. 2020-11-23T12:38:21.7462376Z [lighthouse]$ [cluster2] local versioned_image=quay.io/submariner/nettest:dev
  1713. 2020-11-23T12:38:21.7475543Z [lighthouse]$ [cluster2] local local_image=localhost:5000/nettest:local
  1714. 2020-11-23T12:38:21.7492198Z [lighthouse]$ [cluster2] docker tag quay.io/submariner/nettest:dev localhost:5000/nettest:local
  1715. 2020-11-23T12:38:22.1302965Z Error response from daemon: No such image: quay.io/submariner/nettest:dev
  1716. 2020-11-23T12:38:22.1377983Z [lighthouse]$ [cluster2] docker pull quay.io/submariner/nettest:devel
  1717. 2020-11-23T12:38:22.6643174Z devel: Pulling from submariner/nettest
  1718. 2020-11-23T12:38:22.6645277Z 188c0c94c7c5: Pulling fs layer
  1719. 2020-11-23T12:38:22.6645762Z 56cefa24c928: Pulling fs layer
  1720. 2020-11-23T12:38:22.6648737Z 629d5148bcbc: Pulling fs layer
  1721. 2020-11-23T12:38:22.6649331Z 630288c35ea1: Pulling fs layer
  1722. 2020-11-23T12:38:22.6650104Z 630288c35ea1: Waiting
  1723. 2020-11-23T12:38:22.7510727Z 56cefa24c928: Verifying Checksum
  1724. 2020-11-23T12:38:22.7512022Z 56cefa24c928: Download complete
  1725. 2020-11-23T12:38:22.8444895Z 630288c35ea1: Verifying Checksum
  1726. 2020-11-23T12:38:22.8445344Z 630288c35ea1: Download complete
  1727. 2020-11-23T12:38:22.9798968Z 188c0c94c7c5: Download complete
  1728. 2020-11-23T12:38:23.0566143Z 629d5148bcbc: Verifying Checksum
  1729. 2020-11-23T12:38:23.0568207Z 629d5148bcbc: Download complete
  1730. 2020-11-23T12:38:23.4986183Z 188c0c94c7c5: Pull complete
  1731. 2020-11-23T12:38:23.5892122Z 56cefa24c928: Pull complete
  1732. 2020-11-23T12:38:24.0929685Z 629d5148bcbc: Pull complete
  1733. 2020-11-23T12:38:24.1921554Z 630288c35ea1: Pull complete
  1734. 2020-11-23T12:38:24.1949043Z Digest: sha256:897b8f7645e3942b17fdd1e4560c4e64e19b97020677912e39f075b68e5e943a
  1735. 2020-11-23T12:38:24.2072758Z Status: Downloaded newer image for quay.io/submariner/nettest:devel
  1736. 2020-11-23T12:38:24.2073954Z quay.io/submariner/nettest:devel
  1737. 2020-11-23T12:38:24.2098099Z [lighthouse]$ [cluster2] docker tag quay.io/submariner/nettest:devel quay.io/submariner/nettest:dev
  1738. 2020-11-23T12:38:24.6131241Z [lighthouse]$ [cluster2] docker tag quay.io/submariner/nettest:dev localhost:5000/nettest:local
  1739. 2020-11-23T12:38:24.9718302Z [lighthouse]$ [cluster2] docker push localhost:5000/nettest:local
  1740. 2020-11-23T12:38:25.3145055Z The push refers to repository [localhost:5000/nettest]
  1741. 2020-11-23T12:38:25.3260708Z 38c1b9018ad3: Preparing
  1742. 2020-11-23T12:38:25.3261927Z f0cf3a781ab4: Preparing
  1743. 2020-11-23T12:38:25.3262399Z d26ed8773de6: Preparing
  1744. 2020-11-23T12:38:25.3262906Z ace0eda3e3be: Preparing
  1745. 2020-11-23T12:38:25.6165964Z d26ed8773de6: Pushed
  1746. 2020-11-23T12:38:26.0415896Z 38c1b9018ad3: Pushed
  1747. 2020-11-23T12:38:26.0495096Z ace0eda3e3be: Pushed
  1748. 2020-11-23T12:38:27.2617022Z f0cf3a781ab4: Pushed
  1749. 2020-11-23T12:38:27.2849884Z local: digest: sha256:897b8f7645e3942b17fdd1e4560c4e64e19b97020677912e39f075b68e5e943a size: 1155
  1750. 2020-11-23T12:38:27.2907486Z [lighthouse]$ [cluster2] import_image quay.io/submariner/submariner local
  1751. 2020-11-23T12:38:27.2920049Z [lighthouse]$ [cluster2] import_image quay.io/submariner/submariner local
  1752. 2020-11-23T12:38:27.2935874Z [lighthouse]$ [cluster2] local orig_image=quay.io/submariner/submariner
  1753. 2020-11-23T12:38:27.2951198Z [lighthouse]$ [cluster2] local versioned_image=quay.io/submariner/submariner:dev
  1754. 2020-11-23T12:38:27.2971085Z [lighthouse]$ [cluster2] local local_image=localhost:5000/submariner:local
  1755. 2020-11-23T12:38:27.2985623Z [lighthouse]$ [cluster2] docker tag quay.io/submariner/submariner:dev localhost:5000/submariner:local
  1756. 2020-11-23T12:38:27.6459113Z Error response from daemon: No such image: quay.io/submariner/submariner:dev
  1757. 2020-11-23T12:38:27.6503545Z [lighthouse]$ [cluster2] docker pull quay.io/submariner/submariner:devel
  1758. 2020-11-23T12:38:28.1128446Z devel: Pulling from submariner/submariner
  1759. 2020-11-23T12:38:28.1137172Z ae7b613df528: Already exists
  1760. 2020-11-23T12:38:28.1185398Z 4406fcb6ef5a: Pulling fs layer
  1761. 2020-11-23T12:38:28.1186111Z 737eff74f504: Pulling fs layer
  1762. 2020-11-23T12:38:28.1186977Z b6dafbc76ed3: Pulling fs layer
  1763. 2020-11-23T12:38:28.1187431Z 8833291591c8: Pulling fs layer
  1764. 2020-11-23T12:38:28.1187820Z 8833291591c8: Waiting
  1765. 2020-11-23T12:38:28.1699391Z 4406fcb6ef5a: Verifying Checksum
  1766. 2020-11-23T12:38:28.1700081Z 4406fcb6ef5a: Download complete
  1767. 2020-11-23T12:38:28.2423788Z 8833291591c8: Verifying Checksum
  1768. 2020-11-23T12:38:28.2425409Z 8833291591c8: Download complete
  1769. 2020-11-23T12:38:28.3147708Z 4406fcb6ef5a: Pull complete
  1770. 2020-11-23T12:38:28.4889050Z b6dafbc76ed3: Verifying Checksum
  1771. 2020-11-23T12:38:28.4889734Z b6dafbc76ed3: Download complete
  1772. 2020-11-23T12:38:29.0078320Z 737eff74f504: Verifying Checksum
  1773. 2020-11-23T12:38:29.0079003Z 737eff74f504: Download complete
  1774. 2020-11-23T12:38:30.1349984Z 737eff74f504: Pull complete
  1775. 2020-11-23T12:38:30.3188046Z b6dafbc76ed3: Pull complete
  1776. 2020-11-23T12:38:30.4029581Z 8833291591c8: Pull complete
  1777. 2020-11-23T12:38:30.4060581Z Digest: sha256:3f4c4f4c2f903581efae5d89332ee7b1ad66d14780fa3148ca8e57fbf129a67b
  1778. 2020-11-23T12:38:30.4089070Z Status: Downloaded newer image for quay.io/submariner/submariner:devel
  1779. 2020-11-23T12:38:30.4126605Z quay.io/submariner/submariner:devel
  1780. 2020-11-23T12:38:30.4178623Z [lighthouse]$ [cluster2] docker tag quay.io/submariner/submariner:devel quay.io/submariner/submariner:dev
  1781. 2020-11-23T12:38:30.7770740Z [lighthouse]$ [cluster2] docker tag quay.io/submariner/submariner:dev localhost:5000/submariner:local
  1782. 2020-11-23T12:38:31.1542599Z [lighthouse]$ [cluster2] docker push localhost:5000/submariner:local
  1783. 2020-11-23T12:38:31.4980433Z The push refers to repository [localhost:5000/submariner]
  1784. 2020-11-23T12:38:31.5134490Z e5f3d1ce9633: Preparing
  1785. 2020-11-23T12:38:31.5135069Z c9a6834a9664: Preparing
  1786. 2020-11-23T12:38:31.5135632Z 3ee3542c304c: Preparing
  1787. 2020-11-23T12:38:31.5136070Z f29090111cc9: Preparing
  1788. 2020-11-23T12:38:31.5136645Z ed0c36ccfcbe: Preparing
  1789. 2020-11-23T12:38:31.6127965Z f29090111cc9: Pushed
  1790. 2020-11-23T12:38:32.2503615Z c9a6834a9664: Pushed
  1791. 2020-11-23T12:38:32.5869379Z e5f3d1ce9633: Pushed
  1792. 2020-11-23T12:38:36.6266476Z 3ee3542c304c: Pushed
  1793. 2020-11-23T12:38:48.2474250Z ed0c36ccfcbe: Pushed
  1794. 2020-11-23T12:38:48.2758322Z local: digest: sha256:3f4c4f4c2f903581efae5d89332ee7b1ad66d14780fa3148ca8e57fbf129a67b size: 1366
  1795. 2020-11-23T12:38:48.2821846Z [lighthouse]$ [cluster2] import_image quay.io/submariner/submariner-route-agent local
  1796. 2020-11-23T12:38:48.2829012Z [lighthouse]$ [cluster2] import_image quay.io/submariner/submariner-route-agent local
  1797. 2020-11-23T12:38:48.2845537Z [lighthouse]$ [cluster2] local orig_image=quay.io/submariner/submariner-route-agent
  1798. 2020-11-23T12:38:48.2858364Z [lighthouse]$ [cluster2] local versioned_image=quay.io/submariner/submariner-route-agent:dev
  1799. 2020-11-23T12:38:48.2870261Z [lighthouse]$ [cluster2] local local_image=localhost:5000/submariner-route-agent:local
  1800. 2020-11-23T12:38:48.2884312Z [lighthouse]$ [cluster2] docker tag quay.io/submariner/submariner-route-agent:dev localhost:5000/submariner-route-agent:local
  1801. 2020-11-23T12:38:48.6148204Z Error response from daemon: No such image: quay.io/submariner/submariner-route-agent:dev
  1802. 2020-11-23T12:38:48.6220802Z [lighthouse]$ [cluster2] docker pull quay.io/submariner/submariner-route-agent:devel
  1803. 2020-11-23T12:38:49.1364164Z devel: Pulling from submariner/submariner-route-agent
  1804. 2020-11-23T12:38:49.1364950Z 4753a4528f5f: Already exists
  1805. 2020-11-23T12:38:49.1389381Z c0194df27eff: Already exists
  1806. 2020-11-23T12:38:49.1421131Z 1838eb3ccb83: Pulling fs layer
  1807. 2020-11-23T12:38:49.1421703Z 32baf7744700: Pulling fs layer
  1808. 2020-11-23T12:38:49.1422167Z 6267d17b0f7f: Pulling fs layer
  1809. 2020-11-23T12:38:49.1423121Z 73d8b1d61678: Pulling fs layer
  1810. 2020-11-23T12:38:49.1423655Z 73d8b1d61678: Waiting
  1811. 2020-11-23T12:38:49.2201606Z 1838eb3ccb83: Download complete
  1812. 2020-11-23T12:38:49.2778485Z 73d8b1d61678: Verifying Checksum
  1813. 2020-11-23T12:38:49.2779180Z 73d8b1d61678: Download complete
  1814. 2020-11-23T12:38:49.3092439Z 1838eb3ccb83: Pull complete
  1815. 2020-11-23T12:38:49.4852123Z 32baf7744700: Verifying Checksum
  1816. 2020-11-23T12:38:49.4852721Z 32baf7744700: Download complete
  1817. 2020-11-23T12:38:49.7916959Z 32baf7744700: Pull complete
  1818. 2020-11-23T12:38:49.8489166Z 6267d17b0f7f: Download complete
  1819. 2020-11-23T12:38:50.0343655Z 6267d17b0f7f: Pull complete
  1820. 2020-11-23T12:38:50.1116058Z 73d8b1d61678: Pull complete
  1821. 2020-11-23T12:38:50.1152697Z Digest: sha256:90c59e120305ee267e4cbf1a750570624d9f8250e3c2960f6cb848441c8fc443
  1822. 2020-11-23T12:38:50.1183854Z Status: Downloaded newer image for quay.io/submariner/submariner-route-agent:devel
  1823. 2020-11-23T12:38:50.1226952Z quay.io/submariner/submariner-route-agent:devel
  1824. 2020-11-23T12:38:50.1302175Z [lighthouse]$ [cluster2] docker tag quay.io/submariner/submariner-route-agent:devel quay.io/submariner/submariner-route-agent:dev
  1825. 2020-11-23T12:38:50.4805144Z [lighthouse]$ [cluster2] docker tag quay.io/submariner/submariner-route-agent:dev localhost:5000/submariner-route-agent:local
  1826. 2020-11-23T12:38:50.8341608Z [lighthouse]$ [cluster2] docker push localhost:5000/submariner-route-agent:local
  1827. 2020-11-23T12:38:51.1847509Z The push refers to repository [localhost:5000/submariner-route-agent]
  1828. 2020-11-23T12:38:51.1935253Z 03d8a9d244d2: Preparing
  1829. 2020-11-23T12:38:51.1936266Z 83fa420e2892: Preparing
  1830. 2020-11-23T12:38:51.1940371Z da387eb886e2: Preparing
  1831. 2020-11-23T12:38:51.1941513Z 23113be8b1a4: Preparing
  1832. 2020-11-23T12:38:51.1942859Z 37330a2a1954: Preparing
  1833. 2020-11-23T12:38:51.1949486Z d6ec160dc60f: Preparing
  1834. 2020-11-23T12:38:51.1950593Z d6ec160dc60f: Waiting
  1835. 2020-11-23T12:38:51.2704896Z 37330a2a1954: Mounted from lighthouse-agent
  1836. 2020-11-23T12:38:51.9627047Z 23113be8b1a4: Pushed
  1837. 2020-11-23T12:38:51.9701401Z 03d8a9d244d2: Pushed
  1838. 2020-11-23T12:38:51.9751576Z d6ec160dc60f: Mounted from lighthouse-agent
  1839. 2020-11-23T12:38:51.9920431Z 83fa420e2892: Pushed
  1840. 2020-11-23T12:38:52.4690021Z da387eb886e2: Pushed
  1841. 2020-11-23T12:38:52.4953372Z local: digest: sha256:90c59e120305ee267e4cbf1a750570624d9f8250e3c2960f6cb848441c8fc443 size: 1573
  1842. 2020-11-23T12:38:52.5006621Z [lighthouse]$ [cluster2] load_deploytool operator
  1843. 2020-11-23T12:38:52.5024413Z [lighthouse]$ [cluster2] load_deploytool operator
  1844. 2020-11-23T12:38:52.5037087Z [lighthouse]$ [cluster2] local deploytool=operator
  1845. 2020-11-23T12:38:52.5051962Z [lighthouse]$ [cluster2] local deploy_lib=/opt/shipyard/scripts/lib/deploy_operator
  1846. 2020-11-23T12:38:52.5053053Z Will deploy submariner using operator
  1847. 2020-11-23T12:38:52.5066516Z [lighthouse]$ [cluster2] . /opt/shipyard/scripts/lib/deploy_operator
  1848. 2020-11-23T12:38:52.5084626Z [lighthouse]$ [cluster2] . /opt/shipyard/scripts/lib/source_only
  1849. 2020-11-23T12:38:52.5098146Z [lighthouse]$ [cluster2] script_name=deploy_operator
  1850. 2020-11-23T12:38:52.5115156Z [lighthouse]$ [cluster2] exec_name=deploy.sh
  1851. 2020-11-23T12:38:52.5140804Z [lighthouse]$ [cluster2] deploytool_prereqs
  1852. 2020-11-23T12:38:52.5155172Z [lighthouse]$ [cluster2] deploytool_prereqs
  1853. 2020-11-23T12:38:52.5174658Z [lighthouse]$ [cluster2] test -x /go/bin/subctl
  1854. 2020-11-23T12:38:52.5190463Z [lighthouse]$ [cluster2] /go/bin/subctl version
  1855. 2020-11-23T12:38:52.7472919Z subctl version: v0.7.0-38-g68e94a5
  1856. 2020-11-23T12:38:52.7500688Z [lighthouse]$ [cluster2] import_image quay.io/submariner/submariner-operator local
  1857. 2020-11-23T12:38:52.7519854Z [lighthouse]$ [cluster2] import_image quay.io/submariner/submariner-operator local
  1858. 2020-11-23T12:38:52.7547545Z [lighthouse]$ [cluster2] local orig_image=quay.io/submariner/submariner-operator
  1859. 2020-11-23T12:38:52.7560657Z [lighthouse]$ [cluster2] local versioned_image=quay.io/submariner/submariner-operator:dev
  1860. 2020-11-23T12:38:52.7578506Z [lighthouse]$ [cluster2] local local_image=localhost:5000/submariner-operator:local
  1861. 2020-11-23T12:38:52.7594406Z [lighthouse]$ [cluster2] docker tag quay.io/submariner/submariner-operator:dev localhost:5000/submariner-operator:local
  1862. 2020-11-23T12:38:53.1140339Z Error response from daemon: No such image: quay.io/submariner/submariner-operator:dev
  1863. 2020-11-23T12:38:53.1168393Z [lighthouse]$ [cluster2] docker pull quay.io/submariner/submariner-operator:devel
  1864. 2020-11-23T12:38:53.5773887Z devel: Pulling from submariner/submariner-operator
  1865. 2020-11-23T12:38:53.5775959Z 638f85c9a8ed: Pulling fs layer
  1866. 2020-11-23T12:38:54.0661310Z 638f85c9a8ed: Verifying Checksum
  1867. 2020-11-23T12:38:54.0740883Z 638f85c9a8ed: Download complete
  1868. 2020-11-23T12:38:54.2867898Z 638f85c9a8ed: Pull complete
  1869. 2020-11-23T12:38:54.2899590Z Digest: sha256:28d12a0b617f32266aecab7093ae5c0be1e402ca822e02bb8550399e5adf4321
  1870. 2020-11-23T12:38:54.2940166Z Status: Downloaded newer image for quay.io/submariner/submariner-operator:devel
  1871. 2020-11-23T12:38:54.3026474Z [lighthouse]$ [cluster2] docker tag quay.io/submariner/submariner-operator:devel quay.io/submariner/submariner-operator:dev
  1872. 2020-11-23T12:38:54.3027885Z quay.io/submariner/submariner-operator:devel
  1873. 2020-11-23T12:38:54.6618880Z [lighthouse]$ [cluster2] docker tag quay.io/submariner/submariner-operator:dev localhost:5000/submariner-operator:local
  1874. 2020-11-23T12:38:55.0297074Z [lighthouse]$ [cluster2] docker push localhost:5000/submariner-operator:local
  1875. 2020-11-23T12:38:55.3976507Z The push refers to repository [localhost:5000/submariner-operator]
  1876. 2020-11-23T12:38:55.4038777Z bab93dd9e21e: Preparing
  1877. 2020-11-23T12:38:56.1021940Z bab93dd9e21e: Pushed
  1878. 2020-11-23T12:38:56.1292405Z local: digest: sha256:28d12a0b617f32266aecab7093ae5c0be1e402ca822e02bb8550399e5adf4321 size: 528
  1879. 2020-11-23T12:38:56.1325235Z [lighthouse]$ [cluster2] run_subm_clusters prepare_cluster submariner-operator
  1880. 2020-11-23T12:38:56.1342577Z [lighthouse]$ [cluster2] run_subm_clusters prepare_cluster submariner-operator
  1881. 2020-11-23T12:38:56.1353002Z [lighthouse]$ [cluster2] declare -a subm_clusters
  1882. 2020-11-23T12:38:56.1392000Z [lighthouse]$ [cluster2] run_parallel cluster1 cluster2 prepare_cluster submariner-operator
  1883. 2020-11-23T12:38:56.1405996Z [lighthouse]$ [cluster2] run_parallel cluster1 cluster2 cluster1 cluster2 prepare_cluster submariner-operator
  1884. 2020-11-23T12:38:56.1424675Z [lighthouse]$ [cluster2] local cmnd=prepare_cluster
  1885. 2020-11-23T12:38:56.1441826Z [lighthouse]$ [cluster2] declare -A pids
  1886. 2020-11-23T12:38:56.1466197Z [lighthouse]$ [cluster2] eval echo cluster1 cluster2
  1887. 2020-11-23T12:38:56.1491156Z [lighthouse]$ [cluster1] pids[cluster1]=5154
  1888. 2020-11-23T12:38:56.1508446Z [lighthouse]$ [cluster1] set -o pipefail
  1889. 2020-11-23T12:38:56.1513232Z [lighthouse]$ [cluster2] pids[cluster2]=5156
  1890. 2020-11-23T12:38:56.1530986Z [lighthouse]$ [cluster2] wait 5156
  1891. 2020-11-23T12:38:56.1538630Z [lighthouse]$ [cluster1] prepare_cluster submariner-operator
  1892. 2020-11-23T12:38:56.1551165Z [lighthouse]$ [cluster2] set -o pipefail
  1893. 2020-11-23T12:38:56.1563040Z [lighthouse]$ [cluster1] sed /\[cluster1]/!s/^/[cluster1] /
  1894. 2020-11-23T12:38:56.1597948Z [lighthouse]$ [cluster2] prepare_cluster submariner-operator
  1895. 2020-11-23T12:38:56.1629935Z [lighthouse]$ [cluster2] sed /\[cluster2]/!s/^/[cluster2] /
  1896. 2020-11-23T12:38:57.6856918Z [lighthouse]$ [cluster1] prepare_cluster
  1897. 2020-11-23T12:38:57.6858111Z [lighthouse]$ [cluster1] local namespace=submariner-operator
  1898. 2020-11-23T12:38:57.6858982Z [cluster1] 
  1899. 2020-11-23T12:38:57.6859527Z [cluster1] 
  1900. 2020-11-23T12:38:57.6860428Z [cluster1] 
  1901. 2020-11-23T12:38:57.6861153Z [lighthouse]$ [cluster1] add_subm_gateway_label
  1902. 2020-11-23T12:38:57.6862226Z [lighthouse]$ [cluster1] add_subm_gateway_label
  1903. 2020-11-23T12:38:57.6863542Z [lighthouse]$ [cluster1] kubectl label node cluster1-worker submariner.io/gateway=true --overwrite
  1904. 2020-11-23T12:38:57.6864992Z [lighthouse]$ [cluster1] kubectl label node cluster1-worker submariner.io/gateway=true --overwrite
  1905. 2020-11-23T12:38:57.6866624Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 label node cluster1-worker submariner.io/gateway=true --overwrite
  1906. 2020-11-23T12:38:57.6868237Z [lighthouse]$ [cluster1] kubectl --context=cluster1 label node cluster1-worker submariner.io/gateway=true --overwrite
  1907. 2020-11-23T12:38:57.6869748Z [cluster1] node/cluster1-worker labeled
  1908. 2020-11-23T12:38:57.6915203Z [lighthouse]$ [cluster2] prepare_cluster
  1909. 2020-11-23T12:38:57.6916396Z [lighthouse]$ [cluster2] local namespace=submariner-operator
  1910. 2020-11-23T12:38:57.6917229Z [cluster2] 
  1911. 2020-11-23T12:38:57.6917794Z [cluster2] 
  1912. 2020-11-23T12:38:57.6919787Z [cluster2] 
  1913. 2020-11-23T12:38:57.6920526Z [lighthouse]$ [cluster2] add_subm_gateway_label
  1914. 2020-11-23T12:38:57.6921372Z [lighthouse]$ [cluster2] add_subm_gateway_label
  1915. 2020-11-23T12:38:57.6922540Z [lighthouse]$ [cluster2] kubectl label node cluster2-worker submariner.io/gateway=true --overwrite
  1916. 2020-11-23T12:38:57.6923950Z [lighthouse]$ [cluster2] kubectl label node cluster2-worker submariner.io/gateway=true --overwrite
  1917. 2020-11-23T12:38:57.6925809Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 label node cluster2-worker submariner.io/gateway=true --overwrite
  1918. 2020-11-23T12:38:57.6927507Z [lighthouse]$ [cluster2] kubectl --context=cluster2 label node cluster2-worker submariner.io/gateway=true --overwrite
  1919. 2020-11-23T12:38:57.6928697Z [cluster2] node/cluster2-worker labeled
  1920. 2020-11-23T12:38:57.6953671Z [lighthouse]$ [cluster2] wait 5154
  1921. 2020-11-23T12:38:57.6987085Z [lighthouse]$ [cluster2] with_context cluster1 setup_broker
  1922. 2020-11-23T12:38:57.7002586Z [lighthouse]$ [cluster2] with_context cluster1 setup_broker
  1923. 2020-11-23T12:38:57.7019184Z [lighthouse]$ [cluster2] local cluster=cluster1
  1924. 2020-11-23T12:38:57.7033270Z [lighthouse]$ [cluster1] local cmnd=setup_broker
  1925. 2020-11-23T12:38:57.7054951Z [lighthouse]$ [cluster1] setup_broker
  1926. 2020-11-23T12:38:57.7083728Z [lighthouse]$ [cluster1] setup_broker
  1927. 2020-11-23T12:38:57.7102477Z [lighthouse]$ [cluster1] local gn
  1928. 2020-11-23T12:38:57.7111647Z Installing broker...
  1929. 2020-11-23T12:38:57.7133178Z [lighthouse]$ [cluster1] cd /go/src/github.com/submariner-io/lighthouse/output
  1930. 2020-11-23T12:38:57.7154151Z [output]$ [cluster1] /go/bin/subctl deploy-broker --kubeconfig /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster1 --service-discovery
  1931. 2020-11-23T12:38:57.9296894Z • Deploying broker ...
  1932. 2020-11-23T12:38:58.3290786Z ✓ Deploying broker
  1933. 2020-11-23T12:38:58.3291706Z • Creating broker-info.subm file ...
  1934. 2020-11-23T12:38:58.3402063Z ✓ Creating broker-info.subm file
  1935. 2020-11-23T12:38:58.3403054Z ✓ A new IPsec PSK will be generated for broker-info.subm
  1936. 2020-11-23T12:38:58.3438717Z [lighthouse]$ [cluster2] install_subm_all_clusters
  1937. 2020-11-23T12:38:58.3464812Z [lighthouse]$ [cluster2] install_subm_all_clusters
  1938. 2020-11-23T12:38:58.3485541Z [lighthouse]$ [cluster2] run_subm_clusters subctl_install_subm
  1939. 2020-11-23T12:38:58.3503122Z [lighthouse]$ [cluster2] run_subm_clusters subctl_install_subm
  1940. 2020-11-23T12:38:58.3521449Z [lighthouse]$ [cluster2] declare -a subm_clusters
  1941. 2020-11-23T12:38:58.3851975Z [lighthouse]$ [cluster2] run_parallel cluster1 cluster2 subctl_install_subm
  1942. 2020-11-23T12:38:58.3870241Z [lighthouse]$ [cluster2] run_parallel cluster1 cluster2 cluster1 cluster2 subctl_install_subm
  1943. 2020-11-23T12:38:58.3890586Z [lighthouse]$ [cluster2] local cmnd=subctl_install_subm
  1944. 2020-11-23T12:38:58.3911641Z [lighthouse]$ [cluster2] declare -A pids
  1945. 2020-11-23T12:38:58.3940166Z [lighthouse]$ [cluster2] eval echo cluster1 cluster2
  1946. 2020-11-23T12:38:58.3968563Z [lighthouse]$ [cluster1] pids[cluster1]=5280
  1947. 2020-11-23T12:38:58.4007935Z [lighthouse]$ [cluster2] pids[cluster2]=5282
  1948. 2020-11-23T12:38:58.4025381Z [lighthouse]$ [cluster1] set -o pipefail
  1949. 2020-11-23T12:38:58.4057519Z [lighthouse]$ [cluster2] wait 5282
  1950. 2020-11-23T12:38:58.4068590Z [lighthouse]$ [cluster2] set -o pipefail
  1951. 2020-11-23T12:38:58.4080775Z [lighthouse]$ [cluster1] subctl_install_subm
  1952. 2020-11-23T12:38:58.4100638Z [lighthouse]$ [cluster2] subctl_install_subm
  1953. 2020-11-23T12:38:58.4126786Z [lighthouse]$ [cluster1] sed /\[cluster1]/!s/^/[cluster1] /
  1954. 2020-11-23T12:38:58.4159001Z [lighthouse]$ [cluster2] sed /\[cluster2]/!s/^/[cluster2] /
  1955. 2020-11-23T12:39:07.0181283Z [lighthouse]$ [cluster1] subctl_install_subm
  1956. 2020-11-23T12:39:07.0196837Z [lighthouse]$ [cluster1] /go/bin/subctl join --kubeconfig /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster1 --clusterid cluster1 --repository localhost:5000 --version local --nattport 4500 --ikeport 500 --colorcodes blue --globalnet-cidr --disable-nat --cable-driver libreswan /go/src/github.com/submariner-io/lighthouse/output/broker-info.subm
  1957. 2020-11-23T12:39:07.0199800Z [cluster1] * /go/src/github.com/submariner-io/lighthouse/output/broker-info.subm says broker is at: https://172.17.0.7:6443
  1958. 2020-11-23T12:39:07.0202300Z [cluster1] * There are 1 labeled nodes in the cluster:
  1959. 2020-11-23T12:39:07.0203271Z [cluster1] - cluster1-worker
  1960. 2020-11-23T12:39:07.0204096Z [cluster1] • Discovering network details ...
  1961. 2020-11-23T12:39:07.0204733Z [cluster1] Discovered network details:
  1962. 2020-11-23T12:39:07.0205520Z [cluster1] Network plugin: weave-net
  1963. 2020-11-23T12:39:07.0206102Z [cluster1] Service CIDRs: [100.1.0.0/16]
  1964. 2020-11-23T12:39:07.0206615Z [cluster1] Cluster CIDRs: [10.1.0.0/16]
  1965. 2020-11-23T12:39:07.0207380Z [cluster1] ✓ Discovering network details
  1966. 2020-11-23T12:39:07.0208202Z [cluster1] • Discovering multi cluster details ...
  1967. 2020-11-23T12:39:07.0209094Z [cluster1] • Validating Globalnet configurations ...
  1968. 2020-11-23T12:39:07.0209998Z [cluster1] ✓ Validating Globalnet configurations
  1969. 2020-11-23T12:39:07.0210871Z [cluster1] ✓ Discovering multi cluster details
  1970. 2020-11-23T12:39:07.0211718Z [cluster1] • Deploying the Submariner operator ...
  1971. 2020-11-23T12:39:07.0212694Z [cluster1] ✓ Deploying the Submariner operator
  1972. 2020-11-23T12:39:07.0213505Z [cluster1] ✓ Created operator CRDs
  1973. 2020-11-23T12:39:07.0214424Z [cluster1] ✓ Created operator namespace: submariner-operator
  1974. 2020-11-23T12:39:07.0215965Z [cluster1] ✓ Created operator service account and role
  1975. 2020-11-23T12:39:07.0217130Z [cluster1] ✓ Created lighthouse service account and role
  1976. 2020-11-23T12:39:07.0218077Z [cluster1] ✓ Created Lighthouse service accounts and roles
  1977. 2020-11-23T12:39:07.0218972Z [cluster1] ✓ Deployed the operator successfully
  1978. 2020-11-23T12:39:07.0219768Z [cluster1] • Creating SA for cluster ...
  1979. 2020-11-23T12:39:07.0220976Z [cluster1] ✓ Creating SA for cluster
  1980. 2020-11-23T12:39:07.0221714Z [cluster1] • Deploying Submariner ...
  1981. 2020-11-23T12:39:07.0222468Z [cluster1] ✓ Deploying Submariner
  1982. 2020-11-23T12:39:07.0223214Z [cluster1] ✓ Submariner is up and running
  1983. 2020-11-23T12:39:07.2949736Z [lighthouse]$ [cluster2] subctl_install_subm
  1984. 2020-11-23T12:39:07.2952940Z [lighthouse]$ [cluster2] /go/bin/subctl join --kubeconfig /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster2 --clusterid cluster2 --repository localhost:5000 --version local --nattport 4500 --ikeport 500 --colorcodes blue --globalnet-cidr --disable-nat --cable-driver libreswan /go/src/github.com/submariner-io/lighthouse/output/broker-info.subm
  1985. 2020-11-23T12:39:07.2955722Z [cluster2] * /go/src/github.com/submariner-io/lighthouse/output/broker-info.subm says broker is at: https://172.17.0.7:6443
  1986. 2020-11-23T12:39:07.2956744Z [cluster2] * There are 1 labeled nodes in the cluster:
  1987. 2020-11-23T12:39:07.2957863Z [cluster2] - cluster2-worker
  1988. 2020-11-23T12:39:07.2958656Z [cluster2] • Discovering network details ...
  1989. 2020-11-23T12:39:07.2959280Z [cluster2] Discovered network details:
  1990. 2020-11-23T12:39:07.2962620Z [cluster2] Network plugin: weave-net
  1991. 2020-11-23T12:39:07.2963193Z [cluster2] Service CIDRs: [100.2.0.0/16]
  1992. 2020-11-23T12:39:07.2963875Z [cluster2] Cluster CIDRs: [10.2.0.0/16]
  1993. 2020-11-23T12:39:07.2964637Z [cluster2] ✓ Discovering network details
  1994. 2020-11-23T12:39:07.2965475Z [cluster2] • Discovering multi cluster details ...
  1995. 2020-11-23T12:39:07.2966388Z [cluster2] • Validating Globalnet configurations ...
  1996. 2020-11-23T12:39:07.2967576Z [cluster2] ✓ Validating Globalnet configurations
  1997. 2020-11-23T12:39:07.2968879Z [cluster2] ✓ Discovering multi cluster details
  1998. 2020-11-23T12:39:07.2969893Z [cluster2] • Deploying the Submariner operator ...
  1999. 2020-11-23T12:39:07.2970764Z [cluster2] ✓ Deploying the Submariner operator
  2000. 2020-11-23T12:39:07.2971537Z [cluster2] ✓ Created operator CRDs
  2001. 2020-11-23T12:39:07.2972466Z [cluster2] ✓ Created operator namespace: submariner-operator
  2002. 2020-11-23T12:39:07.2973599Z [cluster2] ✓ Created operator service account and role
  2003. 2020-11-23T12:39:07.2974689Z [cluster2] ✓ Created lighthouse service account and role
  2004. 2020-11-23T12:39:07.2976707Z [cluster2] ✓ Created Lighthouse service accounts and roles
  2005. 2020-11-23T12:39:07.2978062Z [cluster2] ✓ Deployed the operator successfully
  2006. 2020-11-23T12:39:07.2978949Z [cluster2] • Creating SA for cluster ...
  2007. 2020-11-23T12:39:07.2979669Z [cluster2] ✓ Creating SA for cluster
  2008. 2020-11-23T12:39:07.2980454Z [cluster2] • Deploying Submariner ...
  2009. 2020-11-23T12:39:07.2981813Z [cluster2] ✓ Deploying Submariner
  2010. 2020-11-23T12:39:07.2982693Z [cluster2] ✓ Submariner is up and running
  2011. 2020-11-23T12:39:07.3001634Z [lighthouse]$ [cluster2] wait 5280
  2012. 2020-11-23T12:39:07.3030141Z [lighthouse]$ [cluster2] with_context cluster2 with_retries 30 verify_gw_status
  2013. 2020-11-23T12:39:07.3048718Z [lighthouse]$ [cluster2] with_context cluster2 with_retries 30 verify_gw_status
  2014. 2020-11-23T12:39:07.3068924Z [lighthouse]$ [cluster2] local cluster=cluster2
  2015. 2020-11-23T12:39:07.3086863Z [lighthouse]$ [cluster2] local cmnd=with_retries
  2016. 2020-11-23T12:39:07.3110091Z [lighthouse]$ [cluster2] with_retries 30 verify_gw_status
  2017. 2020-11-23T12:39:07.3126871Z [lighthouse]$ [cluster2] with_retries
  2018. 2020-11-23T12:39:07.3144011Z [lighthouse]$ [cluster2] local retries=30
  2019. 2020-11-23T12:39:07.3163018Z [lighthouse]$ [cluster2] local cmnd=verify_gw_status
  2020. 2020-11-23T12:39:07.3188058Z [lighthouse]$ [cluster2] iteration=1
  2021. 2020-11-23T12:39:07.3221349Z [lighthouse]$ [cluster2] wait 5322
  2022. 2020-11-23T12:39:07.3243835Z [lighthouse]$ [cluster2] verify_gw_status
  2023. 2020-11-23T12:39:07.3287166Z [lighthouse]$ [cluster2] verify_gw_status
  2024. 2020-11-23T12:39:07.3312085Z [lighthouse]$ [cluster2] sleep_duration=6
  2025. 2020-11-23T12:39:07.3328110Z [lighthouse]$ [cluster2] subctl show connections
  2026. 2020-11-23T12:39:07.3353140Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2027. 2020-11-23T12:39:07.6009067Z [lighthouse]$ [cluster2] subctl show connections
  2028. 2020-11-23T12:39:07.6031145Z [lighthouse]$ [cluster2] grep connected
  2029. 2020-11-23T12:39:07.8509342Z No endpoints found
  2030. 2020-11-23T12:39:07.8511385Z
  2031. 2020-11-23T12:39:07.8513351Z subctl version: v0.7.0-38-g68e94a5
  2032. 2020-11-23T12:39:07.8513747Z
  2033. 2020-11-23T12:39:07.8533159Z iter: 1. Clusters not yet connected. sleeping for 6 secs
  2034. 2020-11-23T12:39:07.8551639Z [lighthouse]$ [cluster2] sleep 6
  2035. 2020-11-23T12:39:13.8627727Z [lighthouse]$ [cluster2] return 1
  2036. 2020-11-23T12:39:13.8727176Z [lighthouse]$ [cluster2] wait 5349
  2037. 2020-11-23T12:39:13.8771595Z [lighthouse]$ [cluster2] verify_gw_status
  2038. 2020-11-23T12:39:13.9010679Z [lighthouse]$ [cluster2] verify_gw_status
  2039. 2020-11-23T12:39:13.9302475Z [lighthouse]$ [cluster2] sleep_duration=6
  2040. 2020-11-23T12:39:13.9387884Z [lighthouse]$ [cluster2] subctl show connections
  2041. 2020-11-23T12:39:13.9623704Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2042. 2020-11-23T12:39:16.1123750Z [lighthouse]$ [cluster2] subctl show connections
  2043. 2020-11-23T12:39:16.1221322Z [lighthouse]$ [cluster2] grep connected
  2044. 2020-11-23T12:39:19.2667554Z iter: 2. Clusters not yet connected. sleeping for 6 secs
  2045. 2020-11-23T12:39:19.2680871Z [lighthouse]$ [cluster2] sleep 6
  2046. 2020-11-23T12:39:25.2711587Z [lighthouse]$ [cluster2] return 1
  2047. 2020-11-23T12:39:25.2873440Z [lighthouse]$ [cluster2] wait 5377
  2048. 2020-11-23T12:39:25.2904326Z [lighthouse]$ [cluster2] verify_gw_status
  2049. 2020-11-23T12:39:25.2951146Z [lighthouse]$ [cluster2] verify_gw_status
  2050. 2020-11-23T12:39:25.2970424Z [lighthouse]$ [cluster2] sleep_duration=6
  2051. 2020-11-23T12:39:25.3012039Z [lighthouse]$ [cluster2] subctl show connections
  2052. 2020-11-23T12:39:25.3445140Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2053. 2020-11-23T12:39:26.1579491Z [lighthouse]$ [cluster2] subctl show connections
  2054. 2020-11-23T12:39:26.1666071Z [lighthouse]$ [cluster2] grep connected
  2055. 2020-11-23T12:39:27.1034409Z iter: 3. Clusters not yet connected. sleeping for 6 secs
  2056. 2020-11-23T12:39:27.1055694Z [lighthouse]$ [cluster2] sleep 6
  2057. 2020-11-23T12:39:33.1153559Z [lighthouse]$ [cluster2] return 1
  2058. 2020-11-23T12:39:33.1234057Z [lighthouse]$ [cluster2] wait 5403
  2059. 2020-11-23T12:39:33.1273056Z [lighthouse]$ [cluster2] verify_gw_status
  2060. 2020-11-23T12:39:33.1397443Z [lighthouse]$ [cluster2] verify_gw_status
  2061. 2020-11-23T12:39:33.1446698Z [lighthouse]$ [cluster2] sleep_duration=6
  2062. 2020-11-23T12:39:33.1464222Z [lighthouse]$ [cluster2] subctl show connections
  2063. 2020-11-23T12:39:33.1506664Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2064. 2020-11-23T12:39:33.8558185Z [lighthouse]$ [cluster2] subctl show connections
  2065. 2020-11-23T12:39:33.8582022Z [lighthouse]$ [cluster2] grep connected
  2066. 2020-11-23T12:39:34.6169439Z iter: 4. Clusters not yet connected. sleeping for 6 secs
  2067. 2020-11-23T12:39:34.6185189Z [lighthouse]$ [cluster2] sleep 6
  2068. 2020-11-23T12:39:40.6251158Z [lighthouse]$ [cluster2] return 1
  2069. 2020-11-23T12:39:40.6305455Z [lighthouse]$ [cluster2] wait 5431
  2070. 2020-11-23T12:39:40.6373703Z [lighthouse]$ [cluster2] verify_gw_status
  2071. 2020-11-23T12:39:40.6378192Z [lighthouse]$ [cluster2] verify_gw_status
  2072. 2020-11-23T12:39:40.6379734Z [lighthouse]$ [cluster2] sleep_duration=6
  2073. 2020-11-23T12:39:40.6380593Z [lighthouse]$ [cluster2] subctl show connections
  2074. 2020-11-23T12:39:40.6389748Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2075. 2020-11-23T12:39:41.0208202Z [lighthouse]$ [cluster2] subctl show connections
  2076. 2020-11-23T12:39:41.0222784Z [lighthouse]$ [cluster2] grep connected
  2077. 2020-11-23T12:39:41.3604522Z iter: 5. Clusters not yet connected. sleeping for 6 secs
  2078. 2020-11-23T12:39:41.3618638Z [lighthouse]$ [cluster2] sleep 6
  2079. 2020-11-23T12:39:47.3658484Z [lighthouse]$ [cluster2] return 1
  2080. 2020-11-23T12:39:47.3702877Z [lighthouse]$ [cluster2] wait 5458
  2081. 2020-11-23T12:39:47.3715718Z [lighthouse]$ [cluster2] verify_gw_status
  2082. 2020-11-23T12:39:47.3734432Z [lighthouse]$ [cluster2] verify_gw_status
  2083. 2020-11-23T12:39:47.3769576Z [lighthouse]$ [cluster2] sleep_duration=6
  2084. 2020-11-23T12:39:47.3799077Z [lighthouse]$ [cluster2] subctl show connections
  2085. 2020-11-23T12:39:47.3910681Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2086. 2020-11-23T12:39:48.4247265Z [lighthouse]$ [cluster2] subctl show connections
  2087. 2020-11-23T12:39:48.4287759Z [lighthouse]$ [cluster2] grep connected
  2088. 2020-11-23T12:39:49.2091143Z iter: 6. Clusters not yet connected. sleeping for 6 secs
  2089. 2020-11-23T12:39:49.2112361Z [lighthouse]$ [cluster2] sleep 6
  2090. 2020-11-23T12:39:55.2157768Z [lighthouse]$ [cluster2] return 1
  2091. 2020-11-23T12:39:55.2202960Z [lighthouse]$ [cluster2] wait 5484
  2092. 2020-11-23T12:39:55.2214924Z [lighthouse]$ [cluster2] verify_gw_status
  2093. 2020-11-23T12:39:55.2234474Z [lighthouse]$ [cluster2] verify_gw_status
  2094. 2020-11-23T12:39:55.2247015Z [lighthouse]$ [cluster2] sleep_duration=6
  2095. 2020-11-23T12:39:55.2264389Z [lighthouse]$ [cluster2] subctl show connections
  2096. 2020-11-23T12:39:55.2325276Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2097. 2020-11-23T12:39:56.1035218Z [lighthouse]$ [cluster2] subctl show connections
  2098. 2020-11-23T12:39:56.1062206Z [lighthouse]$ [cluster2] grep connected
  2099. 2020-11-23T12:39:56.9316254Z iter: 7. Clusters not yet connected. sleeping for 6 secs
  2100. 2020-11-23T12:39:56.9352739Z [lighthouse]$ [cluster2] sleep 6
  2101. 2020-11-23T12:40:02.9427472Z [lighthouse]$ [cluster2] return 1
  2102. 2020-11-23T12:40:02.9481331Z [lighthouse]$ [cluster2] wait 5511
  2103. 2020-11-23T12:40:02.9496677Z [lighthouse]$ [cluster2] verify_gw_status
  2104. 2020-11-23T12:40:02.9516927Z [lighthouse]$ [cluster2] verify_gw_status
  2105. 2020-11-23T12:40:02.9538978Z [lighthouse]$ [cluster2] sleep_duration=6
  2106. 2020-11-23T12:40:02.9556774Z [lighthouse]$ [cluster2] subctl show connections
  2107. 2020-11-23T12:40:02.9582286Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2108. 2020-11-23T12:40:03.3961242Z [lighthouse]$ [cluster2] subctl show connections
  2109. 2020-11-23T12:40:03.3981900Z [lighthouse]$ [cluster2] grep connected
  2110. 2020-11-23T12:40:03.8858018Z iter: 8. Clusters not yet connected. sleeping for 6 secs
  2111. 2020-11-23T12:40:03.8942528Z [lighthouse]$ [cluster2] sleep 6
  2112. 2020-11-23T12:40:09.8990763Z [lighthouse]$ [cluster2] return 1
  2113. 2020-11-23T12:40:09.9033021Z [lighthouse]$ [cluster2] wait 5538
  2114. 2020-11-23T12:40:09.9037018Z [lighthouse]$ [cluster2] verify_gw_status
  2115. 2020-11-23T12:40:09.9071317Z [lighthouse]$ [cluster2] verify_gw_status
  2116. 2020-11-23T12:40:09.9084074Z [lighthouse]$ [cluster2] sleep_duration=6
  2117. 2020-11-23T12:40:09.9098889Z [lighthouse]$ [cluster2] subctl show connections
  2118. 2020-11-23T12:40:09.9131339Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2119. 2020-11-23T12:40:10.1838203Z [lighthouse]$ [cluster2] subctl show connections
  2120. 2020-11-23T12:40:10.1868658Z [lighthouse]$ [cluster2] grep connected
  2121. 2020-11-23T12:40:10.4488089Z iter: 9. Clusters not yet connected. sleeping for 6 secs
  2122. 2020-11-23T12:40:10.4499056Z [lighthouse]$ [cluster2] sleep 6
  2123. 2020-11-23T12:40:16.4530669Z [lighthouse]$ [cluster2] return 1
  2124. 2020-11-23T12:40:16.4574066Z [lighthouse]$ [cluster2] wait 5564
  2125. 2020-11-23T12:40:16.4587374Z [lighthouse]$ [cluster2] verify_gw_status
  2126. 2020-11-23T12:40:16.4599589Z [lighthouse]$ [cluster2] verify_gw_status
  2127. 2020-11-23T12:40:16.4614729Z [lighthouse]$ [cluster2] sleep_duration=6
  2128. 2020-11-23T12:40:16.4628304Z [lighthouse]$ [cluster2] subctl show connections
  2129. 2020-11-23T12:40:16.4671194Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2130. 2020-11-23T12:40:16.7342589Z [lighthouse]$ [cluster2] subctl show connections
  2131. 2020-11-23T12:40:16.7445726Z [lighthouse]$ [cluster2] grep connected
  2132. 2020-11-23T12:40:17.0447109Z iter: 10. Clusters not yet connected. sleeping for 6 secs
  2133. 2020-11-23T12:40:17.0490871Z [lighthouse]$ [cluster2] sleep 6
  2134. 2020-11-23T12:40:23.0539604Z [lighthouse]$ [cluster2] return 1
  2135. 2020-11-23T12:40:23.0576716Z [lighthouse]$ [cluster2] wait 5591
  2136. 2020-11-23T12:40:23.0586301Z [lighthouse]$ [cluster2] verify_gw_status
  2137. 2020-11-23T12:40:23.0604773Z [lighthouse]$ [cluster2] verify_gw_status
  2138. 2020-11-23T12:40:23.0616790Z [lighthouse]$ [cluster2] sleep_duration=6
  2139. 2020-11-23T12:40:23.0630460Z [lighthouse]$ [cluster2] subctl show connections
  2140. 2020-11-23T12:40:23.0649725Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2141. 2020-11-23T12:40:23.3426323Z [lighthouse]$ [cluster2] subctl show connections
  2142. 2020-11-23T12:40:23.3438610Z [lighthouse]$ [cluster2] grep connected
  2143. 2020-11-23T12:40:23.6125220Z iter: 11. Clusters not yet connected. sleeping for 6 secs
  2144. 2020-11-23T12:40:23.6144784Z [lighthouse]$ [cluster2] sleep 6
  2145. 2020-11-23T12:40:29.6183200Z [lighthouse]$ [cluster2] return 1
  2146. 2020-11-23T12:40:29.6227438Z [lighthouse]$ [cluster2] verify_gw_status
  2147. 2020-11-23T12:40:29.6232788Z [lighthouse]$ [cluster2] wait 5618
  2148. 2020-11-23T12:40:29.6247615Z [lighthouse]$ [cluster2] verify_gw_status
  2149. 2020-11-23T12:40:29.6258908Z [lighthouse]$ [cluster2] sleep_duration=6
  2150. 2020-11-23T12:40:29.6275318Z [lighthouse]$ [cluster2] subctl show connections
  2151. 2020-11-23T12:40:29.6292214Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2152. 2020-11-23T12:40:29.9158046Z [lighthouse]$ [cluster2] subctl show connections
  2153. 2020-11-23T12:40:29.9176406Z [lighthouse]$ [cluster2] grep connected
  2154. 2020-11-23T12:40:30.1789427Z iter: 12. Clusters not yet connected. sleeping for 6 secs
  2155. 2020-11-23T12:40:30.1802514Z [lighthouse]$ [cluster2] sleep 6
  2156. 2020-11-23T12:40:36.1847328Z [lighthouse]$ [cluster2] return 1
  2157. 2020-11-23T12:40:36.1891493Z [lighthouse]$ [cluster2] wait 5644
  2158. 2020-11-23T12:40:36.1900330Z [lighthouse]$ [cluster2] verify_gw_status
  2159. 2020-11-23T12:40:36.1919276Z [lighthouse]$ [cluster2] verify_gw_status
  2160. 2020-11-23T12:40:36.1935326Z [lighthouse]$ [cluster2] sleep_duration=6
  2161. 2020-11-23T12:40:36.1955019Z [lighthouse]$ [cluster2] subctl show connections
  2162. 2020-11-23T12:40:36.1981264Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2163. 2020-11-23T12:40:36.4672470Z [lighthouse]$ [cluster2] subctl show connections
  2164. 2020-11-23T12:40:36.4692600Z [lighthouse]$ [cluster2] grep connected
  2165. 2020-11-23T12:40:36.7220237Z iter: 13. Clusters not yet connected. sleeping for 6 secs
  2166. 2020-11-23T12:40:36.7238333Z [lighthouse]$ [cluster2] sleep 6
  2167. 2020-11-23T12:40:42.7291912Z [lighthouse]$ [cluster2] return 1
  2168. 2020-11-23T12:40:42.7320340Z [lighthouse]$ [cluster2] wait 5671
  2169. 2020-11-23T12:40:42.7331404Z [lighthouse]$ [cluster2] verify_gw_status
  2170. 2020-11-23T12:40:42.7352947Z [lighthouse]$ [cluster2] verify_gw_status
  2171. 2020-11-23T12:40:42.7365676Z [lighthouse]$ [cluster2] sleep_duration=6
  2172. 2020-11-23T12:40:42.7385420Z [lighthouse]$ [cluster2] subctl show connections
  2173. 2020-11-23T12:40:42.7434351Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2174. 2020-11-23T12:40:43.0195901Z [lighthouse]$ [cluster2] subctl show connections
  2175. 2020-11-23T12:40:43.0228971Z [lighthouse]$ [cluster2] grep connected
  2176. 2020-11-23T12:40:43.2714907Z iter: 14. Clusters not yet connected. sleeping for 6 secs
  2177. 2020-11-23T12:40:43.2728290Z [lighthouse]$ [cluster2] sleep 6
  2178. 2020-11-23T12:40:49.2759369Z [lighthouse]$ [cluster2] return 1
  2179. 2020-11-23T12:40:49.2807986Z [lighthouse]$ [cluster2] verify_gw_status
  2180. 2020-11-23T12:40:49.2820625Z [lighthouse]$ [cluster2] wait 5697
  2181. 2020-11-23T12:40:49.2826895Z [lighthouse]$ [cluster2] verify_gw_status
  2182. 2020-11-23T12:40:49.2841842Z [lighthouse]$ [cluster2] sleep_duration=6
  2183. 2020-11-23T12:40:49.2857734Z [lighthouse]$ [cluster2] subctl show connections
  2184. 2020-11-23T12:40:49.2880501Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2185. 2020-11-23T12:40:49.5862422Z [lighthouse]$ [cluster2] subctl show connections
  2186. 2020-11-23T12:40:49.5879063Z [lighthouse]$ [cluster2] grep connected
  2187. 2020-11-23T12:40:49.8581793Z iter: 15. Clusters not yet connected. sleeping for 6 secs
  2188. 2020-11-23T12:40:49.8593158Z [lighthouse]$ [cluster2] sleep 6
  2189. 2020-11-23T12:40:55.8627912Z [lighthouse]$ [cluster2] return 1
  2190. 2020-11-23T12:40:55.8693196Z [lighthouse]$ [cluster2] wait 5723
  2191. 2020-11-23T12:40:55.8703702Z [lighthouse]$ [cluster2] verify_gw_status
  2192. 2020-11-23T12:40:55.8721494Z [lighthouse]$ [cluster2] verify_gw_status
  2193. 2020-11-23T12:40:55.8738638Z [lighthouse]$ [cluster2] sleep_duration=6
  2194. 2020-11-23T12:40:55.8754178Z [lighthouse]$ [cluster2] subctl show connections
  2195. 2020-11-23T12:40:55.8773313Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2196. 2020-11-23T12:40:56.1491526Z [lighthouse]$ [cluster2] subctl show connections
  2197. 2020-11-23T12:40:56.1512752Z [lighthouse]$ [cluster2] grep connected
  2198. 2020-11-23T12:40:56.4386893Z iter: 16. Clusters not yet connected. sleeping for 6 secs
  2199. 2020-11-23T12:40:56.4402417Z [lighthouse]$ [cluster2] sleep 6
  2200. 2020-11-23T12:41:02.4454994Z [lighthouse]$ [cluster2] return 1
  2201. 2020-11-23T12:41:02.4503221Z [lighthouse]$ [cluster2] verify_gw_status
  2202. 2020-11-23T12:41:02.4504035Z [lighthouse]$ [cluster2] wait 5750
  2203. 2020-11-23T12:41:02.4523850Z [lighthouse]$ [cluster2] verify_gw_status
  2204. 2020-11-23T12:41:02.4547972Z [lighthouse]$ [cluster2] sleep_duration=6
  2205. 2020-11-23T12:41:02.4593649Z [lighthouse]$ [cluster2] subctl show connections
  2206. 2020-11-23T12:41:02.4610108Z [lighthouse]$ [cluster2] grep the server could not find the requested resource
  2207. 2020-11-23T12:41:02.7307378Z [lighthouse]$ [cluster2] subctl show connections
  2208. 2020-11-23T12:41:02.7330133Z [lighthouse]$ [cluster2] grep connected
  2209. 2020-11-23T12:41:03.0383850Z cluster1-worker cluster1 172.17.0.8 libreswan 100.1.0.0/16, 10.1.0.0/16 connected
  2210. 2020-11-23T12:41:03.0385082Z cluster2-worker cluster2 172.17.0.6 libreswan 100.2.0.0/16, 10.2.0.0/16 connected
  2211. 2020-11-23T12:41:03.0413113Z [lighthouse]$ [cluster2] return 0
  2212. 2020-11-23T12:41:03.0434300Z [lighthouse]$ [cluster2] return 0
  2213. 2020-11-23T12:41:03.0491941Z [lighthouse]$ [cluster2] with_context cluster2 connectivity_tests cluster1
  2214. 2020-11-23T12:41:03.0512523Z [lighthouse]$ [cluster2] with_context cluster2 connectivity_tests cluster1
  2215. 2020-11-23T12:41:03.0533413Z [lighthouse]$ [cluster2] local cluster=cluster2
  2216. 2020-11-23T12:41:03.0553518Z [lighthouse]$ [cluster2] local cmnd=connectivity_tests
  2217. 2020-11-23T12:41:03.0575325Z [lighthouse]$ [cluster2] connectivity_tests cluster1
  2218. 2020-11-23T12:41:03.0591374Z [lighthouse]$ [cluster2] connectivity_tests
  2219. 2020-11-23T12:41:03.0616473Z [lighthouse]$ [cluster2] target_cluster=cluster1
  2220. 2020-11-23T12:41:03.0633283Z [lighthouse]$ [cluster2] deploy_resource /opt/shipyard/scripts/resources/netshoot.yaml
  2221. 2020-11-23T12:41:03.0645702Z [lighthouse]$ [cluster2] deploy_resource /opt/shipyard/scripts/resources/netshoot.yaml
  2222. 2020-11-23T12:41:03.0666380Z [lighthouse]$ [cluster2] local resource_file=/opt/shipyard/scripts/resources/netshoot.yaml
  2223. 2020-11-23T12:41:03.0684034Z [lighthouse]$ [cluster2] local resource_name
  2224. 2020-11-23T12:41:03.0743024Z [lighthouse]$ [cluster2] resource_name=netshoot
  2225. 2020-11-23T12:41:03.0803476Z [lighthouse]$ [cluster2] basename /opt/shipyard/scripts/resources/netshoot.yaml .yaml
  2226. 2020-11-23T12:41:03.0834160Z [lighthouse]$ [cluster2] kubectl apply -f /opt/shipyard/scripts/resources/netshoot.yaml
  2227. 2020-11-23T12:41:03.0854334Z [lighthouse]$ [cluster2] kubectl apply -f /opt/shipyard/scripts/resources/netshoot.yaml
  2228. 2020-11-23T12:41:03.0870384Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 apply -f /opt/shipyard/scripts/resources/netshoot.yaml
  2229. 2020-11-23T12:41:03.0887738Z [lighthouse]$ [cluster2] kubectl --context=cluster2 apply -f /opt/shipyard/scripts/resources/netshoot.yaml
  2230. 2020-11-23T12:41:03.6366972Z deployment.apps/netshoot created
  2231. 2020-11-23T12:41:03.6427282Z Waiting for netshoot pods to be ready.
  2232. 2020-11-23T12:41:03.6473442Z [lighthouse]$ [cluster2] kubectl rollout status deploy/netshoot --timeout=5m
  2233. 2020-11-23T12:41:03.6502272Z [lighthouse]$ [cluster2] kubectl rollout status deploy/netshoot --timeout=5m
  2234. 2020-11-23T12:41:03.6528257Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 rollout status deploy/netshoot --timeout=5m
  2235. 2020-11-23T12:41:03.6548505Z [lighthouse]$ [cluster2] kubectl --context=cluster2 rollout status deploy/netshoot --timeout=5m
  2236. 2020-11-23T12:41:04.1559330Z Waiting for deployment "netshoot" rollout to finish: 0 of 1 updated replicas are available...
  2237. 2020-11-23T12:41:05.8009320Z deployment "netshoot" successfully rolled out
  2238. 2020-11-23T12:41:05.8073825Z [lighthouse]$ [cluster2] with_context cluster1 deploy_resource /opt/shipyard/scripts/resources/nginx-demo.yaml
  2239. 2020-11-23T12:41:05.8088645Z [lighthouse]$ [cluster2] with_context cluster1 deploy_resource /opt/shipyard/scripts/resources/nginx-demo.yaml
  2240. 2020-11-23T12:41:05.8110962Z [lighthouse]$ [cluster2] local cluster=cluster1
  2241. 2020-11-23T12:41:05.8127526Z [lighthouse]$ [cluster1] local cmnd=deploy_resource
  2242. 2020-11-23T12:41:05.8147598Z [lighthouse]$ [cluster1] deploy_resource /opt/shipyard/scripts/resources/nginx-demo.yaml
  2243. 2020-11-23T12:41:05.8166288Z [lighthouse]$ [cluster1] deploy_resource
  2244. 2020-11-23T12:41:05.8192634Z [lighthouse]$ [cluster1] local resource_file=/opt/shipyard/scripts/resources/nginx-demo.yaml
  2245. 2020-11-23T12:41:05.8212723Z [lighthouse]$ [cluster1] local resource_name
  2246. 2020-11-23T12:41:05.8256540Z [lighthouse]$ [cluster1] resource_name=nginx-demo
  2247. 2020-11-23T12:41:05.8280582Z [lighthouse]$ [cluster1] basename /opt/shipyard/scripts/resources/nginx-demo.yaml .yaml
  2248. 2020-11-23T12:41:05.8314893Z [lighthouse]$ [cluster1] kubectl apply -f /opt/shipyard/scripts/resources/nginx-demo.yaml
  2249. 2020-11-23T12:41:05.8348324Z [lighthouse]$ [cluster1] kubectl apply -f /opt/shipyard/scripts/resources/nginx-demo.yaml
  2250. 2020-11-23T12:41:05.8381902Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 apply -f /opt/shipyard/scripts/resources/nginx-demo.yaml
  2251. 2020-11-23T12:41:05.8400467Z [lighthouse]$ [cluster1] kubectl --context=cluster1 apply -f /opt/shipyard/scripts/resources/nginx-demo.yaml
  2252. 2020-11-23T12:41:06.3516339Z deployment.apps/nginx-demo created
  2253. 2020-11-23T12:41:06.3915538Z service/nginx-demo created
  2254. 2020-11-23T12:41:06.4213760Z Waiting for nginx-demo pods to be ready.
  2255. 2020-11-23T12:41:06.4258878Z [lighthouse]$ [cluster1] kubectl rollout status deploy/nginx-demo --timeout=5m
  2256. 2020-11-23T12:41:06.4301648Z [lighthouse]$ [cluster1] kubectl rollout status deploy/nginx-demo --timeout=5m
  2257. 2020-11-23T12:41:06.4338066Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 rollout status deploy/nginx-demo --timeout=5m
  2258. 2020-11-23T12:41:06.4359091Z [lighthouse]$ [cluster1] kubectl --context=cluster1 rollout status deploy/nginx-demo --timeout=5m
  2259. 2020-11-23T12:41:07.1340565Z Waiting for deployment "nginx-demo" rollout to finish: 0 of 2 updated replicas are available...
  2260. 2020-11-23T12:41:10.4996958Z Waiting for deployment "nginx-demo" rollout to finish: 1 of 2 updated replicas are available...
  2261. 2020-11-23T12:41:10.6348739Z deployment "nginx-demo" successfully rolled out
  2262. 2020-11-23T12:41:10.6416142Z [lighthouse]$ [cluster2] local netshoot_pod nginx_svc_ip
  2263. 2020-11-23T12:41:11.0353044Z [lighthouse]$ [cluster2] netshoot_pod=netshoot-789f6cf54f-lt669
  2264. 2020-11-23T12:41:11.0384964Z [lighthouse]$ [cluster2] kubectl get pods -l app=netshoot
  2265. 2020-11-23T12:41:11.0407832Z [lighthouse]$ [cluster2] kubectl get pods -l app=netshoot
  2266. 2020-11-23T12:41:11.0411118Z [lighthouse]$ [cluster2] awk FNR == 2 {print $1}
  2267. 2020-11-23T12:41:11.0441331Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 get pods -l app=netshoot
  2268. 2020-11-23T12:41:11.0457655Z [lighthouse]$ [cluster2] kubectl --context=cluster2 get pods -l app=netshoot
  2269. 2020-11-23T12:41:11.7110342Z [lighthouse]$ [cluster2] nginx_svc_ip=100.1.41.42
  2270. 2020-11-23T12:41:11.7134900Z [lighthouse]$ [cluster2] with_context cluster1 get_svc_ip nginx-demo
  2271. 2020-11-23T12:41:11.7152553Z [lighthouse]$ [cluster2] with_context cluster1 get_svc_ip nginx-demo
  2272. 2020-11-23T12:41:11.7170482Z [lighthouse]$ [cluster2] local cluster=cluster1
  2273. 2020-11-23T12:41:11.7189817Z [lighthouse]$ [cluster1] local cmnd=get_svc_ip
  2274. 2020-11-23T12:41:11.7204735Z [lighthouse]$ [cluster1] get_svc_ip nginx-demo
  2275. 2020-11-23T12:41:11.7227640Z [lighthouse]$ [cluster1] get_svc_ip
  2276. 2020-11-23T12:41:11.7246694Z [lighthouse]$ [cluster1] local svc_name=nginx-demo
  2277. 2020-11-23T12:41:11.7260142Z [lighthouse]$ [cluster1] local svc_ip
  2278. 2020-11-23T12:41:12.0826003Z [lighthouse]$ [cluster1] svc_ip=100.1.41.42
  2279. 2020-11-23T12:41:12.0863850Z [lighthouse]$ [cluster1] kubectl --context=cluster1 get svc -l app=nginx-demo
  2280. 2020-11-23T12:41:12.0888621Z [lighthouse]$ [cluster1] awk FNR == 2 {print $3}
  2281. 2020-11-23T12:41:12.0896354Z [lighthouse]$ [cluster1] kubectl --context=cluster1 get svc -l app=nginx-demo
  2282. 2020-11-23T12:41:12.0915560Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 get svc -l app=nginx-demo
  2283. 2020-11-23T12:41:12.0940931Z [lighthouse]$ [cluster1] kubectl --context=cluster1 get svc -l app=nginx-demo
  2284. 2020-11-23T12:41:12.4337599Z [lighthouse]$ [cluster2] with_retries 5 test_connection netshoot-789f6cf54f-lt669 100.1.41.42
  2285. 2020-11-23T12:41:12.4350914Z [lighthouse]$ [cluster2] with_retries 5 test_connection netshoot-789f6cf54f-lt669 100.1.41.42
  2286. 2020-11-23T12:41:12.4369536Z [lighthouse]$ [cluster2] local retries=5
  2287. 2020-11-23T12:41:12.4384658Z [lighthouse]$ [cluster2] local cmnd=test_connection
  2288. 2020-11-23T12:41:12.4398443Z [lighthouse]$ [cluster2] iteration=1
  2289. 2020-11-23T12:41:12.4441495Z [lighthouse]$ [cluster2] wait 5918
  2290. 2020-11-23T12:41:12.4451253Z [lighthouse]$ [cluster2] test_connection netshoot-789f6cf54f-lt669 100.1.41.42
  2291. 2020-11-23T12:41:12.4466558Z [lighthouse]$ [cluster2] test_connection
  2292. 2020-11-23T12:41:12.4484643Z [lighthouse]$ [cluster2] local source_pod=netshoot-789f6cf54f-lt669
  2293. 2020-11-23T12:41:12.4499295Z [lighthouse]$ [cluster2] local target_address=100.1.41.42
  2294. 2020-11-23T12:41:12.4505786Z Attempting connectivity between clusters - netshoot-789f6cf54f-lt669 --> 100.1.41.42
  2295. 2020-11-23T12:41:12.4516808Z [lighthouse]$ [cluster2] wait_time=30
  2296. 2020-11-23T12:41:12.4579045Z [lighthouse]$ [cluster2] start_time=1606135272
  2297. 2020-11-23T12:41:12.4601141Z [lighthouse]$ [cluster2] date +%s
  2298. 2020-11-23T12:41:12.4627130Z [lighthouse]$ [cluster2] kubectl exec netshoot-789f6cf54f-lt669 -- curl --output /dev/null -m 30 --silent --head --fail 100.1.41.42
  2299. 2020-11-23T12:41:12.4643482Z [lighthouse]$ [cluster2] kubectl exec netshoot-789f6cf54f-lt669 -- curl --output /dev/null -m 30 --silent --head --fail 100.1.41.42
  2300. 2020-11-23T12:41:12.4663311Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 exec netshoot-789f6cf54f-lt669 -- curl --output /dev/null -m 30 --silent --head --fail 100.1.41.42
  2301. 2020-11-23T12:41:12.4680471Z [lighthouse]$ [cluster2] kubectl --context=cluster2 exec netshoot-789f6cf54f-lt669 -- curl --output /dev/null -m 30 --silent --head --fail 100.1.41.42
  2302. 2020-11-23T12:41:14.9739009Z [lighthouse]$ [cluster2] return 0
  2303. 2020-11-23T12:41:14.9739766Z Connection test was successful!
  2304. 2020-11-23T12:41:14.9758456Z [lighthouse]$ [cluster2] remove_resource /opt/shipyard/scripts/resources/netshoot.yaml
  2305. 2020-11-23T12:41:14.9766765Z [lighthouse]$ [cluster2] remove_resource /opt/shipyard/scripts/resources/netshoot.yaml
  2306. 2020-11-23T12:41:14.9784609Z [lighthouse]$ [cluster2] local resource_file=/opt/shipyard/scripts/resources/netshoot.yaml
  2307. 2020-11-23T12:41:14.9805235Z [lighthouse]$ [cluster2] kubectl delete -f /opt/shipyard/scripts/resources/netshoot.yaml
  2308. 2020-11-23T12:41:14.9826208Z [lighthouse]$ [cluster2] kubectl delete -f /opt/shipyard/scripts/resources/netshoot.yaml
  2309. 2020-11-23T12:41:14.9838505Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 delete -f /opt/shipyard/scripts/resources/netshoot.yaml
  2310. 2020-11-23T12:41:14.9859380Z [lighthouse]$ [cluster2] kubectl --context=cluster2 delete -f /opt/shipyard/scripts/resources/netshoot.yaml
  2311. 2020-11-23T12:41:15.3340422Z deployment.apps "netshoot" deleted
  2312. 2020-11-23T12:41:15.3672612Z [lighthouse]$ [cluster2] with_context cluster1 remove_resource /opt/shipyard/scripts/resources/nginx-demo.yaml
  2313. 2020-11-23T12:41:15.3686895Z [lighthouse]$ [cluster2] with_context cluster1 remove_resource /opt/shipyard/scripts/resources/nginx-demo.yaml
  2314. 2020-11-23T12:41:15.3714359Z [lighthouse]$ [cluster2] local cluster=cluster1
  2315. 2020-11-23T12:41:15.3755519Z [lighthouse]$ [cluster1] local cmnd=remove_resource
  2316. 2020-11-23T12:41:15.3771260Z [lighthouse]$ [cluster1] remove_resource /opt/shipyard/scripts/resources/nginx-demo.yaml
  2317. 2020-11-23T12:41:15.3794324Z [lighthouse]$ [cluster1] remove_resource
  2318. 2020-11-23T12:41:15.3844661Z [lighthouse]$ [cluster1] local resource_file=/opt/shipyard/scripts/resources/nginx-demo.yaml
  2319. 2020-11-23T12:41:15.3875916Z [lighthouse]$ [cluster1] kubectl delete -f /opt/shipyard/scripts/resources/nginx-demo.yaml
  2320. 2020-11-23T12:41:15.3896032Z [lighthouse]$ [cluster1] kubectl delete -f /opt/shipyard/scripts/resources/nginx-demo.yaml
  2321. 2020-11-23T12:41:15.3912064Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 delete -f /opt/shipyard/scripts/resources/nginx-demo.yaml
  2322. 2020-11-23T12:41:15.3927944Z [lighthouse]$ [cluster1] kubectl --context=cluster1 delete -f /opt/shipyard/scripts/resources/nginx-demo.yaml
  2323. 2020-11-23T12:41:15.7520701Z deployment.apps "nginx-demo" deleted
  2324. 2020-11-23T12:41:15.8461598Z service "nginx-demo" deleted
  2325. 2020-11-23T12:41:15.8870427Z [lighthouse]$ run_subm_clusters update_coredns_configmap
  2326. 2020-11-23T12:41:15.8871702Z [lighthouse]$ run_subm_clusters update_coredns_configmap
  2327. 2020-11-23T12:41:15.8883353Z [lighthouse]$ declare -a subm_clusters
  2328. 2020-11-23T12:41:15.8966790Z [lighthouse]$ [cluster2] run_parallel cluster1 cluster2 update_coredns_configmap
  2329. 2020-11-23T12:41:15.9054722Z [lighthouse]$ [cluster2] run_parallel cluster1 cluster2 cluster1 cluster2 update_coredns_configmap
  2330. 2020-11-23T12:41:15.9131427Z [lighthouse]$ [cluster2] local cmnd=update_coredns_configmap
  2331. 2020-11-23T12:41:15.9218896Z [lighthouse]$ [cluster2] declare -A pids
  2332. 2020-11-23T12:41:15.9279764Z [lighthouse]$ [cluster2] eval echo cluster1 cluster2
  2333. 2020-11-23T12:41:15.9433913Z [lighthouse]$ [cluster1] pids[cluster1]=5979
  2334. 2020-11-23T12:41:15.9481812Z [lighthouse]$ [cluster1] set -o pipefail
  2335. 2020-11-23T12:41:15.9527125Z [lighthouse]$ [cluster1] update_coredns_configmap
  2336. 2020-11-23T12:41:15.9636826Z [lighthouse]$ [cluster2] pids[cluster2]=5982
  2337. 2020-11-23T12:41:15.9717347Z [lighthouse]$ [cluster1] sed /\[cluster1]/!s/^/[cluster1] /
  2338. 2020-11-23T12:41:15.9742223Z [lighthouse]$ [cluster2] set -o pipefail
  2339. 2020-11-23T12:41:15.9776300Z [lighthouse]$ [cluster2] wait 5982
  2340. 2020-11-23T12:41:15.9901731Z [lighthouse]$ [cluster2] update_coredns_configmap
  2341. 2020-11-23T12:41:16.0093948Z [lighthouse]$ [cluster2] sed /\[cluster2]/!s/^/[cluster2] /
  2342. 2020-11-23T12:41:16.8221969Z [lighthouse]$ [cluster2] update_coredns_configmap
  2343. 2020-11-23T12:41:16.8223438Z [cluster2] 
  2344. 2020-11-23T12:41:16.8224281Z [cluster2] 
  2345. 2020-11-23T12:41:16.8225736Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 get cm -n kube-system coredns -o yaml
  2346. 2020-11-23T12:41:16.8227143Z [lighthouse]$ [cluster2] kubectl --context=cluster2 get cm -n kube-system coredns -o yaml
  2347. 2020-11-23T12:41:16.8228384Z [lighthouse]$ [cluster2] grep -q clusterset /tmp/coremap-cluster2.yaml
  2348. 2020-11-23T12:41:16.8257634Z [lighthouse]$ [cluster2] wait 5979
  2349. 2020-11-23T12:41:16.8639801Z [lighthouse]$ [cluster1] update_coredns_configmap
  2350. 2020-11-23T12:41:16.8640720Z [cluster1] 
  2351. 2020-11-23T12:41:16.8641292Z [cluster1] 
  2352. 2020-11-23T12:41:16.8642255Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 get cm -n kube-system coredns -o yaml
  2353. 2020-11-23T12:41:16.8643543Z [lighthouse]$ [cluster1] kubectl --context=cluster1 get cm -n kube-system coredns -o yaml
  2354. 2020-11-23T12:41:16.8644756Z [lighthouse]$ [cluster1] grep -q clusterset /tmp/coremap-cluster1.yaml
  2355. 2020-11-23T12:41:16.8664011Z make[1]: Leaving directory '/go/src/github.com/submariner-io/lighthouse'
  2356. 2020-11-23T12:41:16.8731695Z [lighthouse]$ declare_kubeconfig
  2357. 2020-11-23T12:41:16.8748432Z [lighthouse]$ declare_kubeconfig
  2358. 2020-11-23T12:41:16.8763356Z [lighthouse]$ source /opt/shipyard/scripts/lib/kubecfg
  2359. 2020-11-23T12:41:16.8776099Z [lighthouse]$ export KUBECONFIG
  2360. 2020-11-23T12:41:16.8830614Z [lighthouse]$ KUBECONFIG=/go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster2:/go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster1:
  2361. 2020-11-23T12:41:16.8851414Z [lighthouse]$ find /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs -type f -printf %p:
  2362. 2020-11-23T12:41:16.8897719Z [lighthouse]$ test_with_e2e_tests
  2363. 2020-11-23T12:41:16.8914628Z [lighthouse]$ test_with_e2e_tests
  2364. 2020-11-23T12:41:16.8931791Z [lighthouse]$ cd /go/src/github.com/submariner-io/lighthouse/test/e2e
  2365. 2020-11-23T12:41:16.8959082Z [e2e]$ go test -v -timeout 30m -args -ginkgo.v -ginkgo.randomizeAllSpecs -ginkgo.trace -submariner-namespace submariner-operator -dp-context cluster1 -dp-context cluster2 -ginkgo.reportPassed -test.timeout 15m -ginkgo.focus \[.*\] -ginkgo.reportFile /go/src/github.com/submariner-io/lighthouse/output/e2e-junit.xml
  2366. 2020-11-23T12:41:16.8974324Z [e2e]$ tee /go/src/github.com/submariner-io/lighthouse/output/e2e-tests.log
  2367. 2020-11-23T12:41:16.9008362Z [e2e]$ generate_context_flags
  2368. 2020-11-23T12:41:16.9027626Z [e2e]$ generate_context_flags
  2369. 2020-11-23T12:41:16.9042401Z [e2e]$ [cluster1] printf -dp-context cluster1
  2370. 2020-11-23T12:41:16.9065443Z [e2e]$ [cluster2] printf -dp-context cluster2
  2371. 2020-11-23T12:42:30.9204282Z === RUN TestE2E
  2372. 2020-11-23T12:42:30.9241534Z Running Suite: Submariner E2E suite
  2373. 2020-11-23T12:42:30.9242252Z ===================================
  2374. 2020-11-23T12:42:30.9247111Z Random Seed: 1606135350 - Will randomize all specs
  2375. 2020-11-23T12:42:30.9248285Z Will run 11 of 11 specs
  2376. 2020-11-23T12:42:30.9248775Z
  2377. 2020-11-23T12:42:30.9249594Z STEP: Creating kubernetes clients
  2378. 2020-11-23T12:42:30.9312229Z STEP: Creating lighthouse clients
  2379. 2020-11-23T12:42:30.9318359Z [discovery] Test Headless Service Discovery Across Clusters when a pod tries to resolve a headless service which is exported locally and in a remote cluster
  2380. 2020-11-23T12:42:30.9320194Z should resolve the backing pod IPs from both clusters
  2381. 2020-11-23T12:42:30.9321324Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/headless_services.go:27
  2382. 2020-11-23T12:42:30.9323127Z STEP: Creating namespace objects with basename "discovery"
  2383. 2020-11-23T12:42:30.9595279Z STEP: Generated namespace "e2e-tests-discovery-pr8fm" in cluster "cluster1" to execute the tests in
  2384. 2020-11-23T12:42:30.9596776Z STEP: Creating namespace "e2e-tests-discovery-pr8fm" in cluster "cluster2"
  2385. 2020-11-23T12:42:30.9907627Z STEP: Creating an Nginx Deployment on on "cluster2"
  2386. 2020-11-23T12:42:36.0968231Z STEP: Creating a Nginx Headless Service on "cluster2"
  2387. 2020-11-23T12:42:36.1023136Z STEP: Creating serviceExport nginx-headless.e2e-tests-discovery-pr8fm on "cluster2"
  2388. 2020-11-23T12:42:36.1181478Z STEP: Retrieving ServiceExport nginx-headless.e2e-tests-discovery-pr8fm on "cluster2"
  2389. 2020-11-23T12:42:41.1265674Z STEP: Creating an Nginx Deployment on on "cluster1"
  2390. 2020-11-23T12:42:46.1407050Z STEP: Creating a Nginx Headless Service on "cluster1"
  2391. 2020-11-23T12:42:46.1494433Z STEP: Creating serviceExport nginx-headless.e2e-tests-discovery-pr8fm on "cluster1"
  2392. 2020-11-23T12:42:46.1580693Z STEP: Retrieving ServiceExport nginx-headless.e2e-tests-discovery-pr8fm on "cluster1"
  2393. 2020-11-23T12:42:51.1641761Z STEP: Creating a Netshoot Deployment on "cluster1"
  2394. 2020-11-23T12:42:56.2047911Z STEP: Retrieving Endpoints for nginx-headless on "cluster2"
  2395. 2020-11-23T12:42:56.2116645Z STEP: Retrieving Endpoints for nginx-headless on "cluster1"
  2396. 2020-11-23T12:42:56.2132183Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-pr8fm.svc.clusterset.local" to verify IPs [10.2.128.3 10.1.128.3] for service "nginx-headless" "are" discoverable
  2397. 2020-11-23T12:42:56.2145913Z Nov 23 12:42:56.212: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-pr8fm.svc.clusterset.local] Namespace:e2e-tests-discovery-pr8fm PodName:netshootjqrqj-6757486d56-zglx2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2398. 2020-11-23T12:42:56.3496157Z STEP: Validating that dig result are "10.2.128.3\n10.1.128.3"
  2399. 2020-11-23T12:42:56.3497574Z STEP: Deleting serviceExport nginx-headless.e2e-tests-discovery-pr8fm on "cluster2"
  2400. 2020-11-23T12:43:01.3675648Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-pr8fm.svc.clusterset.local" to verify IPs [10.2.128.3] for service "nginx-headless" "are not" discoverable
  2401. 2020-11-23T12:43:01.3681693Z Nov 23 12:43:01.366: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-pr8fm.svc.clusterset.local] Namespace:e2e-tests-discovery-pr8fm PodName:netshootjqrqj-6757486d56-zglx2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2402. 2020-11-23T12:43:01.4780629Z STEP: Validating that dig result are not "10.1.128.3"
  2403. 2020-11-23T12:43:01.4789851Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-pr8fm.svc.clusterset.local" to verify IPs [10.1.128.3] for service "nginx-headless" "are" discoverable
  2404. 2020-11-23T12:43:01.4794521Z Nov 23 12:43:01.478: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-pr8fm.svc.clusterset.local] Namespace:e2e-tests-discovery-pr8fm PodName:netshootjqrqj-6757486d56-zglx2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2405. 2020-11-23T12:43:01.6163908Z STEP: Validating that dig result are "10.1.128.3"
  2406. 2020-11-23T12:43:01.6165139Z STEP: Deleting namespace "e2e-tests-discovery-pr8fm" on cluster "cluster1"
  2407. 2020-11-23T12:43:01.6408619Z STEP: Deleting namespace "e2e-tests-discovery-pr8fm" on cluster "cluster2"
  2408. 2020-11-23T12:43:01.6668849Z •
  2409. 2020-11-23T12:43:01.6669867Z ------------------------------
  2410. 2020-11-23T12:43:01.6670911Z STEP: Creating namespace objects with basename "discovery"
  2411. 2020-11-23T12:43:01.6672600Z STEP: Generated namespace "e2e-tests-discovery-pr8fm" in cluster "cluster1" to execute the tests in
  2412. 2020-11-23T12:43:01.6674080Z STEP: Creating namespace "e2e-tests-discovery-pr8fm" in cluster "cluster2"
  2413. 2020-11-23T12:43:01.6675274Z STEP: Creating an Nginx Deployment on on "cluster2"
  2414. 2020-11-23T12:43:01.6676072Z STEP: Creating a Nginx Headless Service on "cluster2"
  2415. 2020-11-23T12:43:01.6677261Z STEP: Creating serviceExport nginx-headless.e2e-tests-discovery-pr8fm on "cluster2"
  2416. 2020-11-23T12:43:01.6678869Z STEP: Retrieving ServiceExport nginx-headless.e2e-tests-discovery-pr8fm on "cluster2"
  2417. 2020-11-23T12:43:01.6680041Z STEP: Creating an Nginx Deployment on on "cluster1"
  2418. 2020-11-23T12:43:01.6680833Z STEP: Creating a Nginx Headless Service on "cluster1"
  2419. 2020-11-23T12:43:01.6682022Z STEP: Creating serviceExport nginx-headless.e2e-tests-discovery-pr8fm on "cluster1"
  2420. 2020-11-23T12:43:01.6684091Z STEP: Retrieving ServiceExport nginx-headless.e2e-tests-discovery-pr8fm on "cluster1"
  2421. 2020-11-23T12:43:01.6685357Z STEP: Creating a Netshoot Deployment on "cluster1"
  2422. 2020-11-23T12:43:01.6686256Z STEP: Retrieving Endpoints for nginx-headless on "cluster2"
  2423. 2020-11-23T12:43:01.6687858Z STEP: Retrieving Endpoints for nginx-headless on "cluster1"
  2424. 2020-11-23T12:43:01.6690312Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-pr8fm.svc.clusterset.local" to verify IPs [10.2.128.3 10.1.128.3] for service "nginx-headless" "are" discoverable
  2425. 2020-11-23T12:43:01.6694665Z Nov 23 12:42:56.212: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-pr8fm.svc.clusterset.local] Namespace:e2e-tests-discovery-pr8fm PodName:netshootjqrqj-6757486d56-zglx2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2426. 2020-11-23T12:43:01.6698468Z STEP: Validating that dig result are "10.2.128.3\n10.1.128.3"
  2427. 2020-11-23T12:43:01.6700161Z STEP: Deleting serviceExport nginx-headless.e2e-tests-discovery-pr8fm on "cluster2"
  2428. 2020-11-23T12:43:01.6703385Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-pr8fm.svc.clusterset.local" to verify IPs [10.2.128.3] for service "nginx-headless" "are not" discoverable
  2429. 2020-11-23T12:43:01.6707815Z Nov 23 12:43:01.366: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-pr8fm.svc.clusterset.local] Namespace:e2e-tests-discovery-pr8fm PodName:netshootjqrqj-6757486d56-zglx2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2430. 2020-11-23T12:43:01.6710342Z STEP: Validating that dig result are not "10.1.128.3"
  2431. 2020-11-23T12:43:01.6712582Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-pr8fm.svc.clusterset.local" to verify IPs [10.1.128.3] for service "nginx-headless" "are" discoverable
  2432. 2020-11-23T12:43:01.6716792Z Nov 23 12:43:01.478: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-pr8fm.svc.clusterset.local] Namespace:e2e-tests-discovery-pr8fm PodName:netshootjqrqj-6757486d56-zglx2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2433. 2020-11-23T12:43:01.6720057Z STEP: Validating that dig result are "10.1.128.3"
  2434. 2020-11-23T12:43:01.6721124Z STEP: Deleting namespace "e2e-tests-discovery-pr8fm" on cluster "cluster1"
  2435. 2020-11-23T12:43:01.6722443Z STEP: Deleting namespace "e2e-tests-discovery-pr8fm" on cluster "cluster2"
  2436. 2020-11-23T12:43:01.6723181Z
  2437. 2020-11-23T12:43:01.6723385Z
  2438. 2020-11-23T12:43:01.6724337Z [discovery] Test Headless Service Discovery Across Clusters when the number of active pods backing a service changes
  2439. 2020-11-23T12:43:01.6725387Z should only resolve the IPs from the active pods
  2440. 2020-11-23T12:43:01.6726873Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/headless_services.go:37
  2441. 2020-11-23T12:43:01.6728003Z STEP: Creating namespace objects with basename "discovery"
  2442. 2020-11-23T12:43:01.6782690Z STEP: Generated namespace "e2e-tests-discovery-vvrbx" in cluster "cluster1" to execute the tests in
  2443. 2020-11-23T12:43:01.6784166Z STEP: Creating namespace "e2e-tests-discovery-vvrbx" in cluster "cluster2"
  2444. 2020-11-23T12:43:01.7247200Z STEP: Creating an Nginx Deployment on on "cluster2"
  2445. 2020-11-23T12:43:06.7917204Z STEP: Setting Nginx deployment replicas to 3 in cluster "cluster2"
  2446. 2020-11-23T12:43:06.8269302Z STEP: Creating a Nginx Headless Service on "cluster2"
  2447. 2020-11-23T12:43:06.8706776Z STEP: Creating serviceExport nginx-headless.e2e-tests-discovery-vvrbx on "cluster2"
  2448. 2020-11-23T12:43:06.9448243Z STEP: Retrieving ServiceExport nginx-headless.e2e-tests-discovery-vvrbx on "cluster2"
  2449. 2020-11-23T12:43:11.9619947Z STEP: Creating a Netshoot Deployment on "cluster1"
  2450. 2020-11-23T12:43:16.9821931Z STEP: Retrieving Endpoints for nginx-headless on "cluster2"
  2451. 2020-11-23T12:43:16.9875899Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-vvrbx.svc.clusterset.local" to verify IPs [10.2.0.6 10.2.0.7 10.2.128.4] for service "nginx-headless" "are" discoverable
  2452. 2020-11-23T12:43:16.9889736Z Nov 23 12:43:16.985: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-vvrbx.svc.clusterset.local] Namespace:e2e-tests-discovery-vvrbx PodName:netshootnsj45-6757486d56-8w7w9 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2453. 2020-11-23T12:43:17.0834827Z STEP: Validating that dig result are "10.2.0.6\n10.2.0.7\n10.2.128.4"
  2454. 2020-11-23T12:43:17.0839798Z STEP: Setting Nginx deployment replicas to 0 in cluster "cluster2"
  2455. 2020-11-23T12:43:17.0898421Z STEP: Retrieving Endpoints for nginx-headless on "cluster2"
  2456. 2020-11-23T12:43:22.2447588Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-vvrbx.svc.clusterset.local" to verify IPs [] for service "nginx-headless" "are not" discoverable
  2457. 2020-11-23T12:43:22.2457479Z Nov 23 12:43:22.094: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-vvrbx.svc.clusterset.local] Namespace:e2e-tests-discovery-vvrbx PodName:netshootnsj45-6757486d56-8w7w9 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2458. 2020-11-23T12:43:22.2461015Z STEP: Validating that dig result are not ""
  2459. 2020-11-23T12:43:22.2462258Z STEP: Setting Nginx deployment replicas to 2 in cluster "cluster2"
  2460. 2020-11-23T12:43:22.2463498Z STEP: Retrieving Endpoints for nginx-headless on "cluster2"
  2461. 2020-11-23T12:43:27.1997572Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-vvrbx.svc.clusterset.local" to verify IPs [10.2.0.6 10.2.128.3] for service "nginx-headless" "are" discoverable
  2462. 2020-11-23T12:43:27.2006547Z Nov 23 12:43:27.200: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-vvrbx.svc.clusterset.local] Namespace:e2e-tests-discovery-vvrbx PodName:netshootnsj45-6757486d56-8w7w9 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2463. 2020-11-23T12:43:27.2866961Z STEP: Validating that dig result are "10.2.0.6\n10.2.128.3"
  2464. 2020-11-23T12:43:27.2881591Z STEP: Deleting namespace "e2e-tests-discovery-vvrbx" on cluster "cluster1"
  2465. 2020-11-23T12:43:27.2939493Z STEP: Deleting namespace "e2e-tests-discovery-vvrbx" on cluster "cluster2"
  2466. 2020-11-23T12:43:27.3048265Z •
  2467. 2020-11-23T12:43:27.3048979Z ------------------------------
  2468. 2020-11-23T12:43:27.3057850Z STEP: Creating namespace objects with basename "discovery"
  2469. 2020-11-23T12:43:27.3060756Z STEP: Generated namespace "e2e-tests-discovery-vvrbx" in cluster "cluster1" to execute the tests in
  2470. 2020-11-23T12:43:27.3062321Z STEP: Creating namespace "e2e-tests-discovery-vvrbx" in cluster "cluster2"
  2471. 2020-11-23T12:43:27.3063426Z STEP: Creating an Nginx Deployment on on "cluster2"
  2472. 2020-11-23T12:43:27.3064412Z STEP: Setting Nginx deployment replicas to 3 in cluster "cluster2"
  2473. 2020-11-23T12:43:27.3065380Z STEP: Creating a Nginx Headless Service on "cluster2"
  2474. 2020-11-23T12:43:27.3066883Z STEP: Creating serviceExport nginx-headless.e2e-tests-discovery-vvrbx on "cluster2"
  2475. 2020-11-23T12:43:27.3068644Z STEP: Retrieving ServiceExport nginx-headless.e2e-tests-discovery-vvrbx on "cluster2"
  2476. 2020-11-23T12:43:27.3069935Z STEP: Creating a Netshoot Deployment on "cluster1"
  2477. 2020-11-23T12:43:27.3070879Z STEP: Retrieving Endpoints for nginx-headless on "cluster2"
  2478. 2020-11-23T12:43:27.3073218Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-vvrbx.svc.clusterset.local" to verify IPs [10.2.0.6 10.2.0.7 10.2.128.4] for service "nginx-headless" "are" discoverable
  2479. 2020-11-23T12:43:27.3077403Z Nov 23 12:43:16.985: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-vvrbx.svc.clusterset.local] Namespace:e2e-tests-discovery-vvrbx PodName:netshootnsj45-6757486d56-8w7w9 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2480. 2020-11-23T12:43:27.3080224Z STEP: Validating that dig result are "10.2.0.6\n10.2.0.7\n10.2.128.4"
  2481. 2020-11-23T12:43:27.3081193Z STEP: Setting Nginx deployment replicas to 0 in cluster "cluster2"
  2482. 2020-11-23T12:43:27.3082211Z STEP: Retrieving Endpoints for nginx-headless on "cluster2"
  2483. 2020-11-23T12:43:27.3084375Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-vvrbx.svc.clusterset.local" to verify IPs [] for service "nginx-headless" "are not" discoverable
  2484. 2020-11-23T12:43:27.3088770Z Nov 23 12:43:22.094: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-vvrbx.svc.clusterset.local] Namespace:e2e-tests-discovery-vvrbx PodName:netshootnsj45-6757486d56-8w7w9 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2485. 2020-11-23T12:43:27.3091544Z STEP: Validating that dig result are not ""
  2486. 2020-11-23T12:43:27.3093044Z STEP: Setting Nginx deployment replicas to 2 in cluster "cluster2"
  2487. 2020-11-23T12:43:27.3094146Z STEP: Retrieving Endpoints for nginx-headless on "cluster2"
  2488. 2020-11-23T12:43:27.3096472Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-vvrbx.svc.clusterset.local" to verify IPs [10.2.0.6 10.2.128.3] for service "nginx-headless" "are" discoverable
  2489. 2020-11-23T12:43:27.3100977Z Nov 23 12:43:27.200: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-vvrbx.svc.clusterset.local] Namespace:e2e-tests-discovery-vvrbx PodName:netshootnsj45-6757486d56-8w7w9 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2490. 2020-11-23T12:43:27.3104727Z STEP: Validating that dig result are "10.2.0.6\n10.2.128.3"
  2491. 2020-11-23T12:43:27.3106009Z STEP: Deleting namespace "e2e-tests-discovery-vvrbx" on cluster "cluster1"
  2492. 2020-11-23T12:43:27.3107338Z STEP: Deleting namespace "e2e-tests-discovery-vvrbx" on cluster "cluster2"
  2493. 2020-11-23T12:43:27.3107959Z
  2494. 2020-11-23T12:43:27.3108157Z
  2495. 2020-11-23T12:43:27.3109074Z [discovery] Test Service Discovery Across Clusters when there are no active pods for a service
  2496. 2020-11-23T12:43:27.3110281Z should not resolve the service
  2497. 2020-11-23T12:43:27.3111333Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/service_discovery.go:45
  2498. 2020-11-23T12:43:27.3112776Z STEP: Creating namespace objects with basename "discovery"
  2499. 2020-11-23T12:43:27.3192197Z STEP: Generated namespace "e2e-tests-discovery-rnk2r" in cluster "cluster1" to execute the tests in
  2500. 2020-11-23T12:43:27.3193650Z STEP: Creating namespace "e2e-tests-discovery-rnk2r" in cluster "cluster2"
  2501. 2020-11-23T12:43:27.3234877Z STEP: Creating an Nginx Deployment on on "cluster2"
  2502. 2020-11-23T12:43:32.4140941Z STEP: Creating a Nginx Service on "cluster2"
  2503. 2020-11-23T12:43:32.5078085Z STEP: Creating serviceExport nginx-demo.e2e-tests-discovery-rnk2r on "cluster2"
  2504. 2020-11-23T12:43:32.5461808Z STEP: Retrieving ServiceExport nginx-demo.e2e-tests-discovery-rnk2r on "cluster2"
  2505. 2020-11-23T12:43:37.5743819Z STEP: Creating a Netshoot Deployment on "cluster1"
  2506. 2020-11-23T12:43:42.5899079Z STEP: Retrieving service nginx-demo.e2e-tests-discovery-rnk2r on "cluster2"
  2507. 2020-11-23T12:43:42.6004764Z STEP: Retrieving ServiceImport for nginx-demo-e2e-tests-discovery-rnk2r- on "cluster1"
  2508. 2020-11-23T12:43:42.6038852Z STEP: Retrieving EndpointSlices for nginx-demo on "cluster1"
  2509. 2020-11-23T12:43:42.6072255Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-rnk2r.svc.clusterset.local" to verify IP "100.2.80.193" for service "nginx-demo" "is" discoverable
  2510. 2020-11-23T12:43:42.6075794Z Nov 23 12:43:42.606: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-rnk2r.svc.clusterset.local] Namespace:e2e-tests-discovery-rnk2r PodName:netshootzhhzv-6757486d56-r8c4q ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2511. 2020-11-23T12:43:42.7080824Z STEP: Validating that dig result is "100.2.80.193"
  2512. 2020-11-23T12:43:42.7081917Z STEP: Setting Nginx deployment replicas to 0 in cluster "cluster2"
  2513. 2020-11-23T12:43:42.7131570Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-rnk2r.svc.clusterset.local" to verify IP "100.2.80.193" for service "nginx-demo" "is not" discoverable
  2514. 2020-11-23T12:43:42.7136738Z Nov 23 12:43:42.712: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-rnk2r.svc.clusterset.local] Namespace:e2e-tests-discovery-rnk2r PodName:netshootzhhzv-6757486d56-r8c4q ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2515. 2020-11-23T12:43:42.9377798Z STEP: Validating that dig result is not ""
  2516. 2020-11-23T12:43:42.9389144Z STEP: Setting Nginx deployment replicas to 2 in cluster "cluster2"
  2517. 2020-11-23T12:43:42.9680137Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-rnk2r.svc.clusterset.local" to verify IP "100.2.80.193" for service "nginx-demo" "is" discoverable
  2518. 2020-11-23T12:43:42.9684092Z Nov 23 12:43:42.958: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-rnk2r.svc.clusterset.local] Namespace:e2e-tests-discovery-rnk2r PodName:netshootzhhzv-6757486d56-r8c4q ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2519. 2020-11-23T12:43:43.1445305Z STEP: Validating that dig result is ""
  2520. 2020-11-23T12:43:48.1458724Z Nov 23 12:43:48.144: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-rnk2r.svc.clusterset.local] Namespace:e2e-tests-discovery-rnk2r PodName:netshootzhhzv-6757486d56-r8c4q ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2521. 2020-11-23T12:43:48.2245192Z STEP: Validating that dig result is "100.2.80.193"
  2522. 2020-11-23T12:43:48.2246461Z STEP: Deleting namespace "e2e-tests-discovery-rnk2r" on cluster "cluster1"
  2523. 2020-11-23T12:43:48.2318901Z STEP: Deleting namespace "e2e-tests-discovery-rnk2r" on cluster "cluster2"
  2524. 2020-11-23T12:43:48.2396365Z •
  2525. 2020-11-23T12:43:48.2398266Z ------------------------------
  2526. 2020-11-23T12:43:48.2399212Z STEP: Creating namespace objects with basename "discovery"
  2527. 2020-11-23T12:43:48.2400520Z STEP: Generated namespace "e2e-tests-discovery-rnk2r" in cluster "cluster1" to execute the tests in
  2528. 2020-11-23T12:43:48.2401918Z STEP: Creating namespace "e2e-tests-discovery-rnk2r" in cluster "cluster2"
  2529. 2020-11-23T12:43:48.2403116Z STEP: Creating an Nginx Deployment on on "cluster2"
  2530. 2020-11-23T12:43:48.2404145Z STEP: Creating a Nginx Service on "cluster2"
  2531. 2020-11-23T12:43:48.2405383Z STEP: Creating serviceExport nginx-demo.e2e-tests-discovery-rnk2r on "cluster2"
  2532. 2020-11-23T12:43:48.2407548Z STEP: Retrieving ServiceExport nginx-demo.e2e-tests-discovery-rnk2r on "cluster2"
  2533. 2020-11-23T12:43:48.2408821Z STEP: Creating a Netshoot Deployment on "cluster1"
  2534. 2020-11-23T12:43:48.2410256Z STEP: Retrieving service nginx-demo.e2e-tests-discovery-rnk2r on "cluster2"
  2535. 2020-11-23T12:43:48.2411956Z STEP: Retrieving ServiceImport for nginx-demo-e2e-tests-discovery-rnk2r- on "cluster1"
  2536. 2020-11-23T12:43:48.2414725Z STEP: Retrieving EndpointSlices for nginx-demo on "cluster1"
  2537. 2020-11-23T12:43:48.2417082Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-rnk2r.svc.clusterset.local" to verify IP "100.2.80.193" for service "nginx-demo" "is" discoverable
  2538. 2020-11-23T12:43:48.2420974Z Nov 23 12:43:42.606: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-rnk2r.svc.clusterset.local] Namespace:e2e-tests-discovery-rnk2r PodName:netshootzhhzv-6757486d56-r8c4q ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2539. 2020-11-23T12:43:48.2423645Z STEP: Validating that dig result is "100.2.80.193"
  2540. 2020-11-23T12:43:48.2424576Z STEP: Setting Nginx deployment replicas to 0 in cluster "cluster2"
  2541. 2020-11-23T12:43:48.2426567Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-rnk2r.svc.clusterset.local" to verify IP "100.2.80.193" for service "nginx-demo" "is not" discoverable
  2542. 2020-11-23T12:43:48.2431051Z Nov 23 12:43:42.712: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-rnk2r.svc.clusterset.local] Namespace:e2e-tests-discovery-rnk2r PodName:netshootzhhzv-6757486d56-r8c4q ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2543. 2020-11-23T12:43:48.2433787Z STEP: Validating that dig result is not ""
  2544. 2020-11-23T12:43:48.2434775Z STEP: Setting Nginx deployment replicas to 2 in cluster "cluster2"
  2545. 2020-11-23T12:43:48.2437090Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-rnk2r.svc.clusterset.local" to verify IP "100.2.80.193" for service "nginx-demo" "is" discoverable
  2546. 2020-11-23T12:43:48.2441237Z Nov 23 12:43:42.958: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-rnk2r.svc.clusterset.local] Namespace:e2e-tests-discovery-rnk2r PodName:netshootzhhzv-6757486d56-r8c4q ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2547. 2020-11-23T12:43:48.2469307Z STEP: Validating that dig result is ""
  2548. 2020-11-23T12:43:48.2472240Z Nov 23 12:43:48.144: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-rnk2r.svc.clusterset.local] Namespace:e2e-tests-discovery-rnk2r PodName:netshootzhhzv-6757486d56-r8c4q ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2549. 2020-11-23T12:43:48.2474910Z STEP: Validating that dig result is "100.2.80.193"
  2550. 2020-11-23T12:43:48.2477901Z STEP: Deleting namespace "e2e-tests-discovery-rnk2r" on cluster "cluster1"
  2551. 2020-11-23T12:43:48.2481088Z STEP: Deleting namespace "e2e-tests-discovery-rnk2r" on cluster "cluster2"
  2552. 2020-11-23T12:43:48.2481977Z
  2553. 2020-11-23T12:43:48.2482337Z
  2554. 2020-11-23T12:43:48.2483397Z [discovery] Test Service Discovery Across Clusters when service export is created before the service
  2555. 2020-11-23T12:43:48.2489318Z should resolve the service
  2556. 2020-11-23T12:43:48.2491019Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/service_discovery.go:39
  2557. 2020-11-23T12:43:48.2492184Z STEP: Creating namespace objects with basename "discovery"
  2558. 2020-11-23T12:43:48.2573057Z STEP: Generated namespace "e2e-tests-discovery-b5888" in cluster "cluster1" to execute the tests in
  2559. 2020-11-23T12:43:48.2574562Z STEP: Creating namespace "e2e-tests-discovery-b5888" in cluster "cluster2"
  2560. 2020-11-23T12:43:48.2661488Z STEP: Creating an Nginx ServiceExport on "cluster2"
  2561. 2020-11-23T12:43:48.2663378Z STEP: Creating serviceExport nginx-demo.e2e-tests-discovery-b5888 on "cluster2"
  2562. 2020-11-23T12:43:48.2902162Z STEP: Creating an Nginx Deployment on on "cluster2"
  2563. 2020-11-23T12:43:53.3236187Z STEP: Creating a Nginx Service on "cluster2"
  2564. 2020-11-23T12:43:54.2553931Z STEP: Creating a Netshoot Deployment on "cluster1"
  2565. 2020-11-23T12:43:58.3971157Z STEP: Retrieving service nginx-demo.e2e-tests-discovery-b5888 on "cluster2"
  2566. 2020-11-23T12:43:58.3996329Z STEP: Retrieving ServiceImport for nginx-demo-e2e-tests-discovery-b5888- on "cluster1"
  2567. 2020-11-23T12:43:58.4058766Z STEP: Retrieving EndpointSlices for nginx-demo on "cluster1"
  2568. 2020-11-23T12:43:58.4084859Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local" to verify IP "100.2.150.242" for service "nginx-demo" "is" discoverable
  2569. 2020-11-23T12:43:58.4088750Z Nov 23 12:43:58.408: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2570. 2020-11-23T12:43:58.5078742Z STEP: Validating that dig result is "100.2.150.242"
  2571. 2020-11-23T12:43:58.5080063Z STEP: Deleting serviceExport nginx-demo.e2e-tests-discovery-b5888 on "cluster2"
  2572. 2020-11-23T12:44:03.5224347Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local" to verify IP "100.2.150.242" for service "nginx-demo" "is not" discoverable
  2573. 2020-11-23T12:44:03.5228970Z Nov 23 12:44:03.521: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2574. 2020-11-23T12:44:03.6143800Z STEP: Validating that dig result is not "100.2.150.242"
  2575. 2020-11-23T12:44:08.6159779Z Nov 23 12:44:08.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2576. 2020-11-23T12:44:08.6967990Z STEP: Validating that dig result is not "100.2.150.242"
  2577. 2020-11-23T12:44:13.6160403Z Nov 23 12:44:13.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2578. 2020-11-23T12:44:13.7054141Z STEP: Validating that dig result is not "100.2.150.242"
  2579. 2020-11-23T12:44:18.6158588Z Nov 23 12:44:18.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2580. 2020-11-23T12:44:18.7485496Z STEP: Validating that dig result is not "100.2.150.242"
  2581. 2020-11-23T12:44:23.6160536Z Nov 23 12:44:23.615: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2582. 2020-11-23T12:44:23.6893843Z STEP: Validating that dig result is not "100.2.150.242"
  2583. 2020-11-23T12:44:28.6160211Z Nov 23 12:44:28.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2584. 2020-11-23T12:44:28.6987136Z STEP: Validating that dig result is not "100.2.150.242"
  2585. 2020-11-23T12:44:33.6158616Z Nov 23 12:44:33.615: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2586. 2020-11-23T12:44:33.6922768Z STEP: Validating that dig result is not "100.2.150.242"
  2587. 2020-11-23T12:44:38.6159152Z Nov 23 12:44:38.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2588. 2020-11-23T12:44:38.7038129Z STEP: Validating that dig result is not "100.2.150.242"
  2589. 2020-11-23T12:44:43.6159543Z Nov 23 12:44:43.615: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2590. 2020-11-23T12:44:43.7111286Z STEP: Validating that dig result is not "100.2.150.242"
  2591. 2020-11-23T12:44:48.6158576Z Nov 23 12:44:48.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2592. 2020-11-23T12:44:48.7181736Z STEP: Validating that dig result is not "100.2.150.242"
  2593. 2020-11-23T12:44:53.6159697Z Nov 23 12:44:53.615: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2594. 2020-11-23T12:44:53.7057699Z STEP: Validating that dig result is not "100.2.150.242"
  2595. 2020-11-23T12:44:58.6166817Z Nov 23 12:44:58.615: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2596. 2020-11-23T12:44:58.7139954Z STEP: Validating that dig result is not "100.2.150.242"
  2597. 2020-11-23T12:45:03.6162151Z Nov 23 12:45:03.615: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2598. 2020-11-23T12:45:03.6952597Z STEP: Validating that dig result is not "100.2.150.242"
  2599. 2020-11-23T12:45:08.6158541Z Nov 23 12:45:08.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2600. 2020-11-23T12:45:08.7194443Z STEP: Validating that dig result is not "100.2.150.242"
  2601. 2020-11-23T12:45:13.7821352Z Nov 23 12:45:13.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2602. 2020-11-23T12:45:13.7824147Z STEP: Validating that dig result is not "100.2.150.242"
  2603. 2020-11-23T12:45:18.6157482Z Nov 23 12:45:18.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2604. 2020-11-23T12:45:18.7099670Z STEP: Validating that dig result is not "100.2.150.242"
  2605. 2020-11-23T12:45:23.6158726Z Nov 23 12:45:23.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2606. 2020-11-23T12:45:23.7181456Z STEP: Validating that dig result is not "100.2.150.242"
  2607. 2020-11-23T12:45:28.6225269Z Nov 23 12:45:28.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2608. 2020-11-23T12:45:28.7776580Z STEP: Validating that dig result is not "100.2.150.242"
  2609. 2020-11-23T12:45:33.6160656Z Nov 23 12:45:33.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2610. 2020-11-23T12:45:33.7103821Z STEP: Validating that dig result is not "100.2.150.242"
  2611. 2020-11-23T12:45:38.6164781Z Nov 23 12:45:38.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2612. 2020-11-23T12:45:38.7194463Z STEP: Validating that dig result is not "100.2.150.242"
  2613. 2020-11-23T12:45:43.6157731Z Nov 23 12:45:43.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2614. 2020-11-23T12:45:43.7020127Z STEP: Validating that dig result is not "100.2.150.242"
  2615. 2020-11-23T12:45:48.6171927Z Nov 23 12:45:48.615: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2616. 2020-11-23T12:45:48.6967803Z STEP: Validating that dig result is not "100.2.150.242"
  2617. 2020-11-23T12:45:53.6160200Z Nov 23 12:45:53.615: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2618. 2020-11-23T12:45:53.7113694Z STEP: Validating that dig result is not "100.2.150.242"
  2619. 2020-11-23T12:45:58.6160958Z Nov 23 12:45:58.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2620. 2020-11-23T12:45:58.7030064Z STEP: Validating that dig result is not "100.2.150.242"
  2621. 2020-11-23T12:46:03.6161013Z Nov 23 12:46:03.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2622. 2020-11-23T12:46:03.7027282Z STEP: Validating that dig result is not "100.2.150.242"
  2623. 2020-11-23T12:46:08.6158116Z Nov 23 12:46:08.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2624. 2020-11-23T12:46:08.7065481Z STEP: Validating that dig result is not "100.2.150.242"
  2625. 2020-11-23T12:46:13.6158962Z Nov 23 12:46:13.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2626. 2020-11-23T12:46:13.7286349Z STEP: Validating that dig result is not "100.2.150.242"
  2627. 2020-11-23T12:46:18.6164196Z Nov 23 12:46:18.615: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2628. 2020-11-23T12:46:18.7185452Z STEP: Validating that dig result is not "100.2.150.242"
  2629. 2020-11-23T12:46:23.6160026Z Nov 23 12:46:23.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2630. 2020-11-23T12:46:23.6931682Z STEP: Validating that dig result is not "100.2.150.242"
  2631. 2020-11-23T12:46:28.6160195Z Nov 23 12:46:28.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2632. 2020-11-23T12:46:28.7220109Z STEP: Validating that dig result is not "100.2.150.242"
  2633. 2020-11-23T12:46:33.6162465Z Nov 23 12:46:33.615: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2634. 2020-11-23T12:46:33.7039509Z STEP: Validating that dig result is not "100.2.150.242"
  2635. 2020-11-23T12:46:38.6159621Z Nov 23 12:46:38.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2636. 2020-11-23T12:46:38.7051373Z STEP: Validating that dig result is not "100.2.150.242"
  2637. 2020-11-23T12:46:43.6158362Z Nov 23 12:46:43.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2638. 2020-11-23T12:46:43.7014738Z STEP: Validating that dig result is not "100.2.150.242"
  2639. 2020-11-23T12:46:48.6159071Z Nov 23 12:46:48.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2640. 2020-11-23T12:46:48.7217448Z STEP: Validating that dig result is not "100.2.150.242"
  2641. 2020-11-23T12:46:53.6158187Z Nov 23 12:46:53.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2642. 2020-11-23T12:46:53.7118026Z STEP: Validating that dig result is not "100.2.150.242"
  2643. 2020-11-23T12:46:58.6159904Z Nov 23 12:46:58.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2644. 2020-11-23T12:46:58.7180103Z STEP: Validating that dig result is not "100.2.150.242"
  2645. 2020-11-23T12:47:03.6163363Z Nov 23 12:47:03.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2646. 2020-11-23T12:47:03.7016749Z STEP: Validating that dig result is not "100.2.150.242"
  2647. 2020-11-23T12:47:08.6159471Z Nov 23 12:47:08.614: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2648. 2020-11-23T12:47:08.7633657Z STEP: Validating that dig result is not "100.2.150.242"
  2649. 2020-11-23T12:47:13.6159705Z Nov 23 12:47:13.615: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2650. 2020-11-23T12:47:13.7050372Z STEP: Validating that dig result is not "100.2.150.242"
  2651. 2020-11-23T12:47:13.7054538Z Nov 23 12:47:13.703: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-b5888.svc.clusterset.local] Namespace:e2e-tests-discovery-b5888 PodName:netshootn8lds-6757486d56-8frch ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2652. 2020-11-23T12:47:13.7933121Z STEP: Validating that dig result is not "100.2.150.242"
  2653. 2020-11-23T12:47:13.7941181Z STEP: Deleting namespace "e2e-tests-discovery-b5888" on cluster "cluster1"
  2654. 2020-11-23T12:47:13.8120134Z STEP: Deleting namespace "e2e-tests-discovery-b5888" on cluster "cluster2"
  2655. 2020-11-23T12:47:13.8291157Z
  2656. 2020-11-23T12:47:13.8302421Z • Failure [205.584 seconds]
  2657. 2020-11-23T12:47:13.8303183Z [discovery] Test Service Discovery Across Clusters
  2658. 2020-11-23T12:47:13.8304972Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/service_discovery.go:22
  2659. 2020-11-23T12:47:13.8305873Z when service export is created before the service
  2660. 2020-11-23T12:47:13.8306966Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/service_discovery.go:38
  2661. 2020-11-23T12:47:13.8307967Z should resolve the service [It]
  2662. 2020-11-23T12:47:13.8308996Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/service_discovery.go:39
  2663. 2020-11-23T12:47:13.8309606Z
  2664. 2020-11-23T12:47:13.8310566Z Failed to verify if service IP is discoverable. expected execution result "100.2.150.242" not to contain "100.2.150.242"
  2665. 2020-11-23T12:47:13.8311341Z Unexpected error:
  2666. 2020-11-23T12:47:13.8311904Z <*errors.errorString | 0xc0002e2370>: {
  2667. 2020-11-23T12:47:13.8312526Z s: "timed out waiting for the condition",
  2668. 2020-11-23T12:47:13.8312955Z }
  2669. 2020-11-23T12:47:13.8314143Z timed out waiting for the condition
  2670. 2020-11-23T12:47:13.8314901Z occurred
  2671. 2020-11-23T12:47:13.8315172Z
  2672. 2020-11-23T12:47:13.8316246Z /go/src/github.com/submariner-io/lighthouse/vendor/github.com/submariner-io/shipyard/test/e2e/framework/framework.go:416
  2673. 2020-11-23T12:47:13.8316996Z
  2674. 2020-11-23T12:47:13.8317588Z Full Stack Trace
  2675. 2020-11-23T12:47:13.8318716Z github.com/submariner-io/shipyard/test/e2e/framework.AwaitUntil(0x153fd0e, 0x24, 0xc0004fd220, 0xc0004fd1f0, 0x0, 0xc000316140)
  2676. 2020-11-23T12:47:13.8321603Z /go/src/github.com/submariner-io/lighthouse/vendor/github.com/submariner-io/shipyard/test/e2e/framework/framework.go:416 +0x1c6
  2677. 2020-11-23T12:47:13.8326787Z github.com/submariner-io/lighthouse/test/e2e/discovery.verifyServiceIpWithDig(0xc0003e0000, 0x0, 0xc00026c480, 0xc0004aae00, 0x1f91d70, 0x1, 0x1, 0x0)
  2678. 2020-11-23T12:47:13.8328535Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/service_discovery.go:281 +0x567
  2679. 2020-11-23T12:47:13.8329991Z github.com/submariner-io/lighthouse/test/e2e/discovery.RunServiceExportTest(0xc000120da8)
  2680. 2020-11-23T12:47:13.8331758Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/service_discovery.go:172 +0x575
  2681. 2020-11-23T12:47:13.8334531Z github.com/submariner-io/lighthouse/test/e2e/discovery.glob..func2.3.1()
  2682. 2020-11-23T12:47:13.8336162Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/service_discovery.go:40 +0x2a
  2683. 2020-11-23T12:47:13.8337445Z github.com/submariner-io/shipyard/test/e2e.RunE2ETests(0xc000283980, 0xcc40eecbef)
  2684. 2020-11-23T12:47:13.8338787Z /go/src/github.com/submariner-io/lighthouse/vendor/github.com/submariner-io/shipyard/test/e2e/e2e.go:77 +0x125
  2685. 2020-11-23T12:47:13.8340082Z github.com/submariner-io/lighthouse/test/e2e.TestE2E(0xc000283980)
  2686. 2020-11-23T12:47:13.8341155Z /go/src/github.com/submariner-io/lighthouse/test/e2e/e2e_test.go:11 +0x2b
  2687. 2020-11-23T12:47:13.8341911Z testing.tRunner(0xc000283980, 0x15be7a0)
  2688. 2020-11-23T12:47:13.8342518Z /usr/lib/golang/src/testing/testing.go:1127 +0xef
  2689. 2020-11-23T12:47:13.8343070Z created by testing.(*T).Run
  2690. 2020-11-23T12:47:13.8343613Z /usr/lib/golang/src/testing/testing.go:1178 +0x386
  2691. 2020-11-23T12:47:13.8344340Z ------------------------------
  2692. 2020-11-23T12:47:13.8345424Z [discovery] Test Service Discovery Across Clusters when a pod tries to resolve a service in a remote cluster
  2693. 2020-11-23T12:47:13.8346576Z should be able to discover the remote service successfully
  2694. 2020-11-23T12:47:13.8348045Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/service_discovery.go:27
  2695. 2020-11-23T12:47:13.8349716Z STEP: Creating namespace objects with basename "discovery"
  2696. 2020-11-23T12:47:13.8385596Z STEP: Generated namespace "e2e-tests-discovery-lvmnb" in cluster "cluster1" to execute the tests in
  2697. 2020-11-23T12:47:13.8402513Z STEP: Creating namespace "e2e-tests-discovery-lvmnb" in cluster "cluster2"
  2698. 2020-11-23T12:47:13.8529870Z STEP: Creating an Nginx Deployment on on "cluster2"
  2699. 2020-11-23T12:47:18.9796024Z STEP: Creating a Nginx Service on "cluster2"
  2700. 2020-11-23T12:47:19.0149524Z STEP: Creating serviceExport nginx-demo.e2e-tests-discovery-lvmnb on "cluster2"
  2701. 2020-11-23T12:47:19.0825279Z STEP: Retrieving ServiceExport nginx-demo.e2e-tests-discovery-lvmnb on "cluster2"
  2702. 2020-11-23T12:47:24.1130640Z STEP: Creating a Netshoot Deployment on "cluster1"
  2703. 2020-11-23T12:47:29.1286845Z STEP: Retrieving service nginx-demo.e2e-tests-discovery-lvmnb on "cluster2"
  2704. 2020-11-23T12:47:29.1333671Z STEP: Retrieving ServiceImport for nginx-demo-e2e-tests-discovery-lvmnb- on "cluster1"
  2705. 2020-11-23T12:47:29.1357277Z STEP: Retrieving EndpointSlices for nginx-demo on "cluster1"
  2706. 2020-11-23T12:47:29.1384862Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-lvmnb.svc.clusterset.local" to verify IP "100.2.136.98" for service "nginx-demo" "is" discoverable
  2707. 2020-11-23T12:47:29.1389157Z Nov 23 12:47:29.137: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-lvmnb.svc.clusterset.local] Namespace:e2e-tests-discovery-lvmnb PodName:netshootqb27q-6757486d56-w4gcz ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2708. 2020-11-23T12:47:29.2184766Z STEP: Validating that dig result is "100.2.136.98"
  2709. 2020-11-23T12:47:29.2186972Z STEP: Deleting serviceExport nginx-demo.e2e-tests-discovery-lvmnb on "cluster2"
  2710. 2020-11-23T12:47:34.2313659Z STEP: Deleting service "nginx-demo" on "cluster2"
  2711. 2020-11-23T12:47:34.2941153Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-lvmnb.svc.clusterset.local" to verify IP "100.2.136.98" for service "nginx-demo" "is not" discoverable
  2712. 2020-11-23T12:47:34.2945406Z Nov 23 12:47:34.292: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-lvmnb.svc.clusterset.local] Namespace:e2e-tests-discovery-lvmnb PodName:netshootqb27q-6757486d56-w4gcz ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2713. 2020-11-23T12:47:34.4495885Z STEP: Validating that dig result is not ""
  2714. 2020-11-23T12:47:34.4497135Z STEP: Deleting namespace "e2e-tests-discovery-lvmnb" on cluster "cluster1"
  2715. 2020-11-23T12:47:34.4672860Z STEP: Deleting namespace "e2e-tests-discovery-lvmnb" on cluster "cluster2"
  2716. 2020-11-23T12:47:34.4782970Z •
  2717. 2020-11-23T12:47:34.4783571Z ------------------------------
  2718. 2020-11-23T12:47:34.4784589Z STEP: Creating namespace objects with basename "discovery"
  2719. 2020-11-23T12:47:34.4786483Z STEP: Generated namespace "e2e-tests-discovery-lvmnb" in cluster "cluster1" to execute the tests in
  2720. 2020-11-23T12:47:34.4789025Z STEP: Creating namespace "e2e-tests-discovery-lvmnb" in cluster "cluster2"
  2721. 2020-11-23T12:47:34.4790121Z STEP: Creating an Nginx Deployment on on "cluster2"
  2722. 2020-11-23T12:47:34.4790966Z STEP: Creating a Nginx Service on "cluster2"
  2723. 2020-11-23T12:47:34.4792235Z STEP: Creating serviceExport nginx-demo.e2e-tests-discovery-lvmnb on "cluster2"
  2724. 2020-11-23T12:47:34.4793883Z STEP: Retrieving ServiceExport nginx-demo.e2e-tests-discovery-lvmnb on "cluster2"
  2725. 2020-11-23T12:47:34.4795157Z STEP: Creating a Netshoot Deployment on "cluster1"
  2726. 2020-11-23T12:47:34.4796393Z STEP: Retrieving service nginx-demo.e2e-tests-discovery-lvmnb on "cluster2"
  2727. 2020-11-23T12:47:34.4798358Z STEP: Retrieving ServiceImport for nginx-demo-e2e-tests-discovery-lvmnb- on "cluster1"
  2728. 2020-11-23T12:47:34.4800057Z STEP: Retrieving EndpointSlices for nginx-demo on "cluster1"
  2729. 2020-11-23T12:47:34.4802259Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-lvmnb.svc.clusterset.local" to verify IP "100.2.136.98" for service "nginx-demo" "is" discoverable
  2730. 2020-11-23T12:47:34.4807192Z Nov 23 12:47:29.137: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-lvmnb.svc.clusterset.local] Namespace:e2e-tests-discovery-lvmnb PodName:netshootqb27q-6757486d56-w4gcz ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2731. 2020-11-23T12:47:34.4810902Z STEP: Validating that dig result is "100.2.136.98"
  2732. 2020-11-23T12:47:34.4812085Z STEP: Deleting serviceExport nginx-demo.e2e-tests-discovery-lvmnb on "cluster2"
  2733. 2020-11-23T12:47:34.4813391Z STEP: Deleting service "nginx-demo" on "cluster2"
  2734. 2020-11-23T12:47:34.4815330Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-lvmnb.svc.clusterset.local" to verify IP "100.2.136.98" for service "nginx-demo" "is not" discoverable
  2735. 2020-11-23T12:47:34.4819987Z Nov 23 12:47:34.292: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-lvmnb.svc.clusterset.local] Namespace:e2e-tests-discovery-lvmnb PodName:netshootqb27q-6757486d56-w4gcz ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2736. 2020-11-23T12:47:34.4823620Z STEP: Validating that dig result is not ""
  2737. 2020-11-23T12:47:34.4825595Z STEP: Deleting namespace "e2e-tests-discovery-lvmnb" on cluster "cluster1"
  2738. 2020-11-23T12:47:34.4827775Z STEP: Deleting namespace "e2e-tests-discovery-lvmnb" on cluster "cluster2"
  2739. 2020-11-23T12:47:34.4829178Z
  2740. 2020-11-23T12:47:34.4829543Z
  2741. 2020-11-23T12:47:34.4832169Z [discovery] Test Service Discovery Across Clusters when there are active pods for a service in only one cluster
  2742. 2020-11-23T12:47:34.4833473Z should not resolve the service on the cluster without active pods
  2743. 2020-11-23T12:47:34.4834712Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/service_discovery.go:51
  2744. 2020-11-23T12:47:34.4835719Z STEP: Creating namespace objects with basename "discovery"
  2745. 2020-11-23T12:47:34.4968147Z STEP: Generated namespace "e2e-tests-discovery-wklsx" in cluster "cluster1" to execute the tests in
  2746. 2020-11-23T12:47:34.4969618Z STEP: Creating namespace "e2e-tests-discovery-wklsx" in cluster "cluster2"
  2747. 2020-11-23T12:47:34.5370415Z STEP: Creating an Nginx Deployment on on "cluster2"
  2748. 2020-11-23T12:47:39.5958371Z STEP: Creating a Nginx Service on "cluster2"
  2749. 2020-11-23T12:47:39.6134124Z STEP: Creating serviceExport nginx-demo.e2e-tests-discovery-wklsx on "cluster2"
  2750. 2020-11-23T12:47:39.6651151Z STEP: Retrieving ServiceExport nginx-demo.e2e-tests-discovery-wklsx on "cluster2"
  2751. 2020-11-23T12:47:44.6743250Z STEP: Creating a Netshoot Deployment on "cluster1"
  2752. 2020-11-23T12:47:49.6888638Z STEP: Retrieving service nginx-demo.e2e-tests-discovery-wklsx on "cluster2"
  2753. 2020-11-23T12:47:49.6914045Z STEP: Retrieving ServiceImport for nginx-demo-e2e-tests-discovery-wklsx- on "cluster1"
  2754. 2020-11-23T12:47:49.6952985Z STEP: Retrieving EndpointSlices for nginx-demo on "cluster1"
  2755. 2020-11-23T12:47:49.7031749Z STEP: Creating an Nginx Deployment on on "cluster1"
  2756. 2020-11-23T12:47:54.7176095Z STEP: Creating a Nginx Service on "cluster1"
  2757. 2020-11-23T12:47:54.7359134Z STEP: Creating serviceExport nginx-demo.e2e-tests-discovery-wklsx on "cluster1"
  2758. 2020-11-23T12:47:54.7659447Z STEP: Retrieving ServiceExport nginx-demo.e2e-tests-discovery-wklsx on "cluster1"
  2759. 2020-11-23T12:47:59.7959257Z STEP: Retrieving service nginx-demo.e2e-tests-discovery-wklsx on "cluster1"
  2760. 2020-11-23T12:47:59.7992180Z STEP: Retrieving ServiceImport for nginx-demo-e2e-tests-discovery-wklsx- on "cluster1"
  2761. 2020-11-23T12:47:59.8017240Z STEP: Retrieving EndpointSlices for nginx-demo on "cluster1"
  2762. 2020-11-23T12:47:59.8037964Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local" to verify IP "100.1.222.173" for service "nginx-demo" "is" discoverable
  2763. 2020-11-23T12:47:59.8042296Z Nov 23 12:47:59.803: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local] Namespace:e2e-tests-discovery-wklsx PodName:netshootnptpm-6757486d56-bf7k2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2764. 2020-11-23T12:47:59.8947740Z STEP: Validating that dig result is "100.1.222.173"
  2765. 2020-11-23T12:47:59.8958933Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local" to verify IP "100.2.196.191" for service "nginx-demo" "is not" discoverable
  2766. 2020-11-23T12:47:59.8965433Z Nov 23 12:47:59.895: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local] Namespace:e2e-tests-discovery-wklsx PodName:netshootnptpm-6757486d56-bf7k2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2767. 2020-11-23T12:47:59.9848966Z STEP: Validating that dig result is not "100.1.222.173"
  2768. 2020-11-23T12:47:59.9852629Z STEP: Setting Nginx deployment replicas to 0 in cluster "cluster1"
  2769. 2020-11-23T12:47:59.9930207Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local" to verify IP "100.1.222.173" for service "nginx-demo" "is not" discoverable
  2770. 2020-11-23T12:47:59.9934923Z Nov 23 12:47:59.992: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local] Namespace:e2e-tests-discovery-wklsx PodName:netshootnptpm-6757486d56-bf7k2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2771. 2020-11-23T12:48:00.2424347Z STEP: Validating that dig result is not "100.2.196.191"
  2772. 2020-11-23T12:48:00.2426368Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local" to verify IP "100.2.196.191" for service "nginx-demo" "is" discoverable
  2773. 2020-11-23T12:48:00.2430295Z Nov 23 12:48:00.230: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local] Namespace:e2e-tests-discovery-wklsx PodName:netshootnptpm-6757486d56-bf7k2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2774. 2020-11-23T12:48:00.3654464Z STEP: Validating that dig result is "100.2.196.191"
  2775. 2020-11-23T12:48:00.3656450Z STEP: Setting Nginx deployment replicas to 0 in cluster "cluster2"
  2776. 2020-11-23T12:48:00.3711892Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local" to verify IP "100.1.222.173" for service "nginx-demo" "is not" discoverable
  2777. 2020-11-23T12:48:00.3717031Z Nov 23 12:48:00.371: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local] Namespace:e2e-tests-discovery-wklsx PodName:netshootnptpm-6757486d56-bf7k2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2778. 2020-11-23T12:48:00.5944509Z STEP: Validating that dig result is not ""
  2779. 2020-11-23T12:48:00.5947829Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local" to verify IP "100.2.196.191" for service "nginx-demo" "is not" discoverable
  2780. 2020-11-23T12:48:00.5952337Z Nov 23 12:48:00.594: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local] Namespace:e2e-tests-discovery-wklsx PodName:netshootnptpm-6757486d56-bf7k2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2781. 2020-11-23T12:48:00.8733491Z STEP: Validating that dig result is not ""
  2782. 2020-11-23T12:48:00.8734629Z STEP: Deleting namespace "e2e-tests-discovery-wklsx" on cluster "cluster1"
  2783. 2020-11-23T12:48:00.8860861Z STEP: Deleting namespace "e2e-tests-discovery-wklsx" on cluster "cluster2"
  2784. 2020-11-23T12:48:00.8912422Z •
  2785. 2020-11-23T12:48:00.8913068Z ------------------------------
  2786. 2020-11-23T12:48:00.8913905Z STEP: Creating namespace objects with basename "discovery"
  2787. 2020-11-23T12:48:00.8916633Z STEP: Generated namespace "e2e-tests-discovery-wklsx" in cluster "cluster1" to execute the tests in
  2788. 2020-11-23T12:48:00.8918189Z STEP: Creating namespace "e2e-tests-discovery-wklsx" in cluster "cluster2"
  2789. 2020-11-23T12:48:00.8919307Z STEP: Creating an Nginx Deployment on on "cluster2"
  2790. 2020-11-23T12:48:00.8920326Z STEP: Creating a Nginx Service on "cluster2"
  2791. 2020-11-23T12:48:00.8921739Z STEP: Creating serviceExport nginx-demo.e2e-tests-discovery-wklsx on "cluster2"
  2792. 2020-11-23T12:48:00.8923610Z STEP: Retrieving ServiceExport nginx-demo.e2e-tests-discovery-wklsx on "cluster2"
  2793. 2020-11-23T12:48:00.8924879Z STEP: Creating a Netshoot Deployment on "cluster1"
  2794. 2020-11-23T12:48:00.8926280Z STEP: Retrieving service nginx-demo.e2e-tests-discovery-wklsx on "cluster2"
  2795. 2020-11-23T12:48:00.8927866Z STEP: Retrieving ServiceImport for nginx-demo-e2e-tests-discovery-wklsx- on "cluster1"
  2796. 2020-11-23T12:48:00.8929213Z STEP: Retrieving EndpointSlices for nginx-demo on "cluster1"
  2797. 2020-11-23T12:48:00.8930152Z STEP: Creating an Nginx Deployment on on "cluster1"
  2798. 2020-11-23T12:48:00.8930983Z STEP: Creating a Nginx Service on "cluster1"
  2799. 2020-11-23T12:48:00.8932443Z STEP: Creating serviceExport nginx-demo.e2e-tests-discovery-wklsx on "cluster1"
  2800. 2020-11-23T12:48:00.8934029Z STEP: Retrieving ServiceExport nginx-demo.e2e-tests-discovery-wklsx on "cluster1"
  2801. 2020-11-23T12:48:00.8935745Z STEP: Retrieving service nginx-demo.e2e-tests-discovery-wklsx on "cluster1"
  2802. 2020-11-23T12:48:00.8937682Z STEP: Retrieving ServiceImport for nginx-demo-e2e-tests-discovery-wklsx- on "cluster1"
  2803. 2020-11-23T12:48:00.8939114Z STEP: Retrieving EndpointSlices for nginx-demo on "cluster1"
  2804. 2020-11-23T12:48:00.8941230Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local" to verify IP "100.1.222.173" for service "nginx-demo" "is" discoverable
  2805. 2020-11-23T12:48:00.8945373Z Nov 23 12:47:59.803: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local] Namespace:e2e-tests-discovery-wklsx PodName:netshootnptpm-6757486d56-bf7k2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2806. 2020-11-23T12:48:00.8948020Z STEP: Validating that dig result is "100.1.222.173"
  2807. 2020-11-23T12:48:00.8952084Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local" to verify IP "100.2.196.191" for service "nginx-demo" "is not" discoverable
  2808. 2020-11-23T12:48:00.8956445Z Nov 23 12:47:59.895: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local] Namespace:e2e-tests-discovery-wklsx PodName:netshootnptpm-6757486d56-bf7k2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2809. 2020-11-23T12:48:00.8959146Z STEP: Validating that dig result is not "100.1.222.173"
  2810. 2020-11-23T12:48:00.8960585Z STEP: Setting Nginx deployment replicas to 0 in cluster "cluster1"
  2811. 2020-11-23T12:48:00.8962707Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local" to verify IP "100.1.222.173" for service "nginx-demo" "is not" discoverable
  2812. 2020-11-23T12:48:00.8966783Z Nov 23 12:47:59.992: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local] Namespace:e2e-tests-discovery-wklsx PodName:netshootnptpm-6757486d56-bf7k2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2813. 2020-11-23T12:48:00.8969561Z STEP: Validating that dig result is not "100.2.196.191"
  2814. 2020-11-23T12:48:00.8972366Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local" to verify IP "100.2.196.191" for service "nginx-demo" "is" discoverable
  2815. 2020-11-23T12:48:00.8976919Z Nov 23 12:48:00.230: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local] Namespace:e2e-tests-discovery-wklsx PodName:netshootnptpm-6757486d56-bf7k2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2816. 2020-11-23T12:48:00.8979987Z STEP: Validating that dig result is "100.2.196.191"
  2817. 2020-11-23T12:48:00.8980979Z STEP: Setting Nginx deployment replicas to 0 in cluster "cluster2"
  2818. 2020-11-23T12:48:00.8983651Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local" to verify IP "100.1.222.173" for service "nginx-demo" "is not" discoverable
  2819. 2020-11-23T12:48:00.8987894Z Nov 23 12:48:00.371: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local] Namespace:e2e-tests-discovery-wklsx PodName:netshootnptpm-6757486d56-bf7k2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2820. 2020-11-23T12:48:00.8991358Z STEP: Validating that dig result is not ""
  2821. 2020-11-23T12:48:00.8993663Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local" to verify IP "100.2.196.191" for service "nginx-demo" "is not" discoverable
  2822. 2020-11-23T12:48:00.8997628Z Nov 23 12:48:00.594: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wklsx.svc.clusterset.local] Namespace:e2e-tests-discovery-wklsx PodName:netshootnptpm-6757486d56-bf7k2 ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2823. 2020-11-23T12:48:00.9000557Z STEP: Validating that dig result is not ""
  2824. 2020-11-23T12:48:00.9001635Z STEP: Deleting namespace "e2e-tests-discovery-wklsx" on cluster "cluster1"
  2825. 2020-11-23T12:48:00.9003050Z STEP: Deleting namespace "e2e-tests-discovery-wklsx" on cluster "cluster2"
  2826. 2020-11-23T12:48:00.9054687Z
  2827. 2020-11-23T12:48:00.9054931Z
  2828. 2020-11-23T12:48:00.9056780Z [discovery] Test Stateful Sets Discovery Across Clusters when a pod tries to resolve a podname from stateful set in a remote cluster
  2829. 2020-11-23T12:48:00.9057949Z should resolve the pod IP from the remote cluster
  2830. 2020-11-23T12:48:00.9059079Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/statefulsets.go:20
  2831. 2020-11-23T12:48:00.9060540Z STEP: Creating namespace objects with basename "discovery"
  2832. 2020-11-23T12:48:00.9062046Z STEP: Generated namespace "e2e-tests-discovery-9ccwc" in cluster "cluster1" to execute the tests in
  2833. 2020-11-23T12:48:00.9063376Z STEP: Creating namespace "e2e-tests-discovery-9ccwc" in cluster "cluster2"
  2834. 2020-11-23T12:48:00.9518344Z STEP: Creating an Nginx Stateful Set on "cluster2"
  2835. 2020-11-23T12:48:06.0305305Z STEP: Creating a Nginx Headless Service on "cluster2"
  2836. 2020-11-23T12:48:06.0503627Z STEP: Creating serviceExport nginx-ss.e2e-tests-discovery-9ccwc on "cluster2"
  2837. 2020-11-23T12:48:06.0940635Z STEP: Retrieving ServiceExport nginx-ss.e2e-tests-discovery-9ccwc on "cluster2"
  2838. 2020-11-23T12:48:11.1116970Z STEP: Creating a Netshoot Deployment on "cluster1"
  2839. 2020-11-23T12:48:16.1333759Z STEP: Retrieving EndpointSlices for nginx-ss on "cluster2"
  2840. 2020-11-23T12:48:16.1362730Z STEP: Executing "dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-9ccwc.svc.clusterset.local" to verify IPs [10.2.0.6] for pod "web-0.cluster2.nginx-ss" "are" discoverable
  2841. 2020-11-23T12:48:16.1368489Z Nov 23 12:48:16.135: INFO: ExecWithOptions {Command:[dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-9ccwc.svc.clusterset.local] Namespace:e2e-tests-discovery-9ccwc PodName:netshoot8gbvt-6757486d56-6rj8g ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2842. 2020-11-23T12:48:16.2233911Z STEP: Validating that dig result are "10.2.0.6"
  2843. 2020-11-23T12:48:16.2235305Z STEP: Deleting serviceExport nginx-ss.e2e-tests-discovery-9ccwc on "cluster2"
  2844. 2020-11-23T12:48:21.2353443Z STEP: Retrieving EndpointSlices for nginx-ss on "cluster2"
  2845. 2020-11-23T12:48:21.2383713Z STEP: Executing "dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-9ccwc.svc.clusterset.local" to verify IPs [10.2.0.6] for pod "web-0.cluster2.nginx-ss" "are not" discoverable
  2846. 2020-11-23T12:48:21.2389705Z Nov 23 12:48:21.237: INFO: ExecWithOptions {Command:[dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-9ccwc.svc.clusterset.local] Namespace:e2e-tests-discovery-9ccwc PodName:netshoot8gbvt-6757486d56-6rj8g ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2847. 2020-11-23T12:48:27.3229519Z STEP: Validating that dig result are not ""
  2848. 2020-11-23T12:48:27.3230986Z STEP: Deleting namespace "e2e-tests-discovery-9ccwc" on cluster "cluster1"
  2849. 2020-11-23T12:48:27.3269858Z STEP: Deleting namespace "e2e-tests-discovery-9ccwc" on cluster "cluster2"
  2850. 2020-11-23T12:48:27.3358182Z •
  2851. 2020-11-23T12:48:27.3358804Z ------------------------------
  2852. 2020-11-23T12:48:27.3359655Z STEP: Creating namespace objects with basename "discovery"
  2853. 2020-11-23T12:48:27.3360930Z STEP: Generated namespace "e2e-tests-discovery-9ccwc" in cluster "cluster1" to execute the tests in
  2854. 2020-11-23T12:48:27.3362301Z STEP: Creating namespace "e2e-tests-discovery-9ccwc" in cluster "cluster2"
  2855. 2020-11-23T12:48:27.3363674Z STEP: Creating an Nginx Stateful Set on "cluster2"
  2856. 2020-11-23T12:48:27.3364526Z STEP: Creating a Nginx Headless Service on "cluster2"
  2857. 2020-11-23T12:48:27.3365739Z STEP: Creating serviceExport nginx-ss.e2e-tests-discovery-9ccwc on "cluster2"
  2858. 2020-11-23T12:48:27.3367244Z STEP: Retrieving ServiceExport nginx-ss.e2e-tests-discovery-9ccwc on "cluster2"
  2859. 2020-11-23T12:48:27.3368450Z STEP: Creating a Netshoot Deployment on "cluster1"
  2860. 2020-11-23T12:48:27.3369379Z STEP: Retrieving EndpointSlices for nginx-ss on "cluster2"
  2861. 2020-11-23T12:48:27.3371693Z STEP: Executing "dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-9ccwc.svc.clusterset.local" to verify IPs [10.2.0.6] for pod "web-0.cluster2.nginx-ss" "are" discoverable
  2862. 2020-11-23T12:48:27.3377310Z Nov 23 12:48:16.135: INFO: ExecWithOptions {Command:[dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-9ccwc.svc.clusterset.local] Namespace:e2e-tests-discovery-9ccwc PodName:netshoot8gbvt-6757486d56-6rj8g ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2863. 2020-11-23T12:48:27.3380311Z STEP: Validating that dig result are "10.2.0.6"
  2864. 2020-11-23T12:48:27.3381451Z STEP: Deleting serviceExport nginx-ss.e2e-tests-discovery-9ccwc on "cluster2"
  2865. 2020-11-23T12:48:27.3382654Z STEP: Retrieving EndpointSlices for nginx-ss on "cluster2"
  2866. 2020-11-23T12:48:27.3384887Z STEP: Executing "dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-9ccwc.svc.clusterset.local" to verify IPs [10.2.0.6] for pod "web-0.cluster2.nginx-ss" "are not" discoverable
  2867. 2020-11-23T12:48:27.3389573Z Nov 23 12:48:21.237: INFO: ExecWithOptions {Command:[dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-9ccwc.svc.clusterset.local] Namespace:e2e-tests-discovery-9ccwc PodName:netshoot8gbvt-6757486d56-6rj8g ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2868. 2020-11-23T12:48:27.3392323Z STEP: Validating that dig result are not ""
  2869. 2020-11-23T12:48:27.3393312Z STEP: Deleting namespace "e2e-tests-discovery-9ccwc" on cluster "cluster1"
  2870. 2020-11-23T12:48:27.3394744Z STEP: Deleting namespace "e2e-tests-discovery-9ccwc" on cluster "cluster2"
  2871. 2020-11-23T12:48:27.3395322Z
  2872. 2020-11-23T12:48:27.3395527Z
  2873. 2020-11-23T12:48:27.3396519Z [discovery] Test Stateful Sets Discovery Across Clusters when a pod tries to resolve a podname from stateful set in a local cluster
  2874. 2020-11-23T12:48:27.3398413Z should resolve the pod IP from the local cluster
  2875. 2020-11-23T12:48:27.3399644Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/statefulsets.go:30
  2876. 2020-11-23T12:48:27.3400767Z STEP: Creating namespace objects with basename "discovery"
  2877. 2020-11-23T12:48:27.3431983Z STEP: Generated namespace "e2e-tests-discovery-rck5q" in cluster "cluster1" to execute the tests in
  2878. 2020-11-23T12:48:27.3433445Z STEP: Creating namespace "e2e-tests-discovery-rck5q" in cluster "cluster2"
  2879. 2020-11-23T12:48:27.3568525Z STEP: Creating an Nginx Stateful Set on on "cluster2"
  2880. 2020-11-23T12:48:32.4205133Z STEP: Creating a Nginx Headless Service on "cluster2"
  2881. 2020-11-23T12:48:32.4257199Z STEP: Creating an Nginx Stateful Set on on "cluster1"
  2882. 2020-11-23T12:48:37.4780551Z STEP: Creating a Nginx Headless Service on "cluster1"
  2883. 2020-11-23T12:48:37.4819767Z STEP: Creating serviceExport nginx-ss.e2e-tests-discovery-rck5q on "cluster2"
  2884. 2020-11-23T12:48:37.4886491Z STEP: Retrieving ServiceExport nginx-ss.e2e-tests-discovery-rck5q on "cluster2"
  2885. 2020-11-23T12:48:42.4949339Z STEP: Creating serviceExport nginx-ss.e2e-tests-discovery-rck5q on "cluster1"
  2886. 2020-11-23T12:48:42.4995717Z STEP: Retrieving ServiceExport nginx-ss.e2e-tests-discovery-rck5q on "cluster1"
  2887. 2020-11-23T12:48:47.8522519Z STEP: Creating a Netshoot Deployment on "cluster1"
  2888. 2020-11-23T12:48:52.5139501Z STEP: Retrieving EndpointSlices for nginx-ss on "cluster2"
  2889. 2020-11-23T12:48:52.5168528Z STEP: Executing "dig +short web-0.cluster1.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local" to verify IPs [10.1.128.4] for pod "web-0.cluster1.nginx-ss" "are" discoverable
  2890. 2020-11-23T12:48:52.5172915Z Nov 23 12:48:52.516: INFO: ExecWithOptions {Command:[dig +short web-0.cluster1.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local] Namespace:e2e-tests-discovery-rck5q PodName:netshoots8xsw-6757486d56-m9dtm ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2891. 2020-11-23T12:48:52.6019622Z STEP: Validating that dig result are "10.1.128.4"
  2892. 2020-11-23T12:48:52.6021802Z STEP: Executing "dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local" to verify IPs [10.2.128.3] for pod "web-0.cluster2.nginx-ss" "are" discoverable
  2893. 2020-11-23T12:48:52.6056422Z Nov 23 12:48:52.601: INFO: ExecWithOptions {Command:[dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local] Namespace:e2e-tests-discovery-rck5q PodName:netshoots8xsw-6757486d56-m9dtm ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2894. 2020-11-23T12:48:52.6922020Z STEP: Validating that dig result are "10.2.128.3"
  2895. 2020-11-23T12:48:52.6923433Z STEP: Deleting serviceExport nginx-ss.e2e-tests-discovery-rck5q on "cluster2"
  2896. 2020-11-23T12:48:57.7068487Z STEP: Executing "dig +short web-0.cluster1.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local" to verify IPs [10.1.128.4] for pod "web-0.cluster1.nginx-ss" "are" discoverable
  2897. 2020-11-23T12:48:57.7072834Z Nov 23 12:48:57.705: INFO: ExecWithOptions {Command:[dig +short web-0.cluster1.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local] Namespace:e2e-tests-discovery-rck5q PodName:netshoots8xsw-6757486d56-m9dtm ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2898. 2020-11-23T12:48:57.8008949Z STEP: Validating that dig result are "10.1.128.4"
  2899. 2020-11-23T12:48:57.8018981Z STEP: Executing "dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local" to verify IPs [10.2.128.3] for pod "web-0.cluster2.nginx-ss" "are not" discoverable
  2900. 2020-11-23T12:48:57.8023576Z Nov 23 12:48:57.800: INFO: ExecWithOptions {Command:[dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local] Namespace:e2e-tests-discovery-rck5q PodName:netshoots8xsw-6757486d56-m9dtm ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2901. 2020-11-23T12:49:03.8893761Z STEP: Validating that dig result are not ""
  2902. 2020-11-23T12:49:03.8895077Z STEP: Deleting serviceExport nginx-ss.e2e-tests-discovery-rck5q on "cluster1"
  2903. 2020-11-23T12:49:08.9019985Z STEP: Retrieving EndpointSlices for nginx-ss on "cluster2"
  2904. 2020-11-23T12:49:08.9041415Z STEP: Deleting namespace "e2e-tests-discovery-rck5q" on cluster "cluster1"
  2905. 2020-11-23T12:49:08.9074035Z STEP: Deleting namespace "e2e-tests-discovery-rck5q" on cluster "cluster2"
  2906. 2020-11-23T12:49:08.9150825Z •
  2907. 2020-11-23T12:49:08.9151719Z ------------------------------
  2908. 2020-11-23T12:49:08.9152595Z STEP: Creating namespace objects with basename "discovery"
  2909. 2020-11-23T12:49:08.9154055Z STEP: Generated namespace "e2e-tests-discovery-rck5q" in cluster "cluster1" to execute the tests in
  2910. 2020-11-23T12:49:08.9155760Z STEP: Creating namespace "e2e-tests-discovery-rck5q" in cluster "cluster2"
  2911. 2020-11-23T12:49:08.9156826Z STEP: Creating an Nginx Stateful Set on on "cluster2"
  2912. 2020-11-23T12:49:08.9157863Z STEP: Creating a Nginx Headless Service on "cluster2"
  2913. 2020-11-23T12:49:08.9158763Z STEP: Creating an Nginx Stateful Set on on "cluster1"
  2914. 2020-11-23T12:49:08.9159681Z STEP: Creating a Nginx Headless Service on "cluster1"
  2915. 2020-11-23T12:49:08.9160943Z STEP: Creating serviceExport nginx-ss.e2e-tests-discovery-rck5q on "cluster2"
  2916. 2020-11-23T12:49:08.9162880Z STEP: Retrieving ServiceExport nginx-ss.e2e-tests-discovery-rck5q on "cluster2"
  2917. 2020-11-23T12:49:08.9164465Z STEP: Creating serviceExport nginx-ss.e2e-tests-discovery-rck5q on "cluster1"
  2918. 2020-11-23T12:49:08.9166033Z STEP: Retrieving ServiceExport nginx-ss.e2e-tests-discovery-rck5q on "cluster1"
  2919. 2020-11-23T12:49:08.9167284Z STEP: Creating a Netshoot Deployment on "cluster1"
  2920. 2020-11-23T12:49:08.9168406Z STEP: Retrieving EndpointSlices for nginx-ss on "cluster2"
  2921. 2020-11-23T12:49:08.9171155Z STEP: Executing "dig +short web-0.cluster1.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local" to verify IPs [10.1.128.4] for pod "web-0.cluster1.nginx-ss" "are" discoverable
  2922. 2020-11-23T12:49:08.9199220Z Nov 23 12:48:52.516: INFO: ExecWithOptions {Command:[dig +short web-0.cluster1.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local] Namespace:e2e-tests-discovery-rck5q PodName:netshoots8xsw-6757486d56-m9dtm ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2923. 2020-11-23T12:49:08.9202350Z STEP: Validating that dig result are "10.1.128.4"
  2924. 2020-11-23T12:49:08.9204566Z STEP: Executing "dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local" to verify IPs [10.2.128.3] for pod "web-0.cluster2.nginx-ss" "are" discoverable
  2925. 2020-11-23T12:49:08.9209301Z Nov 23 12:48:52.601: INFO: ExecWithOptions {Command:[dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local] Namespace:e2e-tests-discovery-rck5q PodName:netshoots8xsw-6757486d56-m9dtm ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2926. 2020-11-23T12:49:08.9212041Z STEP: Validating that dig result are "10.2.128.3"
  2927. 2020-11-23T12:49:08.9213158Z STEP: Deleting serviceExport nginx-ss.e2e-tests-discovery-rck5q on "cluster2"
  2928. 2020-11-23T12:49:08.9215883Z STEP: Executing "dig +short web-0.cluster1.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local" to verify IPs [10.1.128.4] for pod "web-0.cluster1.nginx-ss" "are" discoverable
  2929. 2020-11-23T12:49:08.9220134Z Nov 23 12:48:57.705: INFO: ExecWithOptions {Command:[dig +short web-0.cluster1.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local] Namespace:e2e-tests-discovery-rck5q PodName:netshoots8xsw-6757486d56-m9dtm ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2930. 2020-11-23T12:49:08.9222879Z STEP: Validating that dig result are "10.1.128.4"
  2931. 2020-11-23T12:49:08.9228313Z STEP: Executing "dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local" to verify IPs [10.2.128.3] for pod "web-0.cluster2.nginx-ss" "are not" discoverable
  2932. 2020-11-23T12:49:08.9232657Z Nov 23 12:48:57.800: INFO: ExecWithOptions {Command:[dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local] Namespace:e2e-tests-discovery-rck5q PodName:netshoots8xsw-6757486d56-m9dtm ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2933. 2020-11-23T12:49:08.9235381Z STEP: Validating that dig result are not ""
  2934. 2020-11-23T12:49:08.9236455Z STEP: Deleting serviceExport nginx-ss.e2e-tests-discovery-rck5q on "cluster1"
  2935. 2020-11-23T12:49:08.9237634Z STEP: Retrieving EndpointSlices for nginx-ss on "cluster2"
  2936. 2020-11-23T12:49:08.9238689Z STEP: Deleting namespace "e2e-tests-discovery-rck5q" on cluster "cluster1"
  2937. 2020-11-23T12:49:08.9248414Z STEP: Deleting namespace "e2e-tests-discovery-rck5q" on cluster "cluster2"
  2938. 2020-11-23T12:49:08.9249012Z
  2939. 2020-11-23T12:49:08.9249190Z
  2940. 2020-11-23T12:49:08.9250386Z [discovery] Test Stateful Sets Discovery Across Clusters when the number of active pods backing a stateful set changes
  2941. 2020-11-23T12:49:08.9251772Z should only resolve the IPs from the active pods
  2942. 2020-11-23T12:49:08.9252807Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/statefulsets.go:40
  2943. 2020-11-23T12:49:08.9257993Z STEP: Creating namespace objects with basename "discovery"
  2944. 2020-11-23T12:49:08.9320248Z STEP: Generated namespace "e2e-tests-discovery-bs5zk" in cluster "cluster1" to execute the tests in
  2945. 2020-11-23T12:49:08.9321607Z STEP: Creating namespace "e2e-tests-discovery-bs5zk" in cluster "cluster2"
  2946. 2020-11-23T12:49:08.9728216Z STEP: Creating an Nginx Stateful Set on on "cluster2"
  2947. 2020-11-23T12:49:14.0267332Z STEP: Setting Nginx statefulset replicas to 3
  2948. 2020-11-23T12:49:14.0331049Z STEP: Creating a Nginx Headless Service on "cluster2"
  2949. 2020-11-23T12:49:14.0475612Z STEP: Creating serviceExport nginx-ss.e2e-tests-discovery-bs5zk on "cluster2"
  2950. 2020-11-23T12:49:14.0680171Z STEP: Retrieving ServiceExport nginx-ss.e2e-tests-discovery-bs5zk on "cluster2"
  2951. 2020-11-23T12:49:19.1198686Z STEP: Creating a Netshoot Deployment on "cluster1"
  2952. 2020-11-23T12:49:24.1354237Z STEP: Retrieving EndpointSlices for nginx-ss on "cluster2"
  2953. 2020-11-23T12:49:24.1406722Z STEP: Executing "dig +short web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local" to verify IPs [10.2.0.6] for pod "web-1.cluster2.nginx-ss" "are" discoverable
  2954. 2020-11-23T12:49:24.1417918Z Nov 23 12:49:24.139: INFO: ExecWithOptions {Command:[dig +short web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2955. 2020-11-23T12:49:24.3228696Z STEP: Validating that dig result are "10.2.0.6"
  2956. 2020-11-23T12:49:24.3231890Z STEP: Executing "dig +short web-2.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local" to verify IPs [10.2.0.7] for pod "web-2.cluster2.nginx-ss" "are" discoverable
  2957. 2020-11-23T12:49:24.3246776Z Nov 23 12:49:24.322: INFO: ExecWithOptions {Command:[dig +short web-2.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2958. 2020-11-23T12:49:24.4085749Z STEP: Validating that dig result are "10.2.0.7"
  2959. 2020-11-23T12:49:24.4088122Z STEP: Executing "dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local" to verify IPs [10.2.128.4] for pod "web-0.cluster2.nginx-ss" "are" discoverable
  2960. 2020-11-23T12:49:24.4093648Z Nov 23 12:49:24.407: INFO: ExecWithOptions {Command:[dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2961. 2020-11-23T12:49:24.4949717Z STEP: Validating that dig result are "10.2.128.4"
  2962. 2020-11-23T12:49:24.4950562Z STEP: Setting Nginx statefulset replicas to 1
  2963. 2020-11-23T12:49:24.4998179Z STEP: Executing "dig +short web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local" to verify IPs [10.2.0.6] for pod "web-1.cluster2.nginx-ss" "are not" discoverable
  2964. 2020-11-23T12:49:24.5003332Z Nov 23 12:49:24.498: INFO: ExecWithOptions {Command:[dig +short web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2965. 2020-11-23T12:49:24.6282787Z STEP: Validating that dig result are not "10.2.0.6"
  2966. 2020-11-23T12:49:29.6287619Z Nov 23 12:49:29.627: INFO: ExecWithOptions {Command:[dig +short web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2967. 2020-11-23T12:49:29.7214341Z STEP: Validating that dig result are not "10.2.0.6"
  2968. 2020-11-23T12:49:34.6287751Z Nov 23 12:49:34.627: INFO: ExecWithOptions {Command:[dig +short web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2969. 2020-11-23T12:49:40.7148104Z STEP: Validating that dig result are not ""
  2970. 2020-11-23T12:49:40.7150758Z STEP: Executing "dig +short web-2.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local" to verify IPs [10.2.0.7] for pod "web-2.cluster2.nginx-ss" "are not" discoverable
  2971. 2020-11-23T12:49:40.7155139Z Nov 23 12:49:40.714: INFO: ExecWithOptions {Command:[dig +short web-2.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2972. 2020-11-23T12:49:46.8107226Z STEP: Validating that dig result are not ""
  2973. 2020-11-23T12:49:46.8109621Z STEP: Executing "dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local" to verify IPs [10.2.128.4] for pod "web-0.cluster2.nginx-ss" "are" discoverable
  2974. 2020-11-23T12:49:46.8114248Z Nov 23 12:49:46.808: INFO: ExecWithOptions {Command:[dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2975. 2020-11-23T12:49:46.8883321Z STEP: Validating that dig result are "10.2.128.4"
  2976. 2020-11-23T12:49:46.8884573Z STEP: Deleting serviceExport nginx-ss.e2e-tests-discovery-bs5zk on "cluster2"
  2977. 2020-11-23T12:49:51.9022247Z STEP: Deleting namespace "e2e-tests-discovery-bs5zk" on cluster "cluster1"
  2978. 2020-11-23T12:49:51.9192919Z STEP: Deleting namespace "e2e-tests-discovery-bs5zk" on cluster "cluster2"
  2979. 2020-11-23T12:49:51.9304177Z •
  2980. 2020-11-23T12:49:51.9304949Z ------------------------------
  2981. 2020-11-23T12:49:51.9305902Z STEP: Creating namespace objects with basename "discovery"
  2982. 2020-11-23T12:49:51.9308007Z STEP: Generated namespace "e2e-tests-discovery-bs5zk" in cluster "cluster1" to execute the tests in
  2983. 2020-11-23T12:49:51.9309667Z STEP: Creating namespace "e2e-tests-discovery-bs5zk" in cluster "cluster2"
  2984. 2020-11-23T12:49:51.9311117Z STEP: Creating an Nginx Stateful Set on on "cluster2"
  2985. 2020-11-23T12:49:51.9311999Z STEP: Setting Nginx statefulset replicas to 3
  2986. 2020-11-23T12:49:51.9313185Z STEP: Creating a Nginx Headless Service on "cluster2"
  2987. 2020-11-23T12:49:51.9314346Z STEP: Creating serviceExport nginx-ss.e2e-tests-discovery-bs5zk on "cluster2"
  2988. 2020-11-23T12:49:51.9316632Z STEP: Retrieving ServiceExport nginx-ss.e2e-tests-discovery-bs5zk on "cluster2"
  2989. 2020-11-23T12:49:51.9318205Z STEP: Creating a Netshoot Deployment on "cluster1"
  2990. 2020-11-23T12:49:51.9319123Z STEP: Retrieving EndpointSlices for nginx-ss on "cluster2"
  2991. 2020-11-23T12:49:51.9322301Z STEP: Executing "dig +short web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local" to verify IPs [10.2.0.6] for pod "web-1.cluster2.nginx-ss" "are" discoverable
  2992. 2020-11-23T12:49:51.9327387Z Nov 23 12:49:24.139: INFO: ExecWithOptions {Command:[dig +short web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2993. 2020-11-23T12:49:51.9330673Z STEP: Validating that dig result are "10.2.0.6"
  2994. 2020-11-23T12:49:51.9333214Z STEP: Executing "dig +short web-2.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local" to verify IPs [10.2.0.7] for pod "web-2.cluster2.nginx-ss" "are" discoverable
  2995. 2020-11-23T12:49:51.9337757Z Nov 23 12:49:24.322: INFO: ExecWithOptions {Command:[dig +short web-2.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2996. 2020-11-23T12:49:51.9340714Z STEP: Validating that dig result are "10.2.0.7"
  2997. 2020-11-23T12:49:51.9342746Z STEP: Executing "dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local" to verify IPs [10.2.128.4] for pod "web-0.cluster2.nginx-ss" "are" discoverable
  2998. 2020-11-23T12:49:51.9347965Z Nov 23 12:49:24.407: INFO: ExecWithOptions {Command:[dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  2999. 2020-11-23T12:49:51.9351085Z STEP: Validating that dig result are "10.2.128.4"
  3000. 2020-11-23T12:49:51.9351835Z STEP: Setting Nginx statefulset replicas to 1
  3001. 2020-11-23T12:49:51.9354178Z STEP: Executing "dig +short web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local" to verify IPs [10.2.0.6] for pod "web-1.cluster2.nginx-ss" "are not" discoverable
  3002. 2020-11-23T12:49:51.9359069Z Nov 23 12:49:24.498: INFO: ExecWithOptions {Command:[dig +short web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3003. 2020-11-23T12:49:51.9362456Z STEP: Validating that dig result are not "10.2.0.6"
  3004. 2020-11-23T12:49:51.9365443Z Nov 23 12:49:29.627: INFO: ExecWithOptions {Command:[dig +short web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3005. 2020-11-23T12:49:51.9368185Z STEP: Validating that dig result are not "10.2.0.6"
  3006. 2020-11-23T12:49:51.9371123Z Nov 23 12:49:34.627: INFO: ExecWithOptions {Command:[dig +short web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3007. 2020-11-23T12:49:51.9374190Z STEP: Validating that dig result are not ""
  3008. 2020-11-23T12:49:51.9407280Z STEP: Executing "dig +short web-2.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local" to verify IPs [10.2.0.7] for pod "web-2.cluster2.nginx-ss" "are not" discoverable
  3009. 2020-11-23T12:49:51.9412472Z Nov 23 12:49:40.714: INFO: ExecWithOptions {Command:[dig +short web-2.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3010. 2020-11-23T12:49:51.9415216Z STEP: Validating that dig result are not ""
  3011. 2020-11-23T12:49:51.9417335Z STEP: Executing "dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local" to verify IPs [10.2.128.4] for pod "web-0.cluster2.nginx-ss" "are" discoverable
  3012. 2020-11-23T12:49:51.9422196Z Nov 23 12:49:46.808: INFO: ExecWithOptions {Command:[dig +short web-0.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local] Namespace:e2e-tests-discovery-bs5zk PodName:netshootgvkzj-6757486d56-jjhdn ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3013. 2020-11-23T12:49:51.9425480Z STEP: Validating that dig result are "10.2.128.4"
  3014. 2020-11-23T12:49:51.9426543Z STEP: Deleting serviceExport nginx-ss.e2e-tests-discovery-bs5zk on "cluster2"
  3015. 2020-11-23T12:49:51.9427785Z STEP: Deleting namespace "e2e-tests-discovery-bs5zk" on cluster "cluster1"
  3016. 2020-11-23T12:49:51.9429139Z STEP: Deleting namespace "e2e-tests-discovery-bs5zk" on cluster "cluster2"
  3017. 2020-11-23T12:49:51.9429666Z
  3018. 2020-11-23T12:49:51.9429909Z
  3019. 2020-11-23T12:49:51.9430902Z [discovery] Test Service Discovery Across Clusters when a pod tries to resolve a service which is present locally and in a remote cluster
  3020. 2020-11-23T12:49:51.9431875Z should resolve the local service
  3021. 2020-11-23T12:49:51.9433016Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/service_discovery.go:33
  3022. 2020-11-23T12:49:51.9433982Z STEP: Creating namespace objects with basename "discovery"
  3023. 2020-11-23T12:49:51.9565000Z STEP: Generated namespace "e2e-tests-discovery-wb58m" in cluster "cluster1" to execute the tests in
  3024. 2020-11-23T12:49:51.9568150Z STEP: Creating namespace "e2e-tests-discovery-wb58m" in cluster "cluster2"
  3025. 2020-11-23T12:49:51.9618943Z STEP: Creating an Nginx Deployment on "cluster1"
  3026. 2020-11-23T12:49:57.0566769Z STEP: Creating a Nginx Service on "cluster1"
  3027. 2020-11-23T12:49:57.0819484Z STEP: Creating an Nginx Deployment on "cluster2"
  3028. 2020-11-23T12:50:02.1137600Z STEP: Creating a Nginx Service on "cluster2"
  3029. 2020-11-23T12:50:02.1200271Z STEP: Creating serviceExport nginx-demo.e2e-tests-discovery-wb58m on "cluster2"
  3030. 2020-11-23T12:50:02.1463207Z STEP: Retrieving ServiceExport nginx-demo.e2e-tests-discovery-wb58m on "cluster2"
  3031. 2020-11-23T12:50:07.1832676Z STEP: Creating a Netshoot Deployment on "cluster1"
  3032. 2020-11-23T12:50:12.1948541Z Nov 23 12:50:12.193: INFO: ExecWithOptions {Command:[cat /etc/resolv.conf] Namespace:e2e-tests-discovery-wb58m PodName:netshootm5fbg-6757486d56-npc5k ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3033. 2020-11-23T12:50:12.2772363Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wb58m.svc.cluster1.local" to verify IP "100.1.197.243" for service "nginx-demo" "is" discoverable
  3034. 2020-11-23T12:50:12.2776057Z Nov 23 12:50:12.276: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wb58m.svc.cluster1.local] Namespace:e2e-tests-discovery-wb58m PodName:netshootm5fbg-6757486d56-npc5k ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3035. 2020-11-23T12:50:12.3813793Z STEP: Validating that dig result is "100.1.197.243"
  3036. 2020-11-23T12:50:12.3814717Z STEP: Deleting service "nginx-demo" on "cluster1"
  3037. 2020-11-23T12:50:12.4205821Z STEP: Retrieving service nginx-demo.e2e-tests-discovery-wb58m on "cluster2"
  3038. 2020-11-23T12:50:12.4239621Z STEP: Retrieving ServiceImport for nginx-demo-e2e-tests-discovery-wb58m- on "cluster1"
  3039. 2020-11-23T12:50:12.4309926Z STEP: Retrieving EndpointSlices for nginx-demo on "cluster1"
  3040. 2020-11-23T12:50:12.4362949Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wb58m.svc.clusterset.local" to verify IP "100.2.27.13" for service "nginx-demo" "is" discoverable
  3041. 2020-11-23T12:50:12.4368559Z Nov 23 12:50:12.435: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wb58m.svc.clusterset.local] Namespace:e2e-tests-discovery-wb58m PodName:netshootm5fbg-6757486d56-npc5k ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3042. 2020-11-23T12:50:12.6744359Z STEP: Validating that dig result is "100.2.27.13"
  3043. 2020-11-23T12:50:12.6745545Z STEP: Deleting serviceExport nginx-demo.e2e-tests-discovery-wb58m on "cluster2"
  3044. 2020-11-23T12:50:17.7157569Z STEP: Deleting service "nginx-demo" on "cluster2"
  3045. 2020-11-23T12:50:17.7776858Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wb58m.svc.clusterset.local" to verify IP "100.2.27.13" for service "nginx-demo" "is not" discoverable
  3046. 2020-11-23T12:50:17.7786024Z Nov 23 12:50:17.777: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wb58m.svc.clusterset.local] Namespace:e2e-tests-discovery-wb58m PodName:netshootm5fbg-6757486d56-npc5k ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3047. 2020-11-23T12:50:17.9219347Z STEP: Validating that dig result is not ""
  3048. 2020-11-23T12:50:17.9229993Z STEP: Deleting namespace "e2e-tests-discovery-wb58m" on cluster "cluster1"
  3049. 2020-11-23T12:50:17.9408153Z STEP: Deleting namespace "e2e-tests-discovery-wb58m" on cluster "cluster2"
  3050. 2020-11-23T12:50:17.9492933Z •
  3051. 2020-11-23T12:50:17.9498046Z ------------------------------
  3052. 2020-11-23T12:50:17.9506154Z STEP: Creating namespace objects with basename "discovery"
  3053. 2020-11-23T12:50:17.9507288Z STEP: Generated namespace "e2e-tests-discovery-wb58m" in cluster "cluster1" to execute the tests in
  3054. 2020-11-23T12:50:17.9508658Z STEP: Creating namespace "e2e-tests-discovery-wb58m" in cluster "cluster2"
  3055. 2020-11-23T12:50:17.9509630Z STEP: Creating an Nginx Deployment on "cluster1"
  3056. 2020-11-23T12:50:17.9510338Z STEP: Creating a Nginx Service on "cluster1"
  3057. 2020-11-23T12:50:17.9511073Z STEP: Creating an Nginx Deployment on "cluster2"
  3058. 2020-11-23T12:50:17.9511768Z STEP: Creating a Nginx Service on "cluster2"
  3059. 2020-11-23T12:50:17.9512822Z STEP: Creating serviceExport nginx-demo.e2e-tests-discovery-wb58m on "cluster2"
  3060. 2020-11-23T12:50:17.9514344Z STEP: Retrieving ServiceExport nginx-demo.e2e-tests-discovery-wb58m on "cluster2"
  3061. 2020-11-23T12:50:17.9515633Z STEP: Creating a Netshoot Deployment on "cluster1"
  3062. 2020-11-23T12:50:17.9518301Z Nov 23 12:50:12.193: INFO: ExecWithOptions {Command:[cat /etc/resolv.conf] Namespace:e2e-tests-discovery-wb58m PodName:netshootm5fbg-6757486d56-npc5k ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3063. 2020-11-23T12:50:17.9521421Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wb58m.svc.cluster1.local" to verify IP "100.1.197.243" for service "nginx-demo" "is" discoverable
  3064. 2020-11-23T12:50:17.9524632Z Nov 23 12:50:12.276: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wb58m.svc.cluster1.local] Namespace:e2e-tests-discovery-wb58m PodName:netshootm5fbg-6757486d56-npc5k ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3065. 2020-11-23T12:50:17.9527485Z STEP: Validating that dig result is "100.1.197.243"
  3066. 2020-11-23T12:50:17.9528707Z STEP: Deleting service "nginx-demo" on "cluster1"
  3067. 2020-11-23T12:50:17.9530304Z STEP: Retrieving service nginx-demo.e2e-tests-discovery-wb58m on "cluster2"
  3068. 2020-11-23T12:50:17.9531693Z STEP: Retrieving ServiceImport for nginx-demo-e2e-tests-discovery-wb58m- on "cluster1"
  3069. 2020-11-23T12:50:17.9532864Z STEP: Retrieving EndpointSlices for nginx-demo on "cluster1"
  3070. 2020-11-23T12:50:17.9534770Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wb58m.svc.clusterset.local" to verify IP "100.2.27.13" for service "nginx-demo" "is" discoverable
  3071. 2020-11-23T12:50:17.9538328Z Nov 23 12:50:12.435: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wb58m.svc.clusterset.local] Namespace:e2e-tests-discovery-wb58m PodName:netshootm5fbg-6757486d56-npc5k ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3072. 2020-11-23T12:50:17.9540539Z STEP: Validating that dig result is "100.2.27.13"
  3073. 2020-11-23T12:50:17.9541581Z STEP: Deleting serviceExport nginx-demo.e2e-tests-discovery-wb58m on "cluster2"
  3074. 2020-11-23T12:50:17.9542634Z STEP: Deleting service "nginx-demo" on "cluster2"
  3075. 2020-11-23T12:50:17.9544254Z STEP: Executing "dig +short nginx-demo.e2e-tests-discovery-wb58m.svc.clusterset.local" to verify IP "100.2.27.13" for service "nginx-demo" "is not" discoverable
  3076. 2020-11-23T12:50:17.9547468Z Nov 23 12:50:17.777: INFO: ExecWithOptions {Command:[dig +short nginx-demo.e2e-tests-discovery-wb58m.svc.clusterset.local] Namespace:e2e-tests-discovery-wb58m PodName:netshootm5fbg-6757486d56-npc5k ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3077. 2020-11-23T12:50:17.9571515Z STEP: Validating that dig result is not ""
  3078. 2020-11-23T12:50:17.9572608Z STEP: Deleting namespace "e2e-tests-discovery-wb58m" on cluster "cluster1"
  3079. 2020-11-23T12:50:17.9573707Z STEP: Deleting namespace "e2e-tests-discovery-wb58m" on cluster "cluster2"
  3080. 2020-11-23T12:50:17.9574215Z
  3081. 2020-11-23T12:50:17.9574581Z
  3082. 2020-11-23T12:50:17.9576143Z [discovery] Test Headless Service Discovery Across Clusters when a pod tries to resolve a headless service in a remote cluster
  3083. 2020-11-23T12:50:17.9577172Z should resolve the backing pod IPs from the remote cluster
  3084. 2020-11-23T12:50:17.9579353Z /go/src/github.com/submariner-io/lighthouse/test/e2e/discovery/headless_services.go:17
  3085. 2020-11-23T12:50:17.9580579Z STEP: Creating namespace objects with basename "discovery"
  3086. 2020-11-23T12:50:17.9647274Z STEP: Generated namespace "e2e-tests-discovery-7fl6q" in cluster "cluster1" to execute the tests in
  3087. 2020-11-23T12:50:17.9653201Z STEP: Creating namespace "e2e-tests-discovery-7fl6q" in cluster "cluster2"
  3088. 2020-11-23T12:50:17.9859557Z STEP: Creating an Nginx Deployment on on "cluster2"
  3089. 2020-11-23T12:50:23.0804223Z STEP: Creating a Nginx Headless Service on "cluster2"
  3090. 2020-11-23T12:50:23.0997026Z STEP: Creating serviceExport nginx-headless.e2e-tests-discovery-7fl6q on "cluster2"
  3091. 2020-11-23T12:50:23.1471776Z STEP: Retrieving ServiceExport nginx-headless.e2e-tests-discovery-7fl6q on "cluster2"
  3092. 2020-11-23T12:50:28.1685677Z STEP: Creating a Netshoot Deployment on "cluster1"
  3093. 2020-11-23T12:50:33.1834026Z STEP: Retrieving Endpoints for nginx-headless on "cluster2"
  3094. 2020-11-23T12:50:33.1856289Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-7fl6q.svc.clusterset.local" to verify IPs [10.2.0.6] for service "nginx-headless" "are" discoverable
  3095. 2020-11-23T12:50:33.1866510Z Nov 23 12:50:33.184: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-7fl6q.svc.clusterset.local] Namespace:e2e-tests-discovery-7fl6q PodName:netshoot4mdp2-6757486d56-s4h9l ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3096. 2020-11-23T12:50:33.2646299Z STEP: Validating that dig result are "10.2.0.6"
  3097. 2020-11-23T12:50:33.2650911Z STEP: Deleting serviceExport nginx-headless.e2e-tests-discovery-7fl6q on "cluster2"
  3098. 2020-11-23T12:50:38.2777195Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-7fl6q.svc.clusterset.local" to verify IPs [10.2.0.6] for service "nginx-headless" "are not" discoverable
  3099. 2020-11-23T12:50:38.2785106Z Nov 23 12:50:38.277: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-7fl6q.svc.clusterset.local] Namespace:e2e-tests-discovery-7fl6q PodName:netshoot4mdp2-6757486d56-s4h9l ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3100. 2020-11-23T12:50:38.3640114Z STEP: Validating that dig result are not ""
  3101. 2020-11-23T12:50:38.3646926Z STEP: Deleting namespace "e2e-tests-discovery-7fl6q" on cluster "cluster1"
  3102. 2020-11-23T12:50:38.3704975Z STEP: Deleting namespace "e2e-tests-discovery-7fl6q" on cluster "cluster2"
  3103. 2020-11-23T12:50:38.3798479Z •
  3104. 2020-11-23T12:50:38.3800112Z ------------------------------
  3105. 2020-11-23T12:50:38.3807734Z STEP: Creating namespace objects with basename "discovery"
  3106. 2020-11-23T12:50:38.3809047Z STEP: Generated namespace "e2e-tests-discovery-7fl6q" in cluster "cluster1" to execute the tests in
  3107. 2020-11-23T12:50:38.3821022Z STEP: Creating namespace "e2e-tests-discovery-7fl6q" in cluster "cluster2"
  3108. 2020-11-23T12:50:38.3822382Z STEP: Creating an Nginx Deployment on on "cluster2"
  3109. 2020-11-23T12:50:38.3823516Z STEP: Creating a Nginx Headless Service on "cluster2"
  3110. 2020-11-23T12:50:38.3827109Z STEP: Creating serviceExport nginx-headless.e2e-tests-discovery-7fl6q on "cluster2"
  3111. 2020-11-23T12:50:38.3831634Z STEP: Retrieving ServiceExport nginx-headless.e2e-tests-discovery-7fl6q on "cluster2"
  3112. 2020-11-23T12:50:38.3833026Z STEP: Creating a Netshoot Deployment on "cluster1"
  3113. 2020-11-23T12:50:38.3834204Z STEP: Retrieving Endpoints for nginx-headless on "cluster2"
  3114. 2020-11-23T12:50:38.3836811Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-7fl6q.svc.clusterset.local" to verify IPs [10.2.0.6] for service "nginx-headless" "are" discoverable
  3115. 2020-11-23T12:50:38.3841927Z Nov 23 12:50:33.184: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-7fl6q.svc.clusterset.local] Namespace:e2e-tests-discovery-7fl6q PodName:netshoot4mdp2-6757486d56-s4h9l ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3116. 2020-11-23T12:50:38.3844716Z STEP: Validating that dig result are "10.2.0.6"
  3117. 2020-11-23T12:50:38.3846058Z STEP: Deleting serviceExport nginx-headless.e2e-tests-discovery-7fl6q on "cluster2"
  3118. 2020-11-23T12:50:38.3848642Z STEP: Executing "dig +short nginx-headless.e2e-tests-discovery-7fl6q.svc.clusterset.local" to verify IPs [10.2.0.6] for service "nginx-headless" "are not" discoverable
  3119. 2020-11-23T12:50:38.3853024Z Nov 23 12:50:38.277: INFO: ExecWithOptions {Command:[dig +short nginx-headless.e2e-tests-discovery-7fl6q.svc.clusterset.local] Namespace:e2e-tests-discovery-7fl6q PodName:netshoot4mdp2-6757486d56-s4h9l ContainerName:netshoot Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false}
  3120. 2020-11-23T12:50:38.3879140Z STEP: Validating that dig result are not ""
  3121. 2020-11-23T12:50:38.3880255Z STEP: Deleting namespace "e2e-tests-discovery-7fl6q" on cluster "cluster1"
  3122. 2020-11-23T12:50:38.3881586Z STEP: Deleting namespace "e2e-tests-discovery-7fl6q" on cluster "cluster2"
  3123. 2020-11-23T12:50:38.3882196Z
  3124. 2020-11-23T12:50:38.3882412Z
  3125. 2020-11-23T12:50:38.3883777Z JUnit path was configured: /go/src/github.com/submariner-io/lighthouse/output/e2e-junit.xml
  3126. 2020-11-23T12:50:38.3924301Z
  3127. 2020-11-23T12:50:38.3926230Z JUnit report was created: /go/src/github.com/submariner-io/lighthouse/output/e2e-junit.xml
  3128. 2020-11-23T12:50:38.3927010Z
  3129. 2020-11-23T12:50:38.3927411Z
  3130. 2020-11-23T12:50:38.3928007Z Summarizing 1 Failure:
  3131. 2020-11-23T12:50:38.3928333Z
  3132. 2020-11-23T12:50:38.3929516Z [Fail] [discovery] Test Service Discovery Across Clusters when service export is created before the service [It] should resolve the service 
  3133. 2020-11-23T12:50:38.3931393Z /go/src/github.com/submariner-io/lighthouse/vendor/github.com/submariner-io/shipyard/test/e2e/framework/framework.go:416
  3134. 2020-11-23T12:50:38.3932447Z
  3135. 2020-11-23T12:50:38.3933011Z Ran 11 of 11 Specs in 487.455 seconds
  3136. 2020-11-23T12:50:38.3934085Z FAIL! -- 10 Passed | 1 Failed | 0 Pending | 0 Skipped
  3137. 2020-11-23T12:50:38.3934880Z --- FAIL: TestE2E (487.46s)
  3138. 2020-11-23T12:50:38.3935246Z FAIL
  3139. 2020-11-23T12:50:38.3935821Z exit status 1
  3140. 2020-11-23T12:50:38.3937411Z FAIL github.com/submariner-io/lighthouse/test/e2e 487.484s
  3141. 2020-11-23T12:50:38.4837880Z make: *** [/opt/shipyard/Makefile.inc:54: e2e] Error 1
  3142. 2020-11-23T12:50:38.4917643Z [lighthouse]$ make e2e -- using=operator libreswan
  3143. 2020-11-23T12:50:49.3462667Z time="2020-11-23T12:50:49Z" level=fatal msg="exit status 2"
  3144. 2020-11-23T12:50:49.3473538Z make: *** [e2e] Error 1
  3145. 2020-11-23T12:50:49.3474362Z Makefile.dapper:14: recipe for target 'e2e' failed
  3146. 2020-11-23T12:50:49.3532669Z ##[error]Process completed with exit code 2.
  3147. 2020-11-23T12:50:49.3656371Z ##[group]Run df -h
  3148. 2020-11-23T12:50:49.3657474Z df -h
  3149. 2020-11-23T12:50:49.3658038Z free -h
  3150. 2020-11-23T12:50:49.3658396Z make post-mortem
  3151. 2020-11-23T12:50:49.5564280Z shell: /bin/bash -e {0}
  3152. 2020-11-23T12:50:49.5564688Z ##[endgroup]
  3153. 2020-11-23T12:50:49.5708830Z Filesystem Size Used Avail Use% Mounted on
  3154. 2020-11-23T12:50:49.5709695Z udev 3.4G 0 3.4G 0% /dev
  3155. 2020-11-23T12:50:49.5710425Z tmpfs 693M 1.3M 692M 1% /run
  3156. 2020-11-23T12:50:49.5710851Z /dev/sda1 84G 74G 9.5G 89% /
  3157. 2020-11-23T12:50:49.5711390Z tmpfs 3.4G 217M 3.2G 7% /dev/shm
  3158. 2020-11-23T12:50:49.5711800Z tmpfs 5.0M 0 5.0M 0% /run/lock
  3159. 2020-11-23T12:50:49.5712378Z tmpfs 3.4G 0 3.4G 0% /sys/fs/cgroup
  3160. 2020-11-23T12:50:49.5712977Z /dev/sda15 105M 3.6M 101M 4% /boot/efi
  3161. 2020-11-23T12:50:49.5713419Z /dev/sdb1 14G 4.1G 9.0G 32% /mnt
  3162. 2020-11-23T12:50:49.5766328Z total used free shared buff/cache available
  3163. 2020-11-23T12:50:49.5767175Z Mem: 6.8G 3.7G 295M 294M 2.7G 2.7G
  3164. 2020-11-23T12:50:49.5767994Z Swap: 0B 0B 0B
  3165. 2020-11-23T12:50:49.5817657Z ./.dapper -m bind make post-mortem
  3166. 2020-11-23T12:50:54.3487026Z Sending build context to Docker daemon 71.08MB
  3167. 2020-11-23T12:50:54.3487994Z
  3168. 2020-11-23T12:50:54.3813083Z Step 1/6 : FROM quay.io/submariner/shipyard-dapper-base:dev
  3169. 2020-11-23T12:50:54.3838879Z ---> 9d29d7a1bada
  3170. 2020-11-23T12:50:54.3843127Z Step 2/6 : ENV DAPPER_ENV="REPO TAG QUAY_USERNAME QUAY_PASSWORD GITHUB_SHA BUILD_ARGS CLUSTERS_ARGS DEPLOY_ARGS RELEASE_ARGS" DAPPER_SOURCE=/go/src/github.com/submariner-io/lighthouse DAPPER_DOCKER_SOCKET=true
  3171. 2020-11-23T12:50:54.3867007Z ---> Using cache
  3172. 2020-11-23T12:50:54.3869762Z ---> 64c9c792ac81
  3173. 2020-11-23T12:50:54.3873592Z Step 3/6 : ENV DAPPER_OUTPUT=${DAPPER_SOURCE}/output
  3174. 2020-11-23T12:50:54.3893739Z ---> Using cache
  3175. 2020-11-23T12:50:54.3897229Z ---> 6e8d0378964b
  3176. 2020-11-23T12:50:54.3900428Z Step 4/6 : WORKDIR ${DAPPER_SOURCE}
  3177. 2020-11-23T12:50:54.3921719Z ---> Using cache
  3178. 2020-11-23T12:50:54.3924956Z ---> bd288a1d5cb1
  3179. 2020-11-23T12:50:54.3928410Z Step 5/6 : ENTRYPOINT ["/opt/shipyard/scripts/entry"]
  3180. 2020-11-23T12:50:54.3946174Z ---> Using cache
  3181. 2020-11-23T12:50:54.3948797Z ---> 169c1747960e
  3182. 2020-11-23T12:50:54.3957555Z Step 6/6 : CMD ["sh"]
  3183. 2020-11-23T12:50:54.3985202Z ---> Using cache
  3184. 2020-11-23T12:50:54.3985744Z ---> d14336615525
  3185. 2020-11-23T12:50:54.6537112Z Successfully built d14336615525
  3186. 2020-11-23T12:50:54.6610060Z Successfully tagged shipyard:master
  3187. 2020-11-23T12:50:55.2984432Z [lighthouse]$ trap chown -R 1001:116 . exit
  3188. 2020-11-23T12:50:55.2986242Z [lighthouse]$ mkdir -p bin dist output
  3189. 2020-11-23T12:50:55.3083006Z [lighthouse]$ make post-mortem
  3190. 2020-11-23T12:50:55.3743892Z fatal: No names found, cannot describe anything.
  3191. 2020-11-23T12:50:55.3874448Z Makefile:40: warning: overriding recipe for target 'deploy'
  3192. 2020-11-23T12:50:55.3875866Z /opt/shipyard/Makefile.inc:50: warning: ignoring old recipe for target 'deploy'
  3193. 2020-11-23T12:50:55.3887306Z /opt/shipyard/scripts/post_mortem.sh
  3194. 2020-11-23T12:50:55.3949701Z [lighthouse]$ source /opt/shipyard/scripts/lib/utils
  3195. 2020-11-23T12:50:55.3965320Z [lighthouse]$ . /opt/shipyard/scripts/lib/source_only
  3196. 2020-11-23T12:50:55.3980849Z [lighthouse]$ script_name=utils
  3197. 2020-11-23T12:50:55.3993968Z [lighthouse]$ exec_name=post_mortem.sh
  3198. 2020-11-23T12:50:55.4018737Z [lighthouse]$ declare_kubeconfig
  3199. 2020-11-23T12:50:55.4029082Z [lighthouse]$ declare_kubeconfig
  3200. 2020-11-23T12:50:55.4042763Z [lighthouse]$ source /opt/shipyard/scripts/lib/kubecfg
  3201. 2020-11-23T12:50:55.4054539Z [lighthouse]$ export KUBECONFIG
  3202. 2020-11-23T12:50:55.4089340Z [lighthouse]$ KUBECONFIG=/go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster2:/go/src/github.com/submariner-io/lighthouse/output/kubeconfigs/kind-config-cluster1:
  3203. 2020-11-23T12:50:55.4110853Z [lighthouse]$ find /go/src/github.com/submariner-io/lighthouse/output/kubeconfigs -type f -printf %p:
  3204. 2020-11-23T12:50:55.4184072Z [lighthouse]$ kind get clusters
  3205. 2020-11-23T12:50:55.8728777Z [lighthouse]$ run_sequential cluster1 cluster2 post_analyze
  3206. 2020-11-23T12:50:55.8754323Z [lighthouse]$ run_sequential cluster1 cluster2 post_analyze
  3207. 2020-11-23T12:50:55.8763682Z [lighthouse]$ local cmnd=post_analyze
  3208. 2020-11-23T12:50:55.8781690Z [lighthouse]$ eval echo cluster1 cluster2
  3209. 2020-11-23T12:50:55.8801275Z [lighthouse]$ [cluster1] post_analyze
  3210. 2020-11-23T12:50:55.8821075Z [lighthouse]$ [cluster1] sed s/^/[cluster1] /
  3211. 2020-11-23T12:50:55.8829519Z [lighthouse]$ [cluster1] post_analyze
  3212. 2020-11-23T12:50:55.8846116Z [lighthouse]$ [cluster1] kubectl get all --all-namespaces
  3213. 2020-11-23T12:50:55.8860086Z [lighthouse]$ [cluster1] kubectl get all --all-namespaces
  3214. 2020-11-23T12:50:55.8877746Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 get all --all-namespaces
  3215. 2020-11-23T12:50:55.8895069Z [lighthouse]$ [cluster1] kubectl --context=cluster1 get all --all-namespaces
  3216. 2020-11-23T12:50:56.4429971Z [cluster1] ======================= Post mortem cluster1 =======================
  3217. 2020-11-23T12:50:56.4430769Z [cluster1] NAMESPACE NAME READY STATUS RESTARTS AGE
  3218. 2020-11-23T12:50:56.4432881Z [cluster1] e2e-tests-discovery-7fl6q pod/netshoot4mdp2-6757486d56-s4h9l 1/1 Terminating 0 28s
  3219. 2020-11-23T12:50:56.4435403Z [cluster1] e2e-tests-discovery-wb58m pod/netshootm5fbg-6757486d56-npc5k 0/1 Terminating 0 49s
  3220. 2020-11-23T12:50:56.4437163Z [cluster1] kube-system pod/coredns-6955765f44-tn9x4 1/1 Running 0 14m
  3221. 2020-11-23T12:50:56.4438288Z [cluster1] kube-system pod/coredns-6955765f44-v654x 1/1 Running 0 14m
  3222. 2020-11-23T12:50:56.4439516Z [cluster1] kube-system pod/etcd-cluster1-control-plane 1/1 Running 0 14m
  3223. 2020-11-23T12:50:56.4440964Z [cluster1] kube-system pod/kube-apiserver-cluster1-control-plane 1/1 Running 0 14m
  3224. 2020-11-23T12:50:56.4444358Z [cluster1] kube-system pod/kube-controller-manager-cluster1-control-plane 1/1 Running 0 14m
  3225. 2020-11-23T12:50:56.4447347Z [cluster1] kube-system pod/kube-proxy-cnjpg 1/1 Running 0 13m
  3226. 2020-11-23T12:50:56.4448995Z [cluster1] kube-system pod/kube-proxy-fn4xh 1/1 Running 0 14m
  3227. 2020-11-23T12:50:56.4454342Z [cluster1] kube-system pod/kube-proxy-gmrtg 1/1 Running 0 13m
  3228. 2020-11-23T12:50:56.4457061Z [cluster1] kube-system pod/kube-scheduler-cluster1-control-plane 1/1 Running 0 14m
  3229. 2020-11-23T12:50:56.4458525Z [cluster1] kube-system pod/weave-net-28z4m 2/2 Running 0 13m
  3230. 2020-11-23T12:50:56.4459640Z [cluster1] kube-system pod/weave-net-7wx6q 2/2 Running 0 13m
  3231. 2020-11-23T12:50:56.4460721Z [cluster1] kube-system pod/weave-net-zfnn8 2/2 Running 0 13m
  3232. 2020-11-23T12:50:56.4462155Z [cluster1] local-path-storage pod/local-path-provisioner-7745554f7f-mnswm 1/1 Running 0 14m
  3233. 2020-11-23T12:50:56.4463777Z [cluster1] submariner-operator pod/submariner-gateway-rvgtl 1/1 Running 0 11m
  3234. 2020-11-23T12:50:56.4465791Z [cluster1] submariner-operator pod/submariner-lighthouse-agent-ddbc4f5f-gmssw 1/1 Running 0 11m
  3235. 2020-11-23T12:50:56.4467918Z [cluster1] submariner-operator pod/submariner-lighthouse-coredns-557485fbc-554mr 1/1 Running 0 11m
  3236. 2020-11-23T12:50:56.4470004Z [cluster1] submariner-operator pod/submariner-lighthouse-coredns-557485fbc-pqzvt 1/1 Running 0 11m
  3237. 2020-11-23T12:50:56.4472182Z [cluster1] submariner-operator pod/submariner-operator-6675977db7-9m7fn 1/1 Running 0 11m
  3238. 2020-11-23T12:50:56.4473776Z [cluster1] submariner-operator pod/submariner-routeagent-dfqbf 1/1 Running 0 11m
  3239. 2020-11-23T12:50:56.4475267Z [cluster1] submariner-operator pod/submariner-routeagent-k8q9h 1/1 Running 0 11m
  3240. 2020-11-23T12:50:56.4476946Z [cluster1] submariner-operator pod/submariner-routeagent-s5q5c 1/1 Running 0 11m
  3241. 2020-11-23T12:50:56.4477722Z [cluster1]
  3242. 2020-11-23T12:50:56.4478600Z [cluster1] NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
  3243. 2020-11-23T12:50:56.4479454Z [cluster1] default service/kubernetes ClusterIP 100.1.0.1 <none> 443/TCP 14m
  3244. 2020-11-23T12:50:56.4480608Z [cluster1] kube-system service/kube-dns ClusterIP 100.1.0.10 <none> 53/UDP,53/TCP,9153/TCP 14m
  3245. 2020-11-23T12:50:56.4482072Z [cluster1] submariner-operator service/submariner-lighthouse-coredns ClusterIP 100.1.69.173 <none> 53/UDP 11m
  3246. 2020-11-23T12:50:56.4483750Z [cluster1] submariner-operator service/submariner-operator-metrics ClusterIP 100.1.224.255 <none> 8383/TCP,8686/TCP 11m
  3247. 2020-11-23T12:50:56.4484610Z [cluster1]
  3248. 2020-11-23T12:50:56.4485563Z [cluster1] NAMESPACE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
  3249. 2020-11-23T12:50:56.4570279Z [lighthouse]$ [cluster1] kubectl get pods -A
  3250. 2020-11-23T12:50:56.4585324Z [lighthouse]$ [cluster1] kubectl get pods -A
  3251. 2020-11-23T12:50:56.4591551Z [lighthouse]$ [cluster1] tail -n +2
  3252. 2020-11-23T12:50:56.4601006Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 get pods -A
  3253. 2020-11-23T12:50:56.4630972Z [lighthouse]$ [cluster1] grep -v Running
  3254. 2020-11-23T12:50:56.4635036Z [lighthouse]$ [cluster1] kubectl --context=cluster1 get pods -A
  3255. 2020-11-23T12:50:56.4708552Z [lighthouse]$ [cluster1] sed s/ */;/g
  3256. 2020-11-23T12:50:56.7890692Z [lighthouse]$ [cluster1] ns=e2e-tests-discovery-7fl6q
  3257. 2020-11-23T12:50:56.7924613Z [lighthouse]$ [cluster1] cut -f1 -d;
  3258. 2020-11-23T12:50:56.8038626Z [lighthouse]$ [cluster1] name=netshoot4mdp2-6757486d56-s4h9l
  3259. 2020-11-23T12:50:56.8058321Z [lighthouse]$ [cluster1] cut -f2 -d;
  3260. 2020-11-23T12:50:56.8095322Z [lighthouse]$ [cluster1] kubectl -n e2e-tests-discovery-7fl6q describe pod netshoot4mdp2-6757486d56-s4h9l
  3261. 2020-11-23T12:50:56.8120729Z [lighthouse]$ [cluster1] kubectl -n e2e-tests-discovery-7fl6q describe pod netshoot4mdp2-6757486d56-s4h9l
  3262. 2020-11-23T12:50:56.8136434Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n e2e-tests-discovery-7fl6q describe pod netshoot4mdp2-6757486d56-s4h9l
  3263. 2020-11-23T12:50:56.8150587Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n e2e-tests-discovery-7fl6q describe pod netshoot4mdp2-6757486d56-s4h9l
  3264. 2020-11-23T12:50:57.1341125Z [cluster1] kube-system daemonset.apps/kube-proxy 3 3 3 3 3 beta.kubernetes.io/os=linux 14m
  3265. 2020-11-23T12:50:57.1342587Z [cluster1] kube-system daemonset.apps/weave-net 3 3 3 3 3 <none> 13m
  3266. 2020-11-23T12:50:57.1344750Z [cluster1] submariner-operator daemonset.apps/submariner-gateway 1 1 1 1 1 submariner.io/gateway=true 11m
  3267. 2020-11-23T12:50:57.1346523Z [cluster1] submariner-operator daemonset.apps/submariner-routeagent 3 3 3 3 3 <none> 11m
  3268. 2020-11-23T12:50:57.1347880Z [cluster1]
  3269. 2020-11-23T12:50:57.1349570Z [cluster1] NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE
  3270. 2020-11-23T12:50:57.1350813Z [cluster1] kube-system deployment.apps/coredns 2/2 2 2 14m
  3271. 2020-11-23T12:50:57.1352465Z [cluster1] local-path-storage deployment.apps/local-path-provisioner 1/1 1 1 14m
  3272. 2020-11-23T12:50:57.1353995Z [cluster1] submariner-operator deployment.apps/submariner-lighthouse-agent 1/1 1 1 11m
  3273. 2020-11-23T12:50:57.1355894Z [cluster1] submariner-operator deployment.apps/submariner-lighthouse-coredns 2/2 2 2 11m
  3274. 2020-11-23T12:50:57.1358320Z [cluster1] submariner-operator deployment.apps/submariner-operator 1/1 1 1 11m
  3275. 2020-11-23T12:50:57.1359226Z [cluster1]
  3276. 2020-11-23T12:50:57.1359958Z [cluster1] NAMESPACE NAME DESIRED CURRENT READY AGE
  3277. 2020-11-23T12:50:57.1361522Z [cluster1] kube-system replicaset.apps/coredns-6955765f44 2 2 2 14m
  3278. 2020-11-23T12:50:57.1363886Z [cluster1] local-path-storage replicaset.apps/local-path-provisioner-7745554f7f 1 1 1 14m
  3279. 2020-11-23T12:50:57.1366788Z [cluster1] submariner-operator replicaset.apps/submariner-lighthouse-agent-ddbc4f5f 1 1 1 11m
  3280. 2020-11-23T12:50:57.1368739Z [cluster1] submariner-operator replicaset.apps/submariner-lighthouse-coredns-557485fbc 2 2 2 11m
  3281. 2020-11-23T12:50:57.1370353Z [cluster1] submariner-operator replicaset.apps/submariner-operator-6675977db7 1 1 1 11m
  3282. 2020-11-23T12:50:57.1371915Z [cluster1] ======================= netshoot4mdp2-6757486d56-s4h9l - e2e-tests-discovery-7fl6q ============================
  3283. 2020-11-23T12:50:57.1373222Z [cluster1] Name: netshoot4mdp2-6757486d56-s4h9l
  3284. 2020-11-23T12:50:57.1374423Z [cluster1] Namespace: e2e-tests-discovery-7fl6q
  3285. 2020-11-23T12:50:57.1376053Z [cluster1] Priority: 0
  3286. 2020-11-23T12:50:57.1377257Z [cluster1] Node: cluster1-worker/172.17.0.8
  3287. 2020-11-23T12:50:57.1378417Z [cluster1] Start Time: Mon, 23 Nov 2020 12:50:28 +0000
  3288. 2020-11-23T12:50:57.1378925Z [cluster1] Labels: app=netshoot
  3289. 2020-11-23T12:50:57.1379679Z [cluster1] pod-template-hash=6757486d56
  3290. 2020-11-23T12:50:57.1380235Z [cluster1] Annotations: <none>
  3291. 2020-11-23T12:50:57.1380768Z [cluster1] Status: Terminating (lasts <invalid>)
  3292. 2020-11-23T12:50:57.1381334Z [cluster1] Termination Grace Period: 30s
  3293. 2020-11-23T12:50:57.1382149Z [cluster1] IP: 10.1.192.4
  3294. 2020-11-23T12:50:57.1382529Z [cluster1] IPs:
  3295. 2020-11-23T12:50:57.1382904Z [cluster1] IP: 10.1.192.4
  3296. 2020-11-23T12:50:57.1383969Z [cluster1] Controlled By: ReplicaSet/netshoot4mdp2-6757486d56
  3297. 2020-11-23T12:50:57.1384642Z [cluster1] Containers:
  3298. 2020-11-23T12:50:57.1385066Z [cluster1] netshoot:
  3299. 2020-11-23T12:50:57.1386892Z [cluster1] Container ID: containerd://e4463a552cf0326332fa4cb9fc35eae53a2581af522a37214ca0e8e3d2e8cb03
  3300. 2020-11-23T12:50:57.1388446Z [cluster1] Image: quay.io/submariner/nettest
  3301. 2020-11-23T12:50:57.1389649Z [cluster1] Image ID: quay.io/submariner/nettest@sha256:63f21b9d8065d60870c2bca980dbc4dc6358edf669661576b8cbee39e3024a2d
  3302. 2020-11-23T12:50:57.1393012Z [cluster1] Port: <none>
  3303. 2020-11-23T12:50:57.1393452Z [cluster1] Host Port: <none>
  3304. 2020-11-23T12:50:57.1393866Z [cluster1] Command:
  3305. 2020-11-23T12:50:57.1394234Z [cluster1] sleep
  3306. 2020-11-23T12:50:57.1394594Z [cluster1] 600
  3307. 2020-11-23T12:50:57.1394965Z [cluster1] State: Running
  3308. 2020-11-23T12:50:57.1395525Z [cluster1] Started: Mon, 23 Nov 2020 12:50:29 +0000
  3309. 2020-11-23T12:50:57.1395950Z [cluster1] Ready: True
  3310. 2020-11-23T12:50:57.1396353Z [cluster1] Restart Count: 0
  3311. 2020-11-23T12:50:57.1396808Z [cluster1] Environment: <none>
  3312. 2020-11-23T12:50:57.1397217Z [cluster1] Mounts:
  3313. 2020-11-23T12:50:57.1398445Z [cluster1] /var/run/secrets/kubernetes.io/serviceaccount from default-token-mw94v (ro)
  3314. 2020-11-23T12:50:57.1400983Z [cluster1] Conditions:
  3315. 2020-11-23T12:50:57.1401602Z [cluster1] Type Status
  3316. 2020-11-23T12:50:57.1402041Z [cluster1] Initialized True
  3317. 2020-11-23T12:50:57.1402482Z [cluster1] Ready True
  3318. 2020-11-23T12:50:57.1402962Z [cluster1] ContainersReady True
  3319. 2020-11-23T12:50:57.1403463Z [cluster1] PodScheduled True
  3320. 2020-11-23T12:50:57.1403906Z [cluster1] Volumes:
  3321. 2020-11-23T12:50:57.1404635Z [cluster1] default-token-mw94v:
  3322. 2020-11-23T12:50:57.1406491Z [lighthouse]$ [cluster1] kubectl -n e2e-tests-discovery-7fl6q logs netshoot4mdp2-6757486d56-s4h9l
  3323. 2020-11-23T12:50:57.1408260Z [lighthouse]$ [cluster1] kubectl -n e2e-tests-discovery-7fl6q logs netshoot4mdp2-6757486d56-s4h9l
  3324. 2020-11-23T12:50:57.1444801Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n e2e-tests-discovery-7fl6q logs netshoot4mdp2-6757486d56-s4h9l
  3325. 2020-11-23T12:50:57.1459437Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n e2e-tests-discovery-7fl6q logs netshoot4mdp2-6757486d56-s4h9l
  3326. 2020-11-23T12:50:57.4712027Z [lighthouse]$ [cluster1] ns=e2e-tests-discovery-wb58m
  3327. 2020-11-23T12:50:57.4732908Z [lighthouse]$ [cluster1] cut -f1 -d;
  3328. 2020-11-23T12:50:57.4784735Z [lighthouse]$ [cluster1] name=netshootm5fbg-6757486d56-npc5k
  3329. 2020-11-23T12:50:57.4803556Z [lighthouse]$ [cluster1] cut -f2 -d;
  3330. 2020-11-23T12:50:57.4834760Z [lighthouse]$ [cluster1] kubectl -n e2e-tests-discovery-wb58m describe pod netshootm5fbg-6757486d56-npc5k
  3331. 2020-11-23T12:50:57.4847421Z [lighthouse]$ [cluster1] kubectl -n e2e-tests-discovery-wb58m describe pod netshootm5fbg-6757486d56-npc5k
  3332. 2020-11-23T12:50:57.4859814Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n e2e-tests-discovery-wb58m describe pod netshootm5fbg-6757486d56-npc5k
  3333. 2020-11-23T12:50:57.4875042Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n e2e-tests-discovery-wb58m describe pod netshootm5fbg-6757486d56-npc5k
  3334. 2020-11-23T12:50:57.8149256Z [lighthouse]$ [cluster1] kubectl -n e2e-tests-discovery-wb58m logs netshootm5fbg-6757486d56-npc5k
  3335. 2020-11-23T12:50:57.8157838Z [lighthouse]$ [cluster1] kubectl -n e2e-tests-discovery-wb58m logs netshootm5fbg-6757486d56-npc5k
  3336. 2020-11-23T12:50:57.8169116Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n e2e-tests-discovery-wb58m logs netshootm5fbg-6757486d56-npc5k
  3337. 2020-11-23T12:50:57.8248914Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n e2e-tests-discovery-wb58m logs netshootm5fbg-6757486d56-npc5k
  3338. 2020-11-23T12:50:58.1230660Z Error from server (BadRequest): container "netshoot" in pod "netshootm5fbg-6757486d56-npc5k" is waiting to start: ContainerCreating
  3339. 2020-11-23T12:50:58.1288547Z [lighthouse]$ [cluster1] namespace=kube-system
  3340. 2020-11-23T12:50:58.1313864Z [lighthouse]$ [cluster1] kubectl get pods --selector=k8s-app=kube-proxy -n kube-system -o jsonpath={.items[*].metadata.name}
  3341. 2020-11-23T12:50:58.1328519Z [lighthouse]$ [cluster1] kubectl get pods --selector=k8s-app=kube-proxy -n kube-system -o jsonpath={.items[*].metadata.name}
  3342. 2020-11-23T12:50:58.1347436Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 get pods --selector=k8s-app=kube-proxy -n kube-system -o jsonpath={.items[*].metadata.name}
  3343. 2020-11-23T12:50:58.1364679Z [lighthouse]$ [cluster1] kubectl --context=cluster1 get pods --selector=k8s-app=kube-proxy -n kube-system -o jsonpath={.items[*].metadata.name}
  3344. 2020-11-23T12:50:58.4472561Z [lighthouse]$ [cluster1] kubectl -n kube-system logs kube-proxy-cnjpg
  3345. 2020-11-23T12:50:58.4479393Z [lighthouse]$ [cluster1] kubectl -n kube-system logs kube-proxy-cnjpg
  3346. 2020-11-23T12:50:58.4494137Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n kube-system logs kube-proxy-cnjpg
  3347. 2020-11-23T12:50:58.4508666Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n kube-system logs kube-proxy-cnjpg
  3348. 2020-11-23T12:50:58.7684895Z [cluster1] Type: Secret (a volume populated by a Secret)
  3349. 2020-11-23T12:50:58.7686364Z [cluster1] SecretName: default-token-mw94v
  3350. 2020-11-23T12:50:58.7686887Z [cluster1] Optional: false
  3351. 2020-11-23T12:50:58.7687348Z [cluster1] QoS Class: BestEffort
  3352. 2020-11-23T12:50:58.7688152Z [cluster1] Node-Selectors: <none>
  3353. 2020-11-23T12:50:58.7689561Z [cluster1] Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
  3354. 2020-11-23T12:50:58.7690402Z [cluster1] node.kubernetes.io/unreachable:NoExecute for 300s
  3355. 2020-11-23T12:50:58.7691035Z [cluster1] Events: <none>
  3356. 2020-11-23T12:50:58.7692376Z [cluster1] ===================== END netshoot4mdp2-6757486d56-s4h9l - e2e-tests-discovery-7fl6q ==========================
  3357. 2020-11-23T12:50:58.7693697Z [cluster1] ======================= netshootm5fbg-6757486d56-npc5k - e2e-tests-discovery-wb58m ============================
  3358. 2020-11-23T12:50:58.7695007Z [cluster1] Name: netshootm5fbg-6757486d56-npc5k
  3359. 2020-11-23T12:50:58.7696522Z [cluster1] Namespace: e2e-tests-discovery-wb58m
  3360. 2020-11-23T12:50:58.7697115Z [cluster1] Priority: 0
  3361. 2020-11-23T12:50:58.7697779Z [cluster1] Node: cluster1-worker/172.17.0.8
  3362. 2020-11-23T12:50:58.7698306Z [cluster1] Start Time: Mon, 23 Nov 2020 12:50:07 +0000
  3363. 2020-11-23T12:50:58.7698767Z [cluster1] Labels: app=netshoot
  3364. 2020-11-23T12:50:58.7699465Z [cluster1] pod-template-hash=6757486d56
  3365. 2020-11-23T12:50:58.7700139Z [cluster1] Annotations: <none>
  3366. 2020-11-23T12:50:58.7700635Z [cluster1] Status: Terminating (lasts 4s)
  3367. 2020-11-23T12:50:58.7701127Z [cluster1] Termination Grace Period: 30s
  3368. 2020-11-23T12:50:58.7701548Z [cluster1] IP: 10.1.192.3
  3369. 2020-11-23T12:50:58.7701904Z [cluster1] IPs:
  3370. 2020-11-23T12:50:58.7702228Z [cluster1] IP: 10.1.192.3
  3371. 2020-11-23T12:50:58.7702976Z [cluster1] Controlled By: ReplicaSet/netshootm5fbg-6757486d56
  3372. 2020-11-23T12:50:58.7703546Z [cluster1] Containers:
  3373. 2020-11-23T12:50:58.7703932Z [cluster1] netshoot:
  3374. 2020-11-23T12:50:58.7704306Z [cluster1] Container ID:
  3375. 2020-11-23T12:50:58.7704773Z [cluster1] Image: quay.io/submariner/nettest
  3376. 2020-11-23T12:50:58.7705231Z [cluster1] Image ID:
  3377. 2020-11-23T12:50:58.7705595Z [cluster1] Port: <none>
  3378. 2020-11-23T12:50:58.7706853Z [cluster1] Host Port: <none>
  3379. 2020-11-23T12:50:58.7707313Z [cluster1] Command:
  3380. 2020-11-23T12:50:58.7707748Z [cluster1] sleep
  3381. 2020-11-23T12:50:58.7708145Z [cluster1] 600
  3382. 2020-11-23T12:50:58.7708565Z [cluster1] State: Waiting
  3383. 2020-11-23T12:50:58.7709148Z [cluster1] Reason: ContainerCreating
  3384. 2020-11-23T12:50:58.7709883Z [cluster1] Ready: False
  3385. 2020-11-23T12:50:58.7710664Z [cluster1] Restart Count: 0
  3386. 2020-11-23T12:50:58.7711231Z [cluster1] Environment: <none>
  3387. 2020-11-23T12:50:58.7711645Z [cluster1] Mounts:
  3388. 2020-11-23T12:50:58.7712572Z [cluster1] /var/run/secrets/kubernetes.io/serviceaccount from default-token-5frtv (ro)
  3389. 2020-11-23T12:50:58.7713265Z [cluster1] Conditions:
  3390. 2020-11-23T12:50:58.7713888Z [cluster1] Type Status
  3391. 2020-11-23T12:50:58.7714332Z [cluster1] Initialized True
  3392. 2020-11-23T12:50:58.7714764Z [cluster1] Ready False
  3393. 2020-11-23T12:50:58.7715215Z [cluster1] ContainersReady False
  3394. 2020-11-23T12:50:58.7715718Z [cluster1] PodScheduled True
  3395. 2020-11-23T12:50:58.7716127Z [cluster1] Volumes:
  3396. 2020-11-23T12:50:58.7716787Z [cluster1] default-token-5frtv:
  3397. 2020-11-23T12:50:58.7717524Z [cluster1] Type: Secret (a volume populated by a Secret)
  3398. 2020-11-23T12:50:58.7718324Z [cluster1] SecretName: default-token-5frtv
  3399. 2020-11-23T12:50:58.7718865Z [cluster1] Optional: false
  3400. 2020-11-23T12:50:58.7719293Z [cluster1] QoS Class: BestEffort
  3401. 2020-11-23T12:50:58.7719923Z [cluster1] Node-Selectors: <none>
  3402. 2020-11-23T12:50:58.7720905Z [cluster1] Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
  3403. 2020-11-23T12:50:58.7721680Z [cluster1] node.kubernetes.io/unreachable:NoExecute for 300s
  3404. 2020-11-23T12:50:58.7722232Z [cluster1] Events: <none>
  3405. 2020-11-23T12:50:58.7723182Z [cluster1] ===================== END netshootm5fbg-6757486d56-npc5k - e2e-tests-discovery-wb58m ==========================
  3406. 2020-11-23T12:50:58.7724322Z [cluster1] +++++++++++++++++++++: Logs for Pod kube-proxy-cnjpg in namespace kube-system :++++++++++++++++++++++
  3407. 2020-11-23T12:50:58.7725080Z [cluster1] W1123 12:37:06.801175 1 server_others.go:323] Unknown proxy mode "", assuming iptables proxy
  3408. 2020-11-23T12:50:58.7725832Z [cluster1] I1123 12:37:06.815925 1 node.go:135] Successfully retrieved node IP: 172.17.0.9
  3409. 2020-11-23T12:50:58.7726466Z [cluster1] I1123 12:37:06.815957 1 server_others.go:145] Using iptables Proxier.
  3410. 2020-11-23T12:50:58.7727045Z [cluster1] I1123 12:37:06.821890 1 server.go:571] Version: v1.17.0
  3411. 2020-11-23T12:50:58.7727603Z [cluster1] I1123 12:37:06.822413 1 conntrack.go:52] Setting nf_conntrack_max to 131072
  3412. 2020-11-23T12:50:58.7728611Z [cluster1] I1123 12:37:06.827239 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_established' to 86400
  3413. 2020-11-23T12:50:58.7729684Z [cluster1] I1123 12:37:06.827627 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_close_wait' to 3600
  3414. 2020-11-23T12:50:58.7730453Z [cluster1] I1123 12:37:06.828052 1 config.go:131] Starting endpoints config controller
  3415. 2020-11-23T12:50:58.7731160Z [cluster1] I1123 12:37:06.828092 1 shared_informer.go:197] Waiting for caches to sync for endpoints config
  3416. 2020-11-23T12:50:58.7731871Z [cluster1] I1123 12:37:06.828193 1 config.go:313] Starting service config controller
  3417. 2020-11-23T12:50:58.7732550Z [cluster1] I1123 12:37:06.828199 1 shared_informer.go:197] Waiting for caches to sync for service config
  3418. 2020-11-23T12:50:58.7759090Z [lighthouse]$ [cluster1] kubectl -n kube-system logs kube-proxy-fn4xh
  3419. 2020-11-23T12:50:58.7767356Z [lighthouse]$ [cluster1] kubectl -n kube-system logs kube-proxy-fn4xh
  3420. 2020-11-23T12:50:58.7783540Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n kube-system logs kube-proxy-fn4xh
  3421. 2020-11-23T12:50:58.7799710Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n kube-system logs kube-proxy-fn4xh
  3422. 2020-11-23T12:50:59.1619020Z [lighthouse]$ [cluster1] kubectl -n kube-system logs kube-proxy-gmrtg
  3423. 2020-11-23T12:50:59.1634341Z [lighthouse]$ [cluster1] kubectl -n kube-system logs kube-proxy-gmrtg
  3424. 2020-11-23T12:50:59.1650986Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n kube-system logs kube-proxy-gmrtg
  3425. 2020-11-23T12:50:59.1664415Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n kube-system logs kube-proxy-gmrtg
  3426. 2020-11-23T12:50:59.4911060Z [lighthouse]$ [cluster1] namespace=submariner-operator
  3427. 2020-11-23T12:50:59.4927850Z [lighthouse]$ [cluster1] kubectl get pods --selector=name=submariner-operator -n submariner-operator -o jsonpath={.items[*].metadata.name}
  3428. 2020-11-23T12:50:59.4944568Z [lighthouse]$ [cluster1] kubectl get pods --selector=name=submariner-operator -n submariner-operator -o jsonpath={.items[*].metadata.name}
  3429. 2020-11-23T12:50:59.4957133Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 get pods --selector=name=submariner-operator -n submariner-operator -o jsonpath={.items[*].metadata.name}
  3430. 2020-11-23T12:50:59.4969927Z [lighthouse]$ [cluster1] kubectl --context=cluster1 get pods --selector=name=submariner-operator -n submariner-operator -o jsonpath={.items[*].metadata.name}
  3431. 2020-11-23T12:50:59.7998438Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-operator-6675977db7-9m7fn
  3432. 2020-11-23T12:50:59.8017576Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-operator-6675977db7-9m7fn
  3433. 2020-11-23T12:50:59.8033400Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n submariner-operator logs submariner-operator-6675977db7-9m7fn
  3434. 2020-11-23T12:50:59.8048647Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n submariner-operator logs submariner-operator-6675977db7-9m7fn
  3435. 2020-11-23T12:51:00.1222638Z [cluster1] I1123 12:37:06.929077 1 shared_informer.go:204] Caches are synced for endpoints config
  3436. 2020-11-23T12:51:00.1223415Z [cluster1] I1123 12:37:06.929191 1 shared_informer.go:204] Caches are synced for service config
  3437. 2020-11-23T12:51:00.1225433Z [cluster1] +++++++++++++++++++++: Logs for Pod kube-proxy-fn4xh in namespace kube-system :++++++++++++++++++++++
  3438. 2020-11-23T12:51:00.1226232Z [cluster1] W1123 12:36:41.976528 1 server_others.go:323] Unknown proxy mode "", assuming iptables proxy
  3439. 2020-11-23T12:51:00.1226937Z [cluster1] I1123 12:36:41.986369 1 node.go:135] Successfully retrieved node IP: 172.17.0.7
  3440. 2020-11-23T12:51:00.1227569Z [cluster1] I1123 12:36:41.986402 1 server_others.go:145] Using iptables Proxier.
  3441. 2020-11-23T12:51:00.1228645Z [cluster1] I1123 12:36:41.987095 1 server.go:571] Version: v1.17.0
  3442. 2020-11-23T12:51:00.1229556Z [cluster1] I1123 12:36:41.987755 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_max' to 131072
  3443. 2020-11-23T12:51:00.1230256Z [cluster1] I1123 12:36:41.987884 1 conntrack.go:52] Setting nf_conntrack_max to 131072
  3444. 2020-11-23T12:51:00.1231229Z [cluster1] I1123 12:36:41.989288 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_established' to 86400
  3445. 2020-11-23T12:51:00.1232840Z [cluster1] I1123 12:36:41.989488 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_close_wait' to 3600
  3446. 2020-11-23T12:51:00.1233599Z [cluster1] I1123 12:36:41.991414 1 config.go:313] Starting service config controller
  3447. 2020-11-23T12:51:00.1234374Z [cluster1] I1123 12:36:41.991473 1 shared_informer.go:197] Waiting for caches to sync for service config
  3448. 2020-11-23T12:51:00.1235157Z [cluster1] I1123 12:36:41.994933 1 config.go:131] Starting endpoints config controller
  3449. 2020-11-23T12:51:00.1236193Z [cluster1] I1123 12:36:41.996463 1 shared_informer.go:197] Waiting for caches to sync for endpoints config
  3450. 2020-11-23T12:51:00.1236951Z [cluster1] I1123 12:36:42.096649 1 shared_informer.go:204] Caches are synced for service config
  3451. 2020-11-23T12:51:00.1237654Z [cluster1] I1123 12:36:42.097176 1 shared_informer.go:204] Caches are synced for endpoints config
  3452. 2020-11-23T12:51:00.1238678Z [cluster1] +++++++++++++++++++++: Logs for Pod kube-proxy-gmrtg in namespace kube-system :++++++++++++++++++++++
  3453. 2020-11-23T12:51:00.1239927Z [cluster1] W1123 12:37:06.704693 1 server_others.go:323] Unknown proxy mode "", assuming iptables proxy
  3454. 2020-11-23T12:51:00.1240660Z [cluster1] I1123 12:37:06.718326 1 node.go:135] Successfully retrieved node IP: 172.17.0.8
  3455. 2020-11-23T12:51:00.1241290Z [cluster1] I1123 12:37:06.718362 1 server_others.go:145] Using iptables Proxier.
  3456. 2020-11-23T12:51:00.1241865Z [cluster1] I1123 12:37:06.719105 1 server.go:571] Version: v1.17.0
  3457. 2020-11-23T12:51:00.1242428Z [cluster1] I1123 12:37:06.719658 1 conntrack.go:52] Setting nf_conntrack_max to 131072
  3458. 2020-11-23T12:51:00.1244123Z [cluster1] I1123 12:37:06.719984 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_established' to 86400
  3459. 2020-11-23T12:51:00.1245321Z [cluster1] I1123 12:37:06.720210 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_close_wait' to 3600
  3460. 2020-11-23T12:51:00.1246082Z [cluster1] I1123 12:37:06.722538 1 config.go:313] Starting service config controller
  3461. 2020-11-23T12:51:00.1247108Z [cluster1] I1123 12:37:06.722739 1 shared_informer.go:197] Waiting for caches to sync for service config
  3462. 2020-11-23T12:51:00.1247795Z [cluster1] I1123 12:37:06.723725 1 config.go:131] Starting endpoints config controller
  3463. 2020-11-23T12:51:00.1248482Z [cluster1] I1123 12:37:06.723868 1 shared_informer.go:197] Waiting for caches to sync for endpoints config
  3464. 2020-11-23T12:51:00.1249195Z [cluster1] I1123 12:37:06.831925 1 shared_informer.go:204] Caches are synced for service config
  3465. 2020-11-23T12:51:00.1249890Z [cluster1] I1123 12:37:06.832740 1 shared_informer.go:204] Caches are synced for endpoints config
  3466. 2020-11-23T12:51:00.1250882Z [cluster1] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  3467. 2020-11-23T12:51:00.1252186Z [cluster1] +++++++++++++++++++++: Logs for Pod submariner-operator-6675977db7-9m7fn in namespace submariner-operator :++++++++++++++++++++++
  3468. 2020-11-23T12:51:00.1253282Z [cluster1] 2020-11-23T12:39:02.685Z INFO cmd Go Version: go1.15.2
  3469. 2020-11-23T12:51:00.1254102Z [cluster1] 2020-11-23T12:39:02.685Z INFO cmd Go OS/Arch: linux/amd64
  3470. 2020-11-23T12:51:00.1254884Z [cluster1] 2020-11-23T12:39:02.685Z INFO cmd Version of operator-sdk: v0.17.0
  3471. 2020-11-23T12:51:00.1256026Z [cluster1] 2020-11-23T12:39:02.685Z INFO cmd Submariner operator version: v0.7.0-58-g459eaa6
  3472. 2020-11-23T12:51:00.1256825Z [cluster1] 2020-11-23T12:39:02.686Z INFO leader Trying to become the leader.
  3473. 2020-11-23T12:51:00.1257725Z [cluster1] 2020-11-23T12:39:03.209Z DEBUG leader Found namespace {"Namespace": "submariner-operator"}
  3474. 2020-11-23T12:51:00.1258923Z [cluster1] 2020-11-23T12:39:03.212Z DEBUG leader Found podname {"Pod.Name": "submariner-operator-6675977db7-9m7fn"}
  3475. 2020-11-23T12:51:00.1260611Z [cluster1] 2020-11-23T12:39:03.252Z DEBUG leader Found Pod {"Pod.Namespace": "submariner-operator", "Pod.Name": "submariner-operator-6675977db7-9m7fn"}
  3476. 2020-11-23T12:51:00.1261815Z [cluster1] 2020-11-23T12:39:03.259Z INFO leader No pre-existing lock was found.
  3477. 2020-11-23T12:51:00.1262558Z [cluster1] 2020-11-23T12:39:03.280Z INFO leader Became the leader.
  3478. 2020-11-23T12:51:00.1263519Z [cluster1] 2020-11-23T12:39:03.784Z INFO controller-runtime.metrics metrics server is starting to listen {"addr": "0.0.0.0:8383"}
  3479. 2020-11-23T12:51:00.1264467Z [cluster1] 2020-11-23T12:39:03.787Z INFO cmd Registering Components.
  3480. 2020-11-23T12:51:00.1265184Z [cluster1] 2020-11-23T12:39:03.787Z INFO cmd Creating the engine CRDs
  3481. 2020-11-23T12:51:00.1266069Z [cluster1] 2020-11-23T12:39:03.876Z INFO cmd Creating the Lighthouse CRDs
  3482. 2020-11-23T12:51:00.1267325Z [cluster1] 2020-11-23T12:39:04.796Z INFO cmd The Lighthouse CRDs were updated, restarting...
  3483. 2020-11-23T12:51:00.1268297Z [cluster1] 2020-11-23T12:39:05.360Z INFO cmd Go Version: go1.15.2
  3484. 2020-11-23T12:51:00.1268997Z [cluster1] 2020-11-23T12:39:05.360Z INFO cmd Go OS/Arch: linux/amd64
  3485. 2020-11-23T12:51:00.1269745Z [cluster1] 2020-11-23T12:39:05.360Z INFO cmd Version of operator-sdk: v0.17.0
  3486. 2020-11-23T12:51:00.1271080Z [cluster1] 2020-11-23T12:39:05.360Z INFO cmd Submariner operator version: v0.7.0-58-g459eaa6
  3487. 2020-11-23T12:51:00.1271842Z [cluster1] 2020-11-23T12:39:05.360Z INFO leader Trying to become the leader.
  3488. 2020-11-23T12:51:00.1272716Z [cluster1] 2020-11-23T12:39:05.882Z DEBUG leader Found namespace {"Namespace": "submariner-operator"}
  3489. 2020-11-23T12:51:00.1273863Z [cluster1] 2020-11-23T12:39:05.883Z DEBUG leader Found podname {"Pod.Name": "submariner-operator-6675977db7-9m7fn"}
  3490. 2020-11-23T12:51:00.1276099Z [cluster1] 2020-11-23T12:39:05.896Z DEBUG leader Found Pod {"Pod.Namespace": "submariner-operator", "Pod.Name": "submariner-operator-6675977db7-9m7fn"}
  3491. 2020-11-23T12:51:00.1277855Z [cluster1] 2020-11-23T12:39:05.902Z INFO leader Found existing lock with my name. I was likely restarted.
  3492. 2020-11-23T12:51:00.1279073Z [cluster1] 2020-11-23T12:39:05.902Z INFO leader Continuing as the leader.
  3493. 2020-11-23T12:51:00.1280960Z [cluster1] 2020-11-23T12:39:06.409Z INFO controller-runtime.metrics metrics server is starting to listen {"addr": "0.0.0.0:8383"}
  3494. 2020-11-23T12:51:00.1282156Z [cluster1] 2020-11-23T12:39:06.409Z INFO cmd Registering Components.
  3495. 2020-11-23T12:51:00.1282916Z [cluster1] 2020-11-23T12:39:06.413Z INFO cmd Creating the engine CRDs
  3496. 2020-11-23T12:51:00.1283979Z [cluster1] 2020-11-23T12:39:07.033Z INFO cmd Creating the Lighthouse CRDs
  3497. 2020-11-23T12:51:00.1285102Z [cluster1] 2020-11-23T12:39:07.728Z DEBUG k8sutil Found namespace {"Namespace": "submariner-operator"}
  3498. 2020-11-23T12:51:00.1286017Z [cluster1] 2020-11-23T12:39:07.728Z DEBUG kubemetrics Starting collecting operator types
  3499. 2020-11-23T12:51:00.1287099Z [cluster1] 2020-11-23T12:39:07.728Z DEBUG kubemetrics Generating metric families {"apiVersion": "submariner.io/v1alpha1", "kind": "Submariner"}
  3500. 2020-11-23T12:51:00.1288923Z [cluster1] 2020-11-23T12:39:08.232Z DEBUG kubemetrics Generating metric families {"apiVersion": "submariner.io/v1alpha1", "kind": "ServiceDiscovery"}
  3501. 2020-11-23T12:51:00.1290233Z [cluster1] 2020-11-23T12:39:08.736Z DEBUG kubemetrics Starting serving custom resource metrics
  3502. 2020-11-23T12:51:00.1291850Z [cluster1] 2020-11-23T12:39:09.239Z DEBUG k8sutil Found namespace {"Namespace": "submariner-operator"}
  3503. 2020-11-23T12:51:00.1293386Z [cluster1] 2020-11-23T12:39:09.239Z DEBUG k8sutil Found podname {"Pod.Name": "submariner-operator-6675977db7-9m7fn"}
  3504. 2020-11-23T12:51:00.1298881Z [cluster1] 2020-11-23T12:39:09.243Z DEBUG k8sutil Found Pod {"Pod.Namespace": "submariner-operator", "Pod.Name": "submariner-operator-6675977db7-9m7fn"}
  3505. 2020-11-23T12:51:00.1302242Z [cluster1] 2020-11-23T12:39:09.250Z DEBUG metrics Pods owner found {"Kind": "Deployment", "Name": "submariner-operator", "Namespace": "submariner-operator"}
  3506. 2020-11-23T12:51:00.1304909Z [cluster1] 2020-11-23T12:39:09.284Z INFO metrics Metrics Service object created {"Service.Name": "submariner-operator-metrics", "Service.Namespace": "submariner-operator"}
  3507. 2020-11-23T12:51:00.1307148Z [cluster1] 2020-11-23T12:39:09.786Z INFO cmd Could not create ServiceMonitor object {"error": "no ServiceMonitor registered with the API"}
  3508. 2020-11-23T12:51:00.1308556Z [cluster1] 2020-11-23T12:39:09.786Z INFO cmd Install prometheus-operator in your cluster to create ServiceMonitor objects {"error": "no ServiceMonitor registered with the API"}
  3509. 2020-11-23T12:51:00.1309632Z [cluster1] 2020-11-23T12:39:09.786Z INFO cmd Starting the Cmd.
  3510. 2020-11-23T12:51:00.1310569Z [cluster1] 2020-11-23T12:39:09.786Z INFO controller-runtime.manager starting metrics server {"path": "/metrics"}
  3511. 2020-11-23T12:51:00.1312249Z [cluster1] 2020-11-23T12:39:09.786Z INFO controller-runtime.controller Starting EventSource {"controller": "submariner-controller", "source": "kind source: /, Kind="}
  3512. 2020-11-23T12:51:00.1317755Z [cluster1] 2020-11-23T12:39:09.786Z INFO controller-runtime.controller Starting EventSource {"controller": "submariner", "source": "kind source: /, Kind="}
  3513. 2020-11-23T12:51:00.1319443Z [cluster1] 2020-11-23T12:39:09.786Z INFO controller-runtime.controller Starting EventSource {"controller": "servicediscovery-controller", "source": "kind source: /, Kind="}
  3514. 2020-11-23T12:51:00.1321158Z [cluster1] 2020-11-23T12:39:09.787Z INFO controller-runtime.controller Starting EventSource {"controller": "servicediscovery", "source": "kind source: /, Kind="}
  3515. 2020-11-23T12:51:00.1325051Z [cluster1] 2020-11-23T12:39:09.887Z INFO controller-runtime.controller Starting EventSource {"controller": "servicediscovery-controller", "source": "kind source: /, Kind="}
  3516. 2020-11-23T12:51:00.1326658Z [cluster1] 2020-11-23T12:39:09.887Z INFO controller-runtime.controller Starting Controller {"controller": "servicediscovery"}
  3517. 2020-11-23T12:51:00.1329715Z [cluster1] 2020-11-23T12:39:09.887Z INFO controller-runtime.controller Starting EventSource {"controller": "submariner", "source": "kind source: /, Kind="}
  3518. 2020-11-23T12:51:00.1332588Z [cluster1] 2020-11-23T12:39:09.888Z INFO controller-runtime.controller Starting EventSource {"controller": "submariner-controller", "source": "kind source: /, Kind="}
  3519. 2020-11-23T12:51:00.1334398Z [cluster1] 2020-11-23T12:39:09.988Z INFO controller-runtime.controller Starting Controller {"controller": "submariner"}
  3520. 2020-11-23T12:51:00.1335844Z [cluster1] 2020-11-23T12:39:09.988Z INFO controller-runtime.controller Starting workers {"controller": "submariner", "worker count": 1}
  3521. 2020-11-23T12:51:00.1337292Z [cluster1] 2020-11-23T12:39:09.988Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3522. 2020-11-23T12:51:00.1338859Z [cluster1] 2020-11-23T12:39:09.988Z INFO controller-runtime.controller Starting EventSource {"controller": "submariner-controller", "source": "kind source: /, Kind="}
  3523. 2020-11-23T12:51:00.1340432Z [cluster1] 2020-11-23T12:39:09.988Z INFO controller-runtime.controller Starting Controller {"controller": "servicediscovery-controller"}
  3524. 2020-11-23T12:51:00.1341924Z [cluster1] 2020-11-23T12:39:09.988Z INFO controller-runtime.controller Starting workers {"controller": "servicediscovery", "worker count": 1}
  3525. 2020-11-23T12:51:00.1343040Z [cluster1] 2020-11-23T12:39:10.062Z INFO controller_submariner Cluster network discovered
  3526. 2020-11-23T12:51:00.1344189Z [cluster1] 2020-11-23T12:39:10.062Z INFO controller_submariner Discovered K8s network details {"plugin": "weave-net", "clusterCIDRs": ["10.1.0.0/16"], "serviceCIDRs": ["100.1.0.0/16"]}
  3527. 2020-11-23T12:51:00.1347034Z [cluster1] 2020-11-23T12:39:10.062Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3528. 2020-11-23T12:51:00.1348042Z [cluster1] 2020-11-23T12:39:10.062Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3529. 2020-11-23T12:51:00.1361927Z [cluster1] 2020-11-23T12:39:10.076Z INFO controller_submariner Created a new DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3530. 2020-11-23T12:51:00.1364795Z [cluster1] 2020-11-23T12:39:10.083Z INFO controller_submariner Created a new DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3531. 2020-11-23T12:51:00.1368019Z [cluster1] 2020-11-23T12:39:10.088Z INFO controller-runtime.controller Starting Controller {"controller": "submariner-controller"}
  3532. 2020-11-23T12:51:00.1370297Z [cluster1] 2020-11-23T12:39:10.189Z INFO controller-runtime.controller Starting workers {"controller": "servicediscovery-controller", "worker count": 1}
  3533. 2020-11-23T12:51:00.1372593Z [cluster1] 2020-11-23T12:39:10.189Z INFO controller-runtime.controller Starting workers {"controller": "submariner-controller", "worker count": 1}
  3534. 2020-11-23T12:51:00.1374399Z [cluster1] 2020-11-23T12:39:10.189Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3535. 2020-11-23T12:51:00.1378175Z [cluster1] 2020-11-23T12:39:10.267Z ERROR controller-runtime.controller Reconciler error {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator", "error": "Operation cannot be fulfilled on submariners.submariner.io \"submariner\": the object has been modified; please apply your changes to the latest version and try again"}
  3536. 2020-11-23T12:51:00.1381409Z [cluster1] github.com/go-logr/zapr.(*zapLogger).Error
  3537. 2020-11-23T12:51:00.1382992Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  3538. 2020-11-23T12:51:00.1388012Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  3539. 2020-11-23T12:51:00.1391978Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:248
  3540. 2020-11-23T12:51:00.1397164Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  3541. 2020-11-23T12:51:00.1400016Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  3542. 2020-11-23T12:51:00.1402075Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  3543. 2020-11-23T12:51:00.1404221Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  3544. 2020-11-23T12:51:00.1405415Z [cluster1] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  3545. 2020-11-23T12:51:00.1407245Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  3546. 2020-11-23T12:51:00.1408627Z [cluster1] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  3547. 2020-11-23T12:51:00.1409654Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  3548. 2020-11-23T12:51:00.1410459Z [cluster1] k8s.io/apimachinery/pkg/util/wait.Until
  3549. 2020-11-23T12:51:00.1411713Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  3550. 2020-11-23T12:51:00.1413776Z [cluster1] 2020-11-23T12:39:10.351Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  3551. 2020-11-23T12:51:00.1436632Z [cluster1] 2020-11-23T12:39:10.352Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  3552. 2020-11-23T12:51:00.1438800Z [cluster1] 2020-11-23T12:39:10.363Z INFO controller_submariner Created Service Discovery CR {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "Namespace": "submariner-operator", "Name": "service-discovery"}
  3553. 2020-11-23T12:51:00.1440700Z [cluster1] 2020-11-23T12:39:10.363Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  3554. 2020-11-23T12:51:00.1442327Z [cluster1] 2020-11-23T12:39:10.363Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3555. 2020-11-23T12:51:00.1443564Z [cluster1] 2020-11-23T12:39:10.382Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3556. 2020-11-23T12:51:00.1444522Z [cluster1] 2020-11-23T12:39:10.382Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3557. 2020-11-23T12:51:00.1446217Z [cluster1] 2020-11-23T12:39:10.554Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3558. 2020-11-23T12:51:00.1448737Z [cluster1] 2020-11-23T12:39:10.556Z INFO controller_servicediscovery Created a new Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  3559. 2020-11-23T12:51:00.1453354Z [cluster1] 2020-11-23T12:39:10.601Z ERROR controller-runtime.controller Reconciler error {"controller": "servicediscovery-controller", "name": "service-discovery", "namespace": "submariner-operator", "error": "error creating or updating Deployment submariner-operator/submariner-lighthouse-agent: deployments.apps \"submariner-lighthouse-agent\" already exists", "errorVerbose": "deployments.apps \"submariner-lighthouse-agent\" already exists\nerror creating or updating Deployment submariner-operator/submariner-lighthouse-agent"}
  3560. 2020-11-23T12:51:00.1461944Z [cluster1] github.com/go-logr/zapr.(*zapLogger).Error
  3561. 2020-11-23T12:51:00.1463527Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  3562. 2020-11-23T12:51:00.1464981Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  3563. 2020-11-23T12:51:00.1467936Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:248
  3564. 2020-11-23T12:51:00.1471777Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  3565. 2020-11-23T12:51:00.1473393Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  3566. 2020-11-23T12:51:00.1475449Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  3567. 2020-11-23T12:51:00.1477362Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  3568. 2020-11-23T12:51:00.1479377Z [cluster1] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  3569. 2020-11-23T12:51:00.1480525Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  3570. 2020-11-23T12:51:00.1481432Z [cluster1] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  3571. 2020-11-23T12:51:00.1482516Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  3572. 2020-11-23T12:51:00.1483683Z [cluster1] k8s.io/apimachinery/pkg/util/wait.Until
  3573. 2020-11-23T12:51:00.1485695Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  3574. 2020-11-23T12:51:00.1487812Z [cluster1] 2020-11-23T12:39:10.697Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3575. 2020-11-23T12:51:00.1491606Z [cluster1] 2020-11-23T12:39:10.906Z INFO controller_servicediscovery Created a new ConfigMap {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "ConfigMap.Namespace": "submariner-operator", "ConfigMap.Name": "submariner-lighthouse-coredns"}
  3576. 2020-11-23T12:51:00.1496434Z [cluster1] 2020-11-23T12:39:10.906Z ERROR controller_servicediscovery Error creating the lighthouseCoreDNS configMap {"error": "error creating or updating ConfigMap submariner-operator/submariner-lighthouse-coredns: ConfigMap \"submariner-lighthouse-coredns\" not found", "errorVerbose": "ConfigMap \"submariner-lighthouse-coredns\" not found\nerror creating or updating ConfigMap submariner-operator/submariner-lighthouse-coredns"}
  3577. 2020-11-23T12:51:00.1499406Z [cluster1] github.com/go-logr/zapr.(*zapLogger).Error
  3578. 2020-11-23T12:51:00.1500449Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  3579. 2020-11-23T12:51:00.1512332Z [cluster1] github.com/submariner-io/submariner-operator/controllers/servicediscovery.(*ServiceDiscoveryReconciler).Reconcile
  3580. 2020-11-23T12:51:00.1514089Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/controllers/servicediscovery/servicediscovery_controller.go:121
  3581. 2020-11-23T12:51:00.1516703Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  3582. 2020-11-23T12:51:00.1520731Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:246
  3583. 2020-11-23T12:51:00.1523042Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  3584. 2020-11-23T12:51:00.1524628Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  3585. 2020-11-23T12:51:00.1525934Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  3586. 2020-11-23T12:51:00.1528324Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  3587. 2020-11-23T12:51:00.1529421Z [cluster1] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  3588. 2020-11-23T12:51:00.1530730Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  3589. 2020-11-23T12:51:00.1531836Z [cluster1] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  3590. 2020-11-23T12:51:00.1533026Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  3591. 2020-11-23T12:51:00.1533812Z [cluster1] k8s.io/apimachinery/pkg/util/wait.Until
  3592. 2020-11-23T12:51:00.1534766Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  3593. 2020-11-23T12:51:00.1538200Z [cluster1] 2020-11-23T12:39:10.906Z ERROR controller-runtime.controller Reconciler error {"controller": "servicediscovery", "name": "service-discovery", "namespace": "submariner-operator", "error": "error creating or updating ConfigMap submariner-operator/submariner-lighthouse-coredns: ConfigMap \"submariner-lighthouse-coredns\" not found", "errorVerbose": "ConfigMap \"submariner-lighthouse-coredns\" not found\nerror creating or updating ConfigMap submariner-operator/submariner-lighthouse-coredns"}
  3594. 2020-11-23T12:51:00.1540901Z [cluster1] github.com/go-logr/zapr.(*zapLogger).Error
  3595. 2020-11-23T12:51:00.1541978Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  3596. 2020-11-23T12:51:00.1547571Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  3597. 2020-11-23T12:51:00.1549139Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:248
  3598. 2020-11-23T12:51:00.1551104Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  3599. 2020-11-23T12:51:00.1552660Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  3600. 2020-11-23T12:51:00.1553921Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  3601. 2020-11-23T12:51:00.1555197Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  3602. 2020-11-23T12:51:00.1557412Z [cluster1] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  3603. 2020-11-23T12:51:00.1558507Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  3604. 2020-11-23T12:51:00.1559482Z [cluster1] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  3605. 2020-11-23T12:51:00.1560475Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  3606. 2020-11-23T12:51:00.1561438Z [cluster1] k8s.io/apimachinery/pkg/util/wait.Until
  3607. 2020-11-23T12:51:00.1562768Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  3608. 2020-11-23T12:51:00.1564899Z [cluster1] 2020-11-23T12:39:10.930Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  3609. 2020-11-23T12:51:00.1566931Z [cluster1] 2020-11-23T12:39:10.930Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3610. 2020-11-23T12:51:00.1572984Z [cluster1] 2020-11-23T12:39:11.268Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3611. 2020-11-23T12:51:00.1574976Z [cluster1] 2020-11-23T12:39:11.442Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3612. 2020-11-23T12:51:00.1576373Z [cluster1] 2020-11-23T12:39:11.442Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3613. 2020-11-23T12:51:00.1578287Z [cluster1] 2020-11-23T12:39:11.442Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3614. 2020-11-23T12:51:00.1579831Z [cluster1] 2020-11-23T12:39:11.443Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3615. 2020-11-23T12:51:00.1581661Z [cluster1] 2020-11-23T12:39:11.602Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  3616. 2020-11-23T12:51:00.1584645Z [cluster1] 2020-11-23T12:39:11.908Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  3617. 2020-11-23T12:51:00.1586820Z [cluster1] 2020-11-23T12:39:12.006Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3618. 2020-11-23T12:51:00.1589146Z [cluster1] 2020-11-23T12:39:12.191Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3619. 2020-11-23T12:51:00.1592122Z [cluster1] 2020-11-23T12:39:12.337Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  3620. 2020-11-23T12:51:00.1595336Z [cluster1] 2020-11-23T12:39:12.410Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  3621. 2020-11-23T12:51:00.1598601Z [cluster1] 2020-11-23T12:39:12.414Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3622. 2020-11-23T12:51:00.1607290Z [cluster1] 2020-11-23T12:39:12.417Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3623. 2020-11-23T12:51:00.1610735Z [cluster1] 2020-11-23T12:39:12.421Z INFO controller_servicediscovery Created a new Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-coredns"}
  3624. 2020-11-23T12:51:00.1615653Z [cluster1] 2020-11-23T12:39:13.211Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-coredns"}
  3625. 2020-11-23T12:51:00.1619334Z [cluster1] 2020-11-23T12:39:13.346Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  3626. 2020-11-23T12:51:00.1621845Z [cluster1] 2020-11-23T12:39:13.346Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3627. 2020-11-23T12:51:00.1626177Z [cluster1] 2020-11-23T12:39:14.339Z INFO controller_servicediscovery Created a new Service {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Service.Namespace": "submariner-operator", "Service.Name": "submariner-lighthouse-coredns"}
  3628. 2020-11-23T12:51:00.1629459Z [cluster1] 2020-11-23T12:39:15.235Z INFO controller_servicediscovery coredns configmap does not have lighthouse configuration hence creating {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  3629. 2020-11-23T12:51:00.1631873Z [cluster1] 2020-11-23T12:39:15.236Z INFO controller_servicediscovery Updated coredns ConfigMap #lighthouse-start AUTO-GENERATED SECTION. DO NOT EDIT
  3630. 2020-11-23T12:51:00.1632894Z [cluster1] clusterset.local:53 {
  3631. 2020-11-23T12:51:00.1633320Z [cluster1] forward . 100.1.69.173
  3632. 2020-11-23T12:51:00.1633643Z [cluster1] }
  3633. 2020-11-23T12:51:00.1634397Z [cluster1] #lighthouse-end
  3634. 2020-11-23T12:51:00.1671699Z [cluster1] .:53 {
  3635. 2020-11-23T12:51:00.1672160Z [cluster1] errors
  3636. 2020-11-23T12:51:00.1672686Z [cluster1] health {
  3637. 2020-11-23T12:51:00.1673204Z [cluster1] lameduck 5s
  3638. 2020-11-23T12:51:00.1673539Z [cluster1] }
  3639. 2020-11-23T12:51:00.1673833Z [cluster1] ready
  3640. 2020-11-23T12:51:00.1674608Z [cluster1] kubernetes cluster1.local in-addr.arpa ip6.arpa {
  3641. 2020-11-23T12:51:00.1675143Z [cluster1] pods insecure
  3642. 2020-11-23T12:51:00.1675734Z [cluster1] fallthrough in-addr.arpa ip6.arpa
  3643. 2020-11-23T12:51:00.1676340Z [cluster1] ttl 30
  3644. 2020-11-23T12:51:00.1676642Z [cluster1] }
  3645. 2020-11-23T12:51:00.1677230Z [cluster1] prometheus :9153
  3646. 2020-11-23T12:51:00.1678249Z [cluster1] forward . /etc/resolv.conf
  3647. 2020-11-23T12:51:00.1678842Z [cluster1] cache 30
  3648. 2020-11-23T12:51:00.1679207Z [cluster1] loop
  3649. 2020-11-23T12:51:00.1679554Z [cluster1] reload
  3650. 2020-11-23T12:51:00.1679948Z [cluster1] loadbalance
  3651. 2020-11-23T12:51:00.1680308Z [cluster1] }
  3652. 2020-11-23T12:51:00.1680621Z [cluster1]
  3653. 2020-11-23T12:51:00.1682363Z [cluster1] 2020-11-23T12:39:15.737Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "servicediscovery", "name": "service-discovery", "namespace": "submariner-operator"}
  3654. 2020-11-23T12:51:00.1686308Z [cluster1] 2020-11-23T12:39:16.132Z ERROR controller_servicediscovery Error creating the lighthouseCoreDNS service {"error": "error creating or updating Service submariner-operator/submariner-lighthouse-coredns: services \"submariner-lighthouse-coredns\" already exists", "errorVerbose": "services \"submariner-lighthouse-coredns\" already exists\nerror creating or updating Service submariner-operator/submariner-lighthouse-coredns"}
  3655. 2020-11-23T12:51:00.1689446Z [cluster1] github.com/go-logr/zapr.(*zapLogger).Error
  3656. 2020-11-23T12:51:00.1690944Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  3657. 2020-11-23T12:51:00.1692645Z [cluster1] github.com/submariner-io/submariner-operator/controllers/servicediscovery.(*ServiceDiscoveryReconciler).Reconcile
  3658. 2020-11-23T12:51:00.1694723Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/controllers/servicediscovery/servicediscovery_controller.go:139
  3659. 2020-11-23T12:51:00.1696185Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  3660. 2020-11-23T12:51:00.1697502Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:246
  3661. 2020-11-23T12:51:00.1698995Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  3662. 2020-11-23T12:51:00.1700380Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  3663. 2020-11-23T12:51:00.1702369Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  3664. 2020-11-23T12:51:00.1704010Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  3665. 2020-11-23T12:51:00.1705269Z [cluster1] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  3666. 2020-11-23T12:51:00.1706671Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  3667. 2020-11-23T12:51:00.1707482Z [cluster1] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  3668. 2020-11-23T12:51:00.1708482Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  3669. 2020-11-23T12:51:00.1709431Z [cluster1] k8s.io/apimachinery/pkg/util/wait.Until
  3670. 2020-11-23T12:51:00.1710833Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  3671. 2020-11-23T12:51:00.1714799Z [cluster1] 2020-11-23T12:39:16.132Z ERROR controller-runtime.controller Reconciler error {"controller": "servicediscovery-controller", "name": "service-discovery", "namespace": "submariner-operator", "error": "error creating or updating Service submariner-operator/submariner-lighthouse-coredns: services \"submariner-lighthouse-coredns\" already exists", "errorVerbose": "services \"submariner-lighthouse-coredns\" already exists\nerror creating or updating Service submariner-operator/submariner-lighthouse-coredns"}
  3672. 2020-11-23T12:51:00.1724936Z [cluster1] github.com/go-logr/zapr.(*zapLogger).Error
  3673. 2020-11-23T12:51:00.1725948Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  3674. 2020-11-23T12:51:00.1727126Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  3675. 2020-11-23T12:51:00.1728716Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:248
  3676. 2020-11-23T12:51:00.1730023Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  3677. 2020-11-23T12:51:00.1731545Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  3678. 2020-11-23T12:51:00.1732781Z [cluster1] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  3679. 2020-11-23T12:51:00.1734064Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  3680. 2020-11-23T12:51:00.1735198Z [cluster1] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  3681. 2020-11-23T12:51:00.1736481Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  3682. 2020-11-23T12:51:00.1737248Z [cluster1] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  3683. 2020-11-23T12:51:00.1738208Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  3684. 2020-11-23T12:51:00.1738932Z [cluster1] k8s.io/apimachinery/pkg/util/wait.Until
  3685. 2020-11-23T12:51:00.1739834Z [cluster1] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  3686. 2020-11-23T12:51:00.1741538Z [cluster1] 2020-11-23T12:39:17.133Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  3687. 2020-11-23T12:51:00.1743965Z [cluster1] 2020-11-23T12:39:18.934Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  3688. 2020-11-23T12:51:00.1746805Z [cluster1] 2020-11-23T12:39:18.942Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-coredns"}
  3689. 2020-11-23T12:51:00.1749164Z [cluster1] 2020-11-23T12:39:18.975Z INFO controller_servicediscovery coredns configmap has lighthouse configuration hence updating {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  3690. 2020-11-23T12:51:00.1750907Z [cluster1] 2020-11-23T12:39:18.975Z INFO controller_servicediscovery Updated coredns ConfigMap #lighthouse-start AUTO-GENERATED SECTION. DO NOT EDIT
  3691. 2020-11-23T12:51:00.1752070Z [cluster1] clusterset.local:53 {
  3692. 2020-11-23T12:51:00.1752587Z [cluster1] forward . 100.1.69.173
  3693. 2020-11-23T12:51:00.1752928Z [cluster1] }
  3694. 2020-11-23T12:51:00.1753435Z [cluster1] #lighthouse-end
  3695. 2020-11-23T12:51:00.1753817Z [cluster1] .:53 {
  3696. 2020-11-23T12:51:00.1754128Z [cluster1] errors
  3697. 2020-11-23T12:51:00.1754473Z [cluster1] health {
  3698. 2020-11-23T12:51:00.1755135Z [cluster1] lameduck 5s
  3699. 2020-11-23T12:51:00.1755624Z [cluster1] }
  3700. 2020-11-23T12:51:00.1755947Z [cluster1] ready
  3701. 2020-11-23T12:51:00.1756588Z [cluster1] kubernetes cluster1.local in-addr.arpa ip6.arpa {
  3702. 2020-11-23T12:51:00.1757088Z [cluster1] pods insecure
  3703. 2020-11-23T12:51:00.1757645Z [cluster1] fallthrough in-addr.arpa ip6.arpa
  3704. 2020-11-23T12:51:00.1758058Z [cluster1] ttl 30
  3705. 2020-11-23T12:51:00.1758456Z [cluster1] }
  3706. 2020-11-23T12:51:00.1758770Z [cluster1] prometheus :9153
  3707. 2020-11-23T12:51:00.1759171Z [cluster1] forward . /etc/resolv.conf
  3708. 2020-11-23T12:51:00.1759524Z [cluster1] cache 30
  3709. 2020-11-23T12:51:00.1759831Z [cluster1] loop
  3710. 2020-11-23T12:51:00.1760122Z [cluster1] reload
  3711. 2020-11-23T12:51:00.1760458Z [cluster1] loadbalance
  3712. 2020-11-23T12:51:00.1760762Z [cluster1] }
  3713. 2020-11-23T12:51:00.1761028Z [cluster1]
  3714. 2020-11-23T12:51:00.1761303Z [cluster1]
  3715. 2020-11-23T12:51:00.1762859Z [cluster1] 2020-11-23T12:39:19.219Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "servicediscovery-controller", "name": "service-discovery", "namespace": "submariner-operator"}
  3716. 2020-11-23T12:51:00.1765549Z [cluster1] 2020-11-23T12:39:44.247Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3717. 2020-11-23T12:51:00.1767143Z [cluster1] 2020-11-23T12:39:44.566Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3718. 2020-11-23T12:51:00.1769415Z [cluster1] 2020-11-23T12:39:44.566Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3719. 2020-11-23T12:51:00.1771719Z [cluster1] 2020-11-23T12:39:44.856Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3720. 2020-11-23T12:51:00.1775171Z [cluster1] 2020-11-23T12:39:44.999Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  3721. 2020-11-23T12:51:00.1784004Z [cluster1] 2020-11-23T12:39:45.210Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3722. 2020-11-23T12:51:00.1793706Z [cluster1] 2020-11-23T12:39:45.248Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  3723. 2020-11-23T12:51:00.1797037Z [cluster1] 2020-11-23T12:39:45.292Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3724. 2020-11-23T12:51:00.1799045Z [cluster1] 2020-11-23T12:39:45.313Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3725. 2020-11-23T12:51:00.1801029Z [cluster1] 2020-11-23T12:39:45.313Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3726. 2020-11-23T12:51:00.1802754Z [cluster1] 2020-11-23T12:39:45.464Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3727. 2020-11-23T12:51:00.1803907Z [cluster1] 2020-11-23T12:39:45.464Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3728. 2020-11-23T12:51:00.1805069Z [cluster1] 2020-11-23T12:39:45.474Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3729. 2020-11-23T12:51:00.1806526Z [cluster1] 2020-11-23T12:39:45.474Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3730. 2020-11-23T12:51:00.1810015Z [cluster1] 2020-11-23T12:39:45.548Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-coredns"}
  3731. 2020-11-23T12:51:00.1813136Z [cluster1] 2020-11-23T12:39:45.654Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3732. 2020-11-23T12:51:00.1815579Z [cluster1] 2020-11-23T12:39:45.713Z INFO controller_servicediscovery coredns configmap has lighthouse configuration hence updating {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  3733. 2020-11-23T12:51:00.1817376Z [cluster1] 2020-11-23T12:39:45.713Z INFO controller_servicediscovery Updated coredns ConfigMap #lighthouse-start AUTO-GENERATED SECTION. DO NOT EDIT
  3734. 2020-11-23T12:51:00.1818142Z [cluster1] clusterset.local:53 {
  3735. 2020-11-23T12:51:00.1818538Z [cluster1] forward . 100.1.69.173
  3736. 2020-11-23T12:51:00.1818834Z [cluster1] }
  3737. 2020-11-23T12:51:00.1819311Z [cluster1] #lighthouse-end
  3738. 2020-11-23T12:51:00.1819650Z [cluster1] .:53 {
  3739. 2020-11-23T12:51:00.1819954Z [cluster1] errors
  3740. 2020-11-23T12:51:00.1821259Z [cluster1] health {
  3741. 2020-11-23T12:51:00.1821608Z [cluster1] lameduck 5s
  3742. 2020-11-23T12:51:00.1821942Z [cluster1] }
  3743. 2020-11-23T12:51:00.1822237Z [cluster1] ready
  3744. 2020-11-23T12:51:00.1822983Z [cluster1] kubernetes cluster1.local in-addr.arpa ip6.arpa {
  3745. 2020-11-23T12:51:00.1823659Z [cluster1] pods insecure
  3746. 2020-11-23T12:51:00.1824237Z [cluster1] fallthrough in-addr.arpa ip6.arpa
  3747. 2020-11-23T12:51:00.1824632Z [cluster1] ttl 30
  3748. 2020-11-23T12:51:00.1824911Z [cluster1] }
  3749. 2020-11-23T12:51:00.1825239Z [cluster1] prometheus :9153
  3750. 2020-11-23T12:51:00.1825622Z [cluster1] forward . /etc/resolv.conf
  3751. 2020-11-23T12:51:00.1825991Z [cluster1] cache 30
  3752. 2020-11-23T12:51:00.1826281Z [cluster1] loop
  3753. 2020-11-23T12:51:00.1826593Z [cluster1] reload
  3754. 2020-11-23T12:51:00.1826917Z [cluster1] loadbalance
  3755. 2020-11-23T12:51:00.1827230Z [cluster1] }
  3756. 2020-11-23T12:51:00.1827511Z [cluster1]
  3757. 2020-11-23T12:51:00.1827772Z [cluster1]
  3758. 2020-11-23T12:51:00.1828049Z [cluster1]
  3759. 2020-11-23T12:51:00.1829437Z [cluster1] 2020-11-23T12:39:45.716Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3760. 2020-11-23T12:51:00.1832165Z [cluster1] 2020-11-23T12:39:45.782Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "servicediscovery-controller", "name": "service-discovery", "namespace": "submariner-operator"}
  3761. 2020-11-23T12:51:00.1834872Z [cluster1] 2020-11-23T12:39:45.782Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3762. 2020-11-23T12:51:00.1837327Z [cluster1] 2020-11-23T12:39:45.798Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3763. 2020-11-23T12:51:00.1839699Z [cluster1] 2020-11-23T12:39:45.810Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3764. 2020-11-23T12:51:00.1841687Z [cluster1] 2020-11-23T12:39:45.858Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  3765. 2020-11-23T12:51:00.1843288Z [cluster1] 2020-11-23T12:39:47.315Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3766. 2020-11-23T12:51:00.1844624Z [cluster1] 2020-11-23T12:39:47.340Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3767. 2020-11-23T12:51:00.1845678Z [cluster1] 2020-11-23T12:39:47.340Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3768. 2020-11-23T12:51:00.1847338Z [cluster1] 2020-11-23T12:39:47.351Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3769. 2020-11-23T12:51:00.1849690Z [cluster1] 2020-11-23T12:39:47.380Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3770. 2020-11-23T12:51:00.1851482Z [cluster1] 2020-11-23T12:39:47.419Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3771. 2020-11-23T12:51:00.1853118Z [cluster1] 2020-11-23T12:39:47.434Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3772. 2020-11-23T12:51:00.1854712Z [cluster1] 2020-11-23T12:39:47.434Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3773. 2020-11-23T12:51:00.1856382Z [cluster1] 2020-11-23T12:39:47.446Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3774. 2020-11-23T12:51:00.1857308Z [cluster1] 2020-11-23T12:39:47.446Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3775. 2020-11-23T12:51:00.1858222Z [cluster1] 2020-11-23T12:39:47.562Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3776. 2020-11-23T12:51:00.1859127Z [cluster1] 2020-11-23T12:39:47.562Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3777. 2020-11-23T12:51:00.1860726Z [cluster1] 2020-11-23T12:39:47.582Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3778. 2020-11-23T12:51:00.1863107Z [cluster1] 2020-11-23T12:39:47.590Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3779. 2020-11-23T12:51:00.1865629Z [cluster1] 2020-11-23T12:39:47.597Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3780. 2020-11-23T12:51:00.1868896Z [cluster1] 2020-11-23T12:39:47.609Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3781. 2020-11-23T12:51:00.1871455Z [cluster1] 2020-11-23T12:39:47.642Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3782. 2020-11-23T12:51:00.1873528Z [cluster1] 2020-11-23T12:39:47.642Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3783. 2020-11-23T12:51:00.1875464Z [cluster1] 2020-11-23T12:39:48.436Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3784. 2020-11-23T12:51:00.1876922Z [cluster1] 2020-11-23T12:39:48.436Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3785. 2020-11-23T12:51:00.1879172Z [cluster1] 2020-11-23T12:39:48.451Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  3786. 2020-11-23T12:51:00.1881931Z [cluster1] 2020-11-23T12:39:48.491Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3787. 2020-11-23T12:51:00.1884942Z [cluster1] 2020-11-23T12:39:48.515Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3788. 2020-11-23T12:51:00.1887396Z [cluster1] 2020-11-23T12:39:48.535Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3789. 2020-11-23T12:51:00.1889135Z [cluster1] 2020-11-23T12:39:48.542Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3790. 2020-11-23T12:51:00.1890680Z [cluster1] 2020-11-23T12:39:48.543Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3791. 2020-11-23T12:51:00.1892075Z [cluster1] 2020-11-23T12:39:48.577Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3792. 2020-11-23T12:51:00.1893264Z [cluster1] 2020-11-23T12:39:48.577Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3793. 2020-11-23T12:51:00.1895916Z [cluster1] 2020-11-23T12:39:48.606Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3794. 2020-11-23T12:51:00.1898128Z [cluster1] 2020-11-23T12:39:48.613Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3795. 2020-11-23T12:51:00.1899052Z [cluster1] 2020-11-23T12:39:48.613Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3796. 2020-11-23T12:51:00.1900866Z [cluster1] 2020-11-23T12:39:48.652Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3797. 2020-11-23T12:51:00.1903621Z [cluster1] 2020-11-23T12:39:48.652Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3798. 2020-11-23T12:51:00.1908136Z [cluster1] 2020-11-23T12:39:48.698Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3799. 2020-11-23T12:51:00.1910527Z [cluster1] 2020-11-23T12:39:48.700Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3800. 2020-11-23T12:51:00.1912882Z [cluster1] 2020-11-23T12:39:48.711Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  3801. 2020-11-23T12:51:00.1914623Z [cluster1] 2020-11-23T12:39:53.788Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3802. 2020-11-23T12:51:00.1915867Z [cluster1] 2020-11-23T12:39:53.992Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3803. 2020-11-23T12:51:00.1917151Z [cluster1] 2020-11-23T12:39:53.992Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3804. 2020-11-23T12:51:00.1918775Z [cluster1] 2020-11-23T12:39:54.003Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3805. 2020-11-23T12:51:00.1921220Z [cluster1] 2020-11-23T12:39:54.041Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3806. 2020-11-23T12:51:00.1923130Z [cluster1] 2020-11-23T12:39:54.062Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3807. 2020-11-23T12:51:00.1926045Z [cluster1] 2020-11-23T12:39:54.074Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3808. 2020-11-23T12:51:00.1928330Z [cluster1] 2020-11-23T12:39:54.074Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3809. 2020-11-23T12:51:00.1930059Z [cluster1] 2020-11-23T12:39:54.136Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3810. 2020-11-23T12:51:00.1931015Z [cluster1] 2020-11-23T12:39:54.136Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3811. 2020-11-23T12:51:00.1931945Z [cluster1] 2020-11-23T12:39:54.137Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3812. 2020-11-23T12:51:00.1932882Z [cluster1] 2020-11-23T12:39:54.137Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3813. 2020-11-23T12:51:00.1934514Z [cluster1] 2020-11-23T12:39:54.149Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3814. 2020-11-23T12:51:00.1937087Z [cluster1] 2020-11-23T12:39:54.155Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3815. 2020-11-23T12:51:00.1939354Z [cluster1] 2020-11-23T12:39:54.161Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3816. 2020-11-23T12:51:00.1941317Z [cluster1] 2020-11-23T12:39:54.171Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  3817. 2020-11-23T12:51:00.1943351Z [cluster1] 2020-11-23T12:39:54.171Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3818. 2020-11-23T12:51:00.1945398Z [cluster1] 2020-11-23T12:39:54.190Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3819. 2020-11-23T12:51:00.1947053Z [cluster1] 2020-11-23T12:39:58.999Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3820. 2020-11-23T12:51:00.1948230Z [cluster1] 2020-11-23T12:39:59.017Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3821. 2020-11-23T12:51:00.1949170Z [cluster1] 2020-11-23T12:39:59.018Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3822. 2020-11-23T12:51:00.1950794Z [cluster1] 2020-11-23T12:39:59.067Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3823. 2020-11-23T12:51:00.1953462Z [cluster1] 2020-11-23T12:39:59.080Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3824. 2020-11-23T12:51:00.1955545Z [cluster1] 2020-11-23T12:39:59.100Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3825. 2020-11-23T12:51:00.1958256Z [cluster1] 2020-11-23T12:39:59.102Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3826. 2020-11-23T12:51:00.1960178Z [cluster1] 2020-11-23T12:39:59.102Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3827. 2020-11-23T12:51:00.1961460Z [cluster1] 2020-11-23T12:39:59.185Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3828. 2020-11-23T12:51:00.1962551Z [cluster1] 2020-11-23T12:39:59.185Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3829. 2020-11-23T12:51:00.1964023Z [cluster1] 2020-11-23T12:39:59.262Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3830. 2020-11-23T12:51:00.1965313Z [cluster1] 2020-11-23T12:39:59.262Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3831. 2020-11-23T12:51:00.1967769Z [cluster1] 2020-11-23T12:39:59.336Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3832. 2020-11-23T12:51:00.1969985Z [cluster1] 2020-11-23T12:39:59.384Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3833. 2020-11-23T12:51:00.1972694Z [cluster1] 2020-11-23T12:39:59.386Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3834. 2020-11-23T12:51:00.1976059Z [cluster1] 2020-11-23T12:39:59.456Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3835. 2020-11-23T12:51:00.1979405Z [cluster1] 2020-11-23T12:39:59.485Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3836. 2020-11-23T12:51:00.1981229Z [cluster1] 2020-11-23T12:39:59.746Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3837. 2020-11-23T12:51:00.1983217Z [cluster1] 2020-11-23T12:39:59.770Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  3838. 2020-11-23T12:51:00.1984612Z [cluster1] 2020-11-23T12:39:59.788Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3839. 2020-11-23T12:51:00.1985602Z [cluster1] 2020-11-23T12:39:59.788Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3840. 2020-11-23T12:51:00.1988196Z [cluster1] 2020-11-23T12:39:59.799Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3841. 2020-11-23T12:51:00.1991326Z [cluster1] 2020-11-23T12:39:59.841Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3842. 2020-11-23T12:51:00.1993720Z [cluster1] 2020-11-23T12:39:59.864Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3843. 2020-11-23T12:51:00.1996107Z [cluster1] 2020-11-23T12:39:59.864Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3844. 2020-11-23T12:51:00.1998092Z [cluster1] 2020-11-23T12:39:59.865Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3845. 2020-11-23T12:51:00.2000122Z [cluster1] 2020-11-23T12:39:59.952Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3846. 2020-11-23T12:51:00.2001630Z [cluster1] 2020-11-23T12:39:59.953Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3847. 2020-11-23T12:51:00.2002815Z [cluster1] 2020-11-23T12:39:59.961Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3848. 2020-11-23T12:51:00.2004537Z [cluster1] 2020-11-23T12:39:59.961Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3849. 2020-11-23T12:51:00.2006595Z [cluster1] 2020-11-23T12:40:00.098Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3850. 2020-11-23T12:51:00.2008900Z [cluster1] 2020-11-23T12:40:00.122Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3851. 2020-11-23T12:51:00.2011348Z [cluster1] 2020-11-23T12:40:00.135Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3852. 2020-11-23T12:51:00.2013807Z [cluster1] 2020-11-23T12:40:00.142Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3853. 2020-11-23T12:51:00.2017287Z [cluster1] 2020-11-23T12:40:00.146Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  3854. 2020-11-23T12:51:00.2019900Z [cluster1] 2020-11-23T12:40:00.154Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3855. 2020-11-23T12:51:00.2023086Z [cluster1] 2020-11-23T12:40:01.595Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  3856. 2020-11-23T12:51:00.2026571Z [cluster1] 2020-11-23T12:40:01.987Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  3857. 2020-11-23T12:51:00.2029445Z [cluster1] 2020-11-23T12:40:01.993Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-coredns"}
  3858. 2020-11-23T12:51:00.2032904Z [cluster1] 2020-11-23T12:40:02.027Z INFO controller_servicediscovery coredns configmap has lighthouse configuration hence updating {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  3859. 2020-11-23T12:51:00.2034674Z [cluster1] 2020-11-23T12:40:02.027Z INFO controller_servicediscovery Updated coredns ConfigMap #lighthouse-start AUTO-GENERATED SECTION. DO NOT EDIT
  3860. 2020-11-23T12:51:00.2035522Z [cluster1] clusterset.local:53 {
  3861. 2020-11-23T12:51:00.2035934Z [cluster1] forward . 100.1.69.173
  3862. 2020-11-23T12:51:00.2036274Z [cluster1] }
  3863. 2020-11-23T12:51:00.2036778Z [cluster1] #lighthouse-end
  3864. 2020-11-23T12:51:00.2037162Z [cluster1] .:53 {
  3865. 2020-11-23T12:51:00.2037471Z [cluster1] errors
  3866. 2020-11-23T12:51:00.2038139Z [cluster1] health {
  3867. 2020-11-23T12:51:00.2038537Z [cluster1] lameduck 5s
  3868. 2020-11-23T12:51:00.2038872Z [cluster1] }
  3869. 2020-11-23T12:51:00.2039383Z [cluster1] ready
  3870. 2020-11-23T12:51:00.2040756Z [cluster1] kubernetes cluster1.local in-addr.arpa ip6.arpa {
  3871. 2020-11-23T12:51:00.2041322Z [cluster1] pods insecure
  3872. 2020-11-23T12:51:00.2042091Z [cluster1] fallthrough in-addr.arpa ip6.arpa
  3873. 2020-11-23T12:51:00.2042687Z [cluster1] ttl 30
  3874. 2020-11-23T12:51:00.2043006Z [cluster1] }
  3875. 2020-11-23T12:51:00.2043346Z [cluster1] prometheus :9153
  3876. 2020-11-23T12:51:00.2043945Z [cluster1] forward . /etc/resolv.conf
  3877. 2020-11-23T12:51:00.2044324Z [cluster1] cache 30
  3878. 2020-11-23T12:51:00.2044634Z [cluster1] loop
  3879. 2020-11-23T12:51:00.2044963Z [cluster1] reload
  3880. 2020-11-23T12:51:00.2045303Z [cluster1] loadbalance
  3881. 2020-11-23T12:51:00.2045640Z [cluster1] }
  3882. 2020-11-23T12:51:00.2045917Z [cluster1]
  3883. 2020-11-23T12:51:00.2046212Z [cluster1]
  3884. 2020-11-23T12:51:00.2046485Z [cluster1]
  3885. 2020-11-23T12:51:00.2046765Z [cluster1]
  3886. 2020-11-23T12:51:00.2048379Z [cluster1] 2020-11-23T12:40:02.071Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "servicediscovery-controller", "name": "service-discovery", "namespace": "submariner-operator"}
  3887. 2020-11-23T12:51:00.2050475Z [cluster1] 2020-11-23T12:40:04.171Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3888. 2020-11-23T12:51:00.2051945Z [cluster1] 2020-11-23T12:40:04.180Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3889. 2020-11-23T12:51:00.2053199Z [cluster1] 2020-11-23T12:40:04.180Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3890. 2020-11-23T12:51:00.2054803Z [cluster1] 2020-11-23T12:40:04.188Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3891. 2020-11-23T12:51:00.2057690Z [cluster1] 2020-11-23T12:40:04.200Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3892. 2020-11-23T12:51:00.2060187Z [cluster1] 2020-11-23T12:40:04.217Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3893. 2020-11-23T12:51:00.2062181Z [cluster1] 2020-11-23T12:40:09.198Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3894. 2020-11-23T12:51:00.2064291Z [cluster1] 2020-11-23T12:40:09.211Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3895. 2020-11-23T12:51:00.2065649Z [cluster1] 2020-11-23T12:40:09.211Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3896. 2020-11-23T12:51:00.2068051Z [cluster1] 2020-11-23T12:40:09.217Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3897. 2020-11-23T12:51:00.2071830Z [cluster1] 2020-11-23T12:40:09.222Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3898. 2020-11-23T12:51:00.2075174Z [cluster1] 2020-11-23T12:40:09.230Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3899. 2020-11-23T12:51:00.2079059Z [cluster1] 2020-11-23T12:40:09.492Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  3900. 2020-11-23T12:51:00.2083563Z [cluster1] 2020-11-23T12:40:09.508Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  3901. 2020-11-23T12:51:00.2087692Z [cluster1] 2020-11-23T12:40:09.520Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-coredns"}
  3902. 2020-11-23T12:51:00.2090553Z [cluster1] 2020-11-23T12:40:09.525Z INFO controller_servicediscovery coredns configmap has lighthouse configuration hence updating {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  3903. 2020-11-23T12:51:00.2092377Z [cluster1] 2020-11-23T12:40:09.525Z INFO controller_servicediscovery Updated coredns ConfigMap #lighthouse-start AUTO-GENERATED SECTION. DO NOT EDIT
  3904. 2020-11-23T12:51:00.2093802Z [cluster1] clusterset.local:53 {
  3905. 2020-11-23T12:51:00.2094250Z [cluster1] forward . 100.1.69.173
  3906. 2020-11-23T12:51:00.2094623Z [cluster1] }
  3907. 2020-11-23T12:51:00.2095167Z [cluster1] #lighthouse-end
  3908. 2020-11-23T12:51:00.2096031Z [cluster1] .:53 {
  3909. 2020-11-23T12:51:00.2096552Z [cluster1] errors
  3910. 2020-11-23T12:51:00.2097061Z [cluster1] health {
  3911. 2020-11-23T12:51:00.2097815Z [cluster1] lameduck 5s
  3912. 2020-11-23T12:51:00.2098148Z [cluster1] }
  3913. 2020-11-23T12:51:00.2098462Z [cluster1] ready
  3914. 2020-11-23T12:51:00.2099223Z [cluster1] kubernetes cluster1.local in-addr.arpa ip6.arpa {
  3915. 2020-11-23T12:51:00.2099922Z [cluster1] pods insecure
  3916. 2020-11-23T12:51:00.2100701Z [cluster1] fallthrough in-addr.arpa ip6.arpa
  3917. 2020-11-23T12:51:00.2101573Z [cluster1] ttl 30
  3918. 2020-11-23T12:51:00.2102064Z [cluster1] }
  3919. 2020-11-23T12:51:00.2102818Z [cluster1] prometheus :9153
  3920. 2020-11-23T12:51:00.2103531Z [cluster1] forward . /etc/resolv.conf
  3921. 2020-11-23T12:51:00.2104214Z [cluster1] cache 30
  3922. 2020-11-23T12:51:00.2104573Z [cluster1] loop
  3923. 2020-11-23T12:51:00.2104947Z [cluster1] reload
  3924. 2020-11-23T12:51:00.2105340Z [cluster1] loadbalance
  3925. 2020-11-23T12:51:00.2105882Z [cluster1] }
  3926. 2020-11-23T12:51:00.2106356Z [cluster1]
  3927. 2020-11-23T12:51:00.2106808Z [cluster1]
  3928. 2020-11-23T12:51:00.2107283Z [cluster1]
  3929. 2020-11-23T12:51:00.2107734Z [cluster1]
  3930. 2020-11-23T12:51:00.2108029Z [cluster1]
  3931. 2020-11-23T12:51:00.2110076Z [cluster1] 2020-11-23T12:40:09.532Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "servicediscovery-controller", "name": "service-discovery", "namespace": "submariner-operator"}
  3932. 2020-11-23T12:51:00.2112214Z [cluster1] 2020-11-23T12:40:14.215Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3933. 2020-11-23T12:51:00.2113664Z [cluster1] 2020-11-23T12:40:14.220Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3934. 2020-11-23T12:51:00.2114701Z [cluster1] 2020-11-23T12:40:14.220Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3935. 2020-11-23T12:51:00.2116863Z [cluster1] 2020-11-23T12:40:14.225Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3936. 2020-11-23T12:51:00.2119145Z [cluster1] 2020-11-23T12:40:14.228Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3937. 2020-11-23T12:51:00.2121201Z [cluster1] 2020-11-23T12:40:14.234Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3938. 2020-11-23T12:51:00.2123024Z [cluster1] 2020-11-23T12:40:19.233Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3939. 2020-11-23T12:51:00.2124264Z [cluster1] 2020-11-23T12:40:19.238Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3940. 2020-11-23T12:51:00.2125211Z [cluster1] 2020-11-23T12:40:19.238Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3941. 2020-11-23T12:51:00.2126983Z [cluster1] 2020-11-23T12:40:19.243Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3942. 2020-11-23T12:51:00.2129257Z [cluster1] 2020-11-23T12:40:19.246Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3943. 2020-11-23T12:51:00.2131326Z [cluster1] 2020-11-23T12:40:19.252Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3944. 2020-11-23T12:51:00.2133169Z [cluster1] 2020-11-23T12:40:24.254Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3945. 2020-11-23T12:51:00.2134392Z [cluster1] 2020-11-23T12:40:24.261Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3946. 2020-11-23T12:51:00.2135696Z [cluster1] 2020-11-23T12:40:24.261Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3947. 2020-11-23T12:51:00.2137351Z [cluster1] 2020-11-23T12:40:24.265Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3948. 2020-11-23T12:51:00.2139565Z [cluster1] 2020-11-23T12:40:24.268Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3949. 2020-11-23T12:51:00.2141581Z [cluster1] 2020-11-23T12:40:24.277Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3950. 2020-11-23T12:51:00.2143181Z [cluster1] 2020-11-23T12:40:29.270Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3951. 2020-11-23T12:51:00.2144334Z [cluster1] 2020-11-23T12:40:29.279Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3952. 2020-11-23T12:51:00.2145239Z [cluster1] 2020-11-23T12:40:29.279Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3953. 2020-11-23T12:51:00.2147028Z [cluster1] 2020-11-23T12:40:29.285Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3954. 2020-11-23T12:51:00.2149666Z [cluster1] 2020-11-23T12:40:29.290Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3955. 2020-11-23T12:51:00.2153703Z [cluster1] 2020-11-23T12:40:29.295Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3956. 2020-11-23T12:51:00.2155533Z [cluster1] 2020-11-23T12:40:34.292Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3957. 2020-11-23T12:51:00.2156722Z [cluster1] 2020-11-23T12:40:34.299Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3958. 2020-11-23T12:51:00.2157797Z [cluster1] 2020-11-23T12:40:34.299Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3959. 2020-11-23T12:51:00.2159450Z [cluster1] 2020-11-23T12:40:34.303Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3960. 2020-11-23T12:51:00.2161801Z [cluster1] 2020-11-23T12:40:34.309Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3961. 2020-11-23T12:51:00.2165105Z [cluster1] 2020-11-23T12:40:34.314Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3962. 2020-11-23T12:51:00.2167308Z [cluster1] 2020-11-23T12:40:39.308Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3963. 2020-11-23T12:51:00.2169096Z [cluster1] 2020-11-23T12:40:39.314Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3964. 2020-11-23T12:51:00.2170064Z [cluster1] 2020-11-23T12:40:39.314Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3965. 2020-11-23T12:51:00.2171946Z [cluster1] 2020-11-23T12:40:39.319Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3966. 2020-11-23T12:51:00.2175247Z [cluster1] 2020-11-23T12:40:39.325Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3967. 2020-11-23T12:51:00.2178349Z [cluster1] 2020-11-23T12:40:39.330Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3968. 2020-11-23T12:51:00.2180125Z [cluster1] 2020-11-23T12:40:44.320Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3969. 2020-11-23T12:51:00.2181491Z [cluster1] 2020-11-23T12:40:44.331Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3970. 2020-11-23T12:51:00.2182648Z [cluster1] 2020-11-23T12:40:44.331Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3971. 2020-11-23T12:51:00.2185418Z [cluster1] 2020-11-23T12:40:44.338Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3972. 2020-11-23T12:51:00.2188729Z [cluster1] 2020-11-23T12:40:44.341Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3973. 2020-11-23T12:51:00.2192955Z [cluster1] 2020-11-23T12:40:44.346Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3974. 2020-11-23T12:51:00.2195730Z [cluster1] 2020-11-23T12:40:49.340Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3975. 2020-11-23T12:51:00.2197358Z [cluster1] 2020-11-23T12:40:49.349Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3976. 2020-11-23T12:51:00.2198347Z [cluster1] 2020-11-23T12:40:49.349Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3977. 2020-11-23T12:51:00.2200623Z [cluster1] 2020-11-23T12:40:49.361Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3978. 2020-11-23T12:51:00.2203764Z [cluster1] 2020-11-23T12:40:49.366Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3979. 2020-11-23T12:51:00.2206994Z [cluster1] 2020-11-23T12:40:49.375Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3980. 2020-11-23T12:51:00.2208681Z [cluster1] 2020-11-23T12:40:54.380Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3981. 2020-11-23T12:51:00.2209911Z [cluster1] 2020-11-23T12:40:54.392Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3982. 2020-11-23T12:51:00.2210872Z [cluster1] 2020-11-23T12:40:54.392Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3983. 2020-11-23T12:51:00.2212560Z [cluster1] 2020-11-23T12:40:54.399Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3984. 2020-11-23T12:51:00.2214894Z [cluster1] 2020-11-23T12:40:54.403Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3985. 2020-11-23T12:51:00.2217355Z [cluster1] 2020-11-23T12:40:54.409Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3986. 2020-11-23T12:51:00.2218998Z [cluster1] 2020-11-23T12:40:59.406Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3987. 2020-11-23T12:51:00.2220193Z [cluster1] 2020-11-23T12:40:59.417Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3988. 2020-11-23T12:51:00.2221122Z [cluster1] 2020-11-23T12:40:59.417Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3989. 2020-11-23T12:51:00.2233300Z [cluster1] 2020-11-23T12:40:59.423Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3990. 2020-11-23T12:51:00.2235810Z [cluster1] 2020-11-23T12:40:59.426Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  3991. 2020-11-23T12:51:00.2246347Z [cluster1] 2020-11-23T12:40:59.431Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3992. 2020-11-23T12:51:00.2248739Z [cluster1] 2020-11-23T12:40:59.432Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  3993. 2020-11-23T12:51:00.2251556Z [cluster1] 2020-11-23T12:40:59.432Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  3994. 2020-11-23T12:51:00.2252894Z [cluster1] 2020-11-23T12:40:59.438Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3995. 2020-11-23T12:51:00.2255848Z [cluster1] 2020-11-23T12:40:59.438Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3996. 2020-11-23T12:51:00.2257440Z [cluster1] 2020-11-23T12:40:59.440Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  3997. 2020-11-23T12:51:00.2259695Z [cluster1] 2020-11-23T12:40:59.441Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  3998. 2020-11-23T12:51:00.2262165Z [cluster1] 2020-11-23T12:40:59.444Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  3999. 2020-11-23T12:51:00.2265923Z [cluster1] 2020-11-23T12:40:59.445Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4000. 2020-11-23T12:51:00.2268801Z [cluster1] 2020-11-23T12:40:59.448Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4001. 2020-11-23T12:51:00.2272235Z [cluster1] 2020-11-23T12:40:59.450Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4002. 2020-11-23T12:51:00.2275045Z [cluster1] 2020-11-23T12:40:59.457Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4003. 2020-11-23T12:51:00.2277594Z [cluster1] 2020-11-23T12:40:59.457Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  4004. 2020-11-23T12:51:00.2279501Z [cluster1] 2020-11-23T12:41:04.428Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4005. 2020-11-23T12:51:00.2281072Z [cluster1] 2020-11-23T12:41:04.437Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4006. 2020-11-23T12:51:00.2282316Z [cluster1] 2020-11-23T12:41:04.437Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4007. 2020-11-23T12:51:00.2284000Z [cluster1] 2020-11-23T12:41:04.442Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4008. 2020-11-23T12:51:00.2286795Z [cluster1] 2020-11-23T12:41:04.451Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4009. 2020-11-23T12:51:00.2289202Z [cluster1] 2020-11-23T12:41:04.456Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4010. 2020-11-23T12:51:00.2291083Z [cluster1] 2020-11-23T12:41:09.484Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4011. 2020-11-23T12:51:00.2292693Z [cluster1] 2020-11-23T12:41:09.514Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4012. 2020-11-23T12:51:00.2294572Z [cluster1] 2020-11-23T12:41:09.514Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4013. 2020-11-23T12:51:00.2297448Z [cluster1] 2020-11-23T12:41:09.526Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4014. 2020-11-23T12:51:00.2301394Z [cluster1] 2020-11-23T12:41:09.546Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4015. 2020-11-23T12:51:00.2304910Z [cluster1] 2020-11-23T12:41:09.561Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4016. 2020-11-23T12:51:00.2307192Z [cluster1] 2020-11-23T12:41:14.541Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4017. 2020-11-23T12:51:00.2308915Z [cluster1] 2020-11-23T12:41:14.549Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4018. 2020-11-23T12:51:00.2309887Z [cluster1] 2020-11-23T12:41:14.549Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4019. 2020-11-23T12:51:00.2311775Z [cluster1] 2020-11-23T12:41:14.553Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4020. 2020-11-23T12:51:00.2314562Z [cluster1] 2020-11-23T12:41:14.556Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4021. 2020-11-23T12:51:00.2316862Z [cluster1] 2020-11-23T12:41:14.562Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4022. 2020-11-23T12:51:00.2318574Z [cluster1] 2020-11-23T12:41:19.567Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4023. 2020-11-23T12:51:00.2319780Z [cluster1] 2020-11-23T12:41:19.608Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4024. 2020-11-23T12:51:00.2320752Z [cluster1] 2020-11-23T12:41:19.608Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4025. 2020-11-23T12:51:00.2322430Z [cluster1] 2020-11-23T12:41:19.623Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4026. 2020-11-23T12:51:00.2324778Z [cluster1] 2020-11-23T12:41:19.630Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4027. 2020-11-23T12:51:00.2326916Z [cluster1] 2020-11-23T12:41:19.654Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4028. 2020-11-23T12:51:00.2328603Z [cluster1] 2020-11-23T12:41:24.617Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4029. 2020-11-23T12:51:00.2329822Z [cluster1] 2020-11-23T12:41:24.630Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4030. 2020-11-23T12:51:00.2330778Z [cluster1] 2020-11-23T12:41:24.630Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4031. 2020-11-23T12:51:00.2332458Z [cluster1] 2020-11-23T12:41:24.637Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4032. 2020-11-23T12:51:00.2334792Z [cluster1] 2020-11-23T12:41:24.645Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4033. 2020-11-23T12:51:00.2337096Z [cluster1] 2020-11-23T12:41:24.653Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4034. 2020-11-23T12:51:00.2338888Z [cluster1] 2020-11-23T12:41:29.657Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4035. 2020-11-23T12:51:00.2340165Z [cluster1] 2020-11-23T12:41:29.668Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4036. 2020-11-23T12:51:00.2341320Z [cluster1] 2020-11-23T12:41:29.668Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4037. 2020-11-23T12:51:00.2343210Z [cluster1] 2020-11-23T12:41:29.678Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4038. 2020-11-23T12:51:00.2346184Z [cluster1] 2020-11-23T12:41:29.681Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4039. 2020-11-23T12:51:00.2348655Z [cluster1] 2020-11-23T12:41:29.688Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4040. 2020-11-23T12:51:00.2350782Z [cluster1] 2020-11-23T12:41:34.681Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4041. 2020-11-23T12:51:00.2352028Z [cluster1] 2020-11-23T12:41:34.691Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4042. 2020-11-23T12:51:00.2353024Z [cluster1] 2020-11-23T12:41:34.691Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4043. 2020-11-23T12:51:00.2354881Z [cluster1] 2020-11-23T12:41:34.703Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4044. 2020-11-23T12:51:00.2357228Z [cluster1] 2020-11-23T12:41:34.707Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4045. 2020-11-23T12:51:00.2360291Z [cluster1] 2020-11-23T12:41:34.716Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4046. 2020-11-23T12:51:00.2362233Z [cluster1] 2020-11-23T12:41:39.702Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4047. 2020-11-23T12:51:00.2364181Z [cluster1] 2020-11-23T12:41:39.717Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4048. 2020-11-23T12:51:00.2365430Z [cluster1] 2020-11-23T12:41:39.717Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4049. 2020-11-23T12:51:00.2367835Z [cluster1] 2020-11-23T12:41:39.722Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4050. 2020-11-23T12:51:00.2370668Z [cluster1] 2020-11-23T12:41:39.728Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4051. 2020-11-23T12:51:00.2373376Z [cluster1] 2020-11-23T12:41:39.740Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4052. 2020-11-23T12:51:00.2377927Z [cluster1] 2020-11-23T12:41:44.747Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4053. 2020-11-23T12:51:00.2379949Z [cluster1] 2020-11-23T12:41:44.761Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4054. 2020-11-23T12:51:00.2381732Z [cluster1] 2020-11-23T12:41:44.762Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4055. 2020-11-23T12:51:00.2384744Z [cluster1] 2020-11-23T12:41:44.769Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4056. 2020-11-23T12:51:00.2389654Z [cluster1] 2020-11-23T12:41:44.774Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4057. 2020-11-23T12:51:00.2392663Z [cluster1] 2020-11-23T12:41:44.785Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4058. 2020-11-23T12:51:00.2395535Z [cluster1] 2020-11-23T12:41:49.770Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4059. 2020-11-23T12:51:00.2397120Z [cluster1] 2020-11-23T12:41:49.786Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4060. 2020-11-23T12:51:00.2398369Z [cluster1] 2020-11-23T12:41:49.786Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4061. 2020-11-23T12:51:00.2401340Z [cluster1] 2020-11-23T12:41:49.791Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4062. 2020-11-23T12:51:00.2403740Z [cluster1] 2020-11-23T12:41:49.795Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4063. 2020-11-23T12:51:00.2406323Z [cluster1] 2020-11-23T12:41:49.806Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4064. 2020-11-23T12:51:00.2409045Z [cluster1] 2020-11-23T12:41:54.796Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4065. 2020-11-23T12:51:00.2410862Z [cluster1] 2020-11-23T12:41:54.810Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4066. 2020-11-23T12:51:00.2412585Z [cluster1] 2020-11-23T12:41:54.811Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4067. 2020-11-23T12:51:00.2414544Z [cluster1] 2020-11-23T12:41:54.825Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4068. 2020-11-23T12:51:00.2417555Z [cluster1] 2020-11-23T12:41:54.830Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4069. 2020-11-23T12:51:00.2424206Z [cluster1] 2020-11-23T12:41:54.840Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4070. 2020-11-23T12:51:00.2426221Z [cluster1] 2020-11-23T12:41:59.831Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4071. 2020-11-23T12:51:00.2427506Z [cluster1] 2020-11-23T12:41:59.843Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4072. 2020-11-23T12:51:00.2428709Z [cluster1] 2020-11-23T12:41:59.843Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4073. 2020-11-23T12:51:00.2430560Z [cluster1] 2020-11-23T12:41:59.859Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4074. 2020-11-23T12:51:00.2433507Z [cluster1] 2020-11-23T12:41:59.868Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4075. 2020-11-23T12:51:00.2435988Z [cluster1] 2020-11-23T12:41:59.886Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4076. 2020-11-23T12:51:00.2438017Z [cluster1] 2020-11-23T12:42:04.855Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4077. 2020-11-23T12:51:00.2439511Z [cluster1] 2020-11-23T12:42:04.866Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4078. 2020-11-23T12:51:00.2440528Z [cluster1] 2020-11-23T12:42:04.866Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4079. 2020-11-23T12:51:00.2442312Z [cluster1] 2020-11-23T12:42:04.870Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4080. 2020-11-23T12:51:00.2444789Z [cluster1] 2020-11-23T12:42:04.875Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4081. 2020-11-23T12:51:00.2447828Z [cluster1] 2020-11-23T12:42:04.890Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4082. 2020-11-23T12:51:00.2450095Z [cluster1] 2020-11-23T12:42:09.868Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4083. 2020-11-23T12:51:00.2451798Z [cluster1] 2020-11-23T12:42:09.880Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4084. 2020-11-23T12:51:00.2452852Z [cluster1] 2020-11-23T12:42:09.880Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4085. 2020-11-23T12:51:00.2454828Z [cluster1] 2020-11-23T12:42:09.886Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4086. 2020-11-23T12:51:00.2457490Z [cluster1] 2020-11-23T12:42:09.898Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4087. 2020-11-23T12:51:00.2460699Z [cluster1] 2020-11-23T12:42:09.906Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4088. 2020-11-23T12:51:00.2463915Z [cluster1] 2020-11-23T12:42:14.904Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4089. 2020-11-23T12:51:00.2465624Z [cluster1] 2020-11-23T12:42:14.918Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4090. 2020-11-23T12:51:00.2466815Z [cluster1] 2020-11-23T12:42:14.918Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4091. 2020-11-23T12:51:00.2469302Z [cluster1] 2020-11-23T12:42:14.930Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4092. 2020-11-23T12:51:00.2472184Z [cluster1] 2020-11-23T12:42:14.949Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4093. 2020-11-23T12:51:00.2474647Z [cluster1] 2020-11-23T12:42:14.957Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4094. 2020-11-23T12:51:00.2476455Z [cluster1] 2020-11-23T12:42:19.938Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4095. 2020-11-23T12:51:00.2477998Z [cluster1] 2020-11-23T12:42:19.960Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4096. 2020-11-23T12:51:00.2479064Z [cluster1] 2020-11-23T12:42:19.960Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4097. 2020-11-23T12:51:00.2481562Z [cluster1] 2020-11-23T12:42:19.980Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4098. 2020-11-23T12:51:00.2484330Z [cluster1] 2020-11-23T12:42:19.991Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4099. 2020-11-23T12:51:00.2487386Z [cluster1] 2020-11-23T12:42:19.999Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4100. 2020-11-23T12:51:00.2490141Z [cluster1] 2020-11-23T12:42:24.998Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4101. 2020-11-23T12:51:00.2491954Z [cluster1] 2020-11-23T12:42:25.017Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4102. 2020-11-23T12:51:00.2492943Z [cluster1] 2020-11-23T12:42:25.017Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4103. 2020-11-23T12:51:00.2494867Z [cluster1] 2020-11-23T12:42:25.027Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4104. 2020-11-23T12:51:00.2497525Z [cluster1] 2020-11-23T12:42:25.031Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4105. 2020-11-23T12:51:00.2499788Z [cluster1] 2020-11-23T12:42:25.040Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4106. 2020-11-23T12:51:00.2503241Z [cluster1] 2020-11-23T12:42:30.037Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4107. 2020-11-23T12:51:00.2505012Z [cluster1] 2020-11-23T12:42:30.059Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4108. 2020-11-23T12:51:00.2506047Z [cluster1] 2020-11-23T12:42:30.059Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4109. 2020-11-23T12:51:00.2507837Z [cluster1] 2020-11-23T12:42:30.066Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4110. 2020-11-23T12:51:00.2510457Z [cluster1] 2020-11-23T12:42:30.071Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4111. 2020-11-23T12:51:00.2512780Z [cluster1] 2020-11-23T12:42:30.081Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4112. 2020-11-23T12:51:00.2514590Z [cluster1] 2020-11-23T12:42:35.066Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4113. 2020-11-23T12:51:00.2516209Z [cluster1] 2020-11-23T12:42:35.072Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4114. 2020-11-23T12:51:00.2517421Z [cluster1] 2020-11-23T12:42:35.072Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4115. 2020-11-23T12:51:00.2519199Z [cluster1] 2020-11-23T12:42:35.076Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4116. 2020-11-23T12:51:00.2521685Z [cluster1] 2020-11-23T12:42:35.084Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4117. 2020-11-23T12:51:00.2523936Z [cluster1] 2020-11-23T12:42:35.090Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4118. 2020-11-23T12:51:00.2525937Z [cluster1] 2020-11-23T12:42:40.079Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4119. 2020-11-23T12:51:00.2527439Z [cluster1] 2020-11-23T12:42:40.088Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4120. 2020-11-23T12:51:00.2529024Z [cluster1] 2020-11-23T12:42:40.088Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4121. 2020-11-23T12:51:00.2531294Z [cluster1] 2020-11-23T12:42:40.092Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4122. 2020-11-23T12:51:00.2534517Z [cluster1] 2020-11-23T12:42:40.096Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4123. 2020-11-23T12:51:00.2537671Z [cluster1] 2020-11-23T12:42:40.102Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4124. 2020-11-23T12:51:00.2539481Z [cluster1] 2020-11-23T12:42:45.100Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4125. 2020-11-23T12:51:00.2540778Z [cluster1] 2020-11-23T12:42:45.107Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4126. 2020-11-23T12:51:00.2541791Z [cluster1] 2020-11-23T12:42:45.107Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4127. 2020-11-23T12:51:00.2543575Z [cluster1] 2020-11-23T12:42:45.113Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4128. 2020-11-23T12:51:00.2546375Z [cluster1] 2020-11-23T12:42:45.117Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4129. 2020-11-23T12:51:00.2549525Z [cluster1] 2020-11-23T12:42:45.124Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4130. 2020-11-23T12:51:00.2552438Z [cluster1] 2020-11-23T12:42:50.122Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4131. 2020-11-23T12:51:00.2554471Z [cluster1] 2020-11-23T12:42:50.129Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4132. 2020-11-23T12:51:00.2556008Z [cluster1] 2020-11-23T12:42:50.129Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4133. 2020-11-23T12:51:00.2558082Z [cluster1] 2020-11-23T12:42:50.133Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4134. 2020-11-23T12:51:00.2560750Z [cluster1] 2020-11-23T12:42:50.136Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4135. 2020-11-23T12:51:00.2563014Z [cluster1] 2020-11-23T12:42:50.143Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4136. 2020-11-23T12:51:00.2564809Z [cluster1] 2020-11-23T12:42:55.137Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4137. 2020-11-23T12:51:00.2566499Z [cluster1] 2020-11-23T12:42:55.144Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4138. 2020-11-23T12:51:00.2567510Z [cluster1] 2020-11-23T12:42:55.144Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4139. 2020-11-23T12:51:00.2570719Z [cluster1] 2020-11-23T12:42:55.149Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4140. 2020-11-23T12:51:00.2574417Z [cluster1] 2020-11-23T12:42:55.153Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4141. 2020-11-23T12:51:00.2577007Z [cluster1] 2020-11-23T12:42:55.158Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4142. 2020-11-23T12:51:00.2578816Z [cluster1] 2020-11-23T12:43:00.155Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4143. 2020-11-23T12:51:00.2580525Z [cluster1] 2020-11-23T12:43:00.163Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4144. 2020-11-23T12:51:00.2581565Z [cluster1] 2020-11-23T12:43:00.163Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4145. 2020-11-23T12:51:00.2583334Z [cluster1] 2020-11-23T12:43:00.167Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4146. 2020-11-23T12:51:00.2586087Z [cluster1] 2020-11-23T12:43:00.171Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4147. 2020-11-23T12:51:00.2589395Z [cluster1] 2020-11-23T12:43:00.178Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4148. 2020-11-23T12:51:00.2592369Z [cluster1] 2020-11-23T12:43:05.169Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4149. 2020-11-23T12:51:00.2594338Z [cluster1] 2020-11-23T12:43:05.177Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4150. 2020-11-23T12:51:00.2595902Z [cluster1] 2020-11-23T12:43:05.177Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4151. 2020-11-23T12:51:00.2597873Z [cluster1] 2020-11-23T12:43:05.181Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4152. 2020-11-23T12:51:00.2601056Z [cluster1] 2020-11-23T12:43:05.184Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4153. 2020-11-23T12:51:00.2603929Z [cluster1] 2020-11-23T12:43:05.189Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4154. 2020-11-23T12:51:00.2605961Z [cluster1] 2020-11-23T12:43:10.186Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4155. 2020-11-23T12:51:00.2607288Z [cluster1] 2020-11-23T12:43:10.446Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4156. 2020-11-23T12:51:00.2608478Z [cluster1] 2020-11-23T12:43:10.446Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4157. 2020-11-23T12:51:00.2610260Z [cluster1] 2020-11-23T12:43:10.450Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4158. 2020-11-23T12:51:00.2612732Z [cluster1] 2020-11-23T12:43:10.453Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4159. 2020-11-23T12:51:00.2614986Z [cluster1] 2020-11-23T12:43:10.459Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4160. 2020-11-23T12:51:00.2617959Z [cluster1] 2020-11-23T12:43:15.450Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4161. 2020-11-23T12:51:00.2619274Z [cluster1] 2020-11-23T12:43:15.456Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4162. 2020-11-23T12:51:00.2620557Z [cluster1] 2020-11-23T12:43:15.456Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4163. 2020-11-23T12:51:00.2622414Z [cluster1] 2020-11-23T12:43:15.461Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4164. 2020-11-23T12:51:00.2625085Z [cluster1] 2020-11-23T12:43:15.464Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4165. 2020-11-23T12:51:00.2627639Z [cluster1] 2020-11-23T12:43:15.469Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4166. 2020-11-23T12:51:00.2629567Z [cluster1] 2020-11-23T12:43:20.467Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4167. 2020-11-23T12:51:00.2630807Z [cluster1] 2020-11-23T12:43:20.476Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4168. 2020-11-23T12:51:00.2632387Z [cluster1] 2020-11-23T12:43:20.476Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4169. 2020-11-23T12:51:00.2634175Z [cluster1] 2020-11-23T12:43:20.481Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4170. 2020-11-23T12:51:00.2636739Z [cluster1] 2020-11-23T12:43:20.484Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4171. 2020-11-23T12:51:00.2638913Z [cluster1] 2020-11-23T12:43:20.489Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4172. 2020-11-23T12:51:00.2640665Z [cluster1] 2020-11-23T12:43:25.480Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4173. 2020-11-23T12:51:00.2641903Z [cluster1] 2020-11-23T12:43:25.485Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4174. 2020-11-23T12:51:00.2642905Z [cluster1] 2020-11-23T12:43:25.485Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4175. 2020-11-23T12:51:00.2644632Z [cluster1] 2020-11-23T12:43:25.489Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4176. 2020-11-23T12:51:00.2647444Z [cluster1] 2020-11-23T12:43:25.492Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4177. 2020-11-23T12:51:00.2649991Z [cluster1] 2020-11-23T12:43:25.497Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4178. 2020-11-23T12:51:00.2651680Z [cluster1] 2020-11-23T12:43:30.498Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4179. 2020-11-23T12:51:00.2653827Z [cluster1] 2020-11-23T12:43:30.504Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4180. 2020-11-23T12:51:00.2655122Z [cluster1] 2020-11-23T12:43:30.504Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4181. 2020-11-23T12:51:00.2658235Z [cluster1] 2020-11-23T12:43:30.508Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4182. 2020-11-23T12:51:00.2661465Z [cluster1] 2020-11-23T12:43:30.511Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4183. 2020-11-23T12:51:00.2664072Z [cluster1] 2020-11-23T12:43:30.516Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4184. 2020-11-23T12:51:00.2665812Z [cluster1] 2020-11-23T12:43:35.512Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4185. 2020-11-23T12:51:00.2667770Z [cluster1] 2020-11-23T12:43:35.522Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4186. 2020-11-23T12:51:00.2668962Z [cluster1] 2020-11-23T12:43:35.522Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4187. 2020-11-23T12:51:00.2671414Z [cluster1] 2020-11-23T12:43:35.527Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4188. 2020-11-23T12:51:00.2674481Z [cluster1] 2020-11-23T12:43:35.530Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4189. 2020-11-23T12:51:00.2676852Z [cluster1] 2020-11-23T12:43:35.536Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4190. 2020-11-23T12:51:00.2678596Z [cluster1] 2020-11-23T12:43:40.526Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4191. 2020-11-23T12:51:00.2679839Z [cluster1] 2020-11-23T12:43:40.534Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4192. 2020-11-23T12:51:00.2680840Z [cluster1] 2020-11-23T12:43:40.534Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4193. 2020-11-23T12:51:00.2682762Z [cluster1] 2020-11-23T12:43:40.538Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4194. 2020-11-23T12:51:00.2685623Z [cluster1] 2020-11-23T12:43:40.541Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4195. 2020-11-23T12:51:00.2688091Z [cluster1] 2020-11-23T12:43:40.545Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4196. 2020-11-23T12:51:00.2689796Z [cluster1] 2020-11-23T12:43:45.539Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4197. 2020-11-23T12:51:00.2691002Z [cluster1] 2020-11-23T12:43:45.545Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4198. 2020-11-23T12:51:00.2691975Z [cluster1] 2020-11-23T12:43:45.545Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4199. 2020-11-23T12:51:00.2694116Z [cluster1] 2020-11-23T12:43:45.549Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4200. 2020-11-23T12:51:00.2698962Z [cluster1] 2020-11-23T12:43:45.554Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4201. 2020-11-23T12:51:00.2702261Z [cluster1] 2020-11-23T12:43:45.559Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4202. 2020-11-23T12:51:00.2704699Z [cluster1] 2020-11-23T12:43:50.553Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4203. 2020-11-23T12:51:00.2706906Z [cluster1] 2020-11-23T12:43:50.561Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4204. 2020-11-23T12:51:00.2708662Z [cluster1] 2020-11-23T12:43:50.561Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4205. 2020-11-23T12:51:00.2711748Z [cluster1] 2020-11-23T12:43:50.565Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4206. 2020-11-23T12:51:00.2714831Z [cluster1] 2020-11-23T12:43:50.571Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4207. 2020-11-23T12:51:00.2717725Z [cluster1] 2020-11-23T12:43:50.578Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4208. 2020-11-23T12:51:00.2720231Z [cluster1] 2020-11-23T12:43:55.570Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4209. 2020-11-23T12:51:00.2721732Z [cluster1] 2020-11-23T12:43:55.581Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4210. 2020-11-23T12:51:00.2722775Z [cluster1] 2020-11-23T12:43:55.581Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4211. 2020-11-23T12:51:00.2725000Z [cluster1] 2020-11-23T12:43:55.587Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4212. 2020-11-23T12:51:00.2728035Z [cluster1] 2020-11-23T12:43:55.590Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4213. 2020-11-23T12:51:00.2730777Z [cluster1] 2020-11-23T12:43:55.594Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4214. 2020-11-23T12:51:00.2732926Z [cluster1] 2020-11-23T12:44:00.598Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4215. 2020-11-23T12:51:00.2734625Z [cluster1] 2020-11-23T12:44:00.606Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4216. 2020-11-23T12:51:00.2736181Z [cluster1] 2020-11-23T12:44:00.606Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4217. 2020-11-23T12:51:00.2737963Z [cluster1] 2020-11-23T12:44:00.625Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4218. 2020-11-23T12:51:00.2740894Z [cluster1] 2020-11-23T12:44:00.630Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4219. 2020-11-23T12:51:00.2746658Z [cluster1] 2020-11-23T12:44:00.639Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4220. 2020-11-23T12:51:00.2749859Z [cluster1] 2020-11-23T12:44:05.605Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4221. 2020-11-23T12:51:00.2751935Z [cluster1] 2020-11-23T12:44:05.611Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4222. 2020-11-23T12:51:00.2753240Z [cluster1] 2020-11-23T12:44:05.611Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4223. 2020-11-23T12:51:00.2756245Z [cluster1] 2020-11-23T12:44:05.616Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4224. 2020-11-23T12:51:00.2760076Z [cluster1] 2020-11-23T12:44:05.619Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4225. 2020-11-23T12:51:00.2763178Z [cluster1] 2020-11-23T12:44:05.703Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4226. 2020-11-23T12:51:00.2765717Z [cluster1] 2020-11-23T12:44:10.622Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4227. 2020-11-23T12:51:00.2769512Z [cluster1] 2020-11-23T12:44:10.629Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4228. 2020-11-23T12:51:00.2771087Z [cluster1] 2020-11-23T12:44:10.629Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4229. 2020-11-23T12:51:00.2773296Z [cluster1] 2020-11-23T12:44:10.632Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4230. 2020-11-23T12:51:00.2777062Z [cluster1] 2020-11-23T12:44:10.635Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4231. 2020-11-23T12:51:00.2779511Z [cluster1] 2020-11-23T12:44:10.641Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4232. 2020-11-23T12:51:00.2781420Z [cluster1] 2020-11-23T12:44:15.638Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4233. 2020-11-23T12:51:00.2783331Z [cluster1] 2020-11-23T12:44:15.645Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4234. 2020-11-23T12:51:00.2784568Z [cluster1] 2020-11-23T12:44:15.645Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4235. 2020-11-23T12:51:00.2786930Z [cluster1] 2020-11-23T12:44:15.651Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4236. 2020-11-23T12:51:00.2789565Z [cluster1] 2020-11-23T12:44:15.654Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4237. 2020-11-23T12:51:00.2791973Z [cluster1] 2020-11-23T12:44:15.659Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4238. 2020-11-23T12:51:00.2794086Z [cluster1] 2020-11-23T12:44:20.652Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4239. 2020-11-23T12:51:00.2796095Z [cluster1] 2020-11-23T12:44:20.667Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4240. 2020-11-23T12:51:00.2797378Z [cluster1] 2020-11-23T12:44:20.667Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4241. 2020-11-23T12:51:00.2800776Z [cluster1] 2020-11-23T12:44:20.673Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4242. 2020-11-23T12:51:00.2805048Z [cluster1] 2020-11-23T12:44:20.677Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4243. 2020-11-23T12:51:00.2808263Z [cluster1] 2020-11-23T12:44:20.682Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4244. 2020-11-23T12:51:00.2810424Z [cluster1] 2020-11-23T12:44:25.673Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4245. 2020-11-23T12:51:00.2811904Z [cluster1] 2020-11-23T12:44:25.683Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4246. 2020-11-23T12:51:00.2813038Z [cluster1] 2020-11-23T12:44:25.683Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4247. 2020-11-23T12:51:00.2815153Z [cluster1] 2020-11-23T12:44:25.687Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4248. 2020-11-23T12:51:00.2818908Z [cluster1] 2020-11-23T12:44:25.691Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4249. 2020-11-23T12:51:00.2821563Z [cluster1] 2020-11-23T12:44:25.698Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4250. 2020-11-23T12:51:00.2823526Z [cluster1] 2020-11-23T12:44:30.688Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4251. 2020-11-23T12:51:00.2824951Z [cluster1] 2020-11-23T12:44:30.694Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4252. 2020-11-23T12:51:00.2826069Z [cluster1] 2020-11-23T12:44:30.694Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4253. 2020-11-23T12:51:00.2828229Z [cluster1] 2020-11-23T12:44:30.698Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4254. 2020-11-23T12:51:00.2830963Z [cluster1] 2020-11-23T12:44:30.702Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4255. 2020-11-23T12:51:00.2833451Z [cluster1] 2020-11-23T12:44:30.708Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4256. 2020-11-23T12:51:00.2835425Z [cluster1] 2020-11-23T12:44:35.703Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4257. 2020-11-23T12:51:00.2836846Z [cluster1] 2020-11-23T12:44:35.710Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4258. 2020-11-23T12:51:00.2837962Z [cluster1] 2020-11-23T12:44:35.710Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4259. 2020-11-23T12:51:00.2839934Z [cluster1] 2020-11-23T12:44:35.714Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4260. 2020-11-23T12:51:00.2842655Z [cluster1] 2020-11-23T12:44:35.717Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4261. 2020-11-23T12:51:00.2845149Z [cluster1] 2020-11-23T12:44:35.722Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4262. 2020-11-23T12:51:00.2847301Z [cluster1] 2020-11-23T12:44:40.717Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4263. 2020-11-23T12:51:00.2848796Z [cluster1] 2020-11-23T12:44:40.727Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4264. 2020-11-23T12:51:00.2851603Z [cluster1] 2020-11-23T12:44:40.727Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4265. 2020-11-23T12:51:00.2853629Z [cluster1] 2020-11-23T12:44:40.731Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4266. 2020-11-23T12:51:00.2856808Z [cluster1] 2020-11-23T12:44:40.738Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4267. 2020-11-23T12:51:00.2859244Z [cluster1] 2020-11-23T12:44:40.744Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4268. 2020-11-23T12:51:00.2861176Z [cluster1] 2020-11-23T12:44:45.738Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4269. 2020-11-23T12:51:00.2863579Z [cluster1] 2020-11-23T12:44:45.746Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4270. 2020-11-23T12:51:00.2866334Z [cluster1] 2020-11-23T12:44:45.746Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4271. 2020-11-23T12:51:00.2877151Z [cluster1] 2020-11-23T12:44:45.750Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4272. 2020-11-23T12:51:00.2880206Z [cluster1] 2020-11-23T12:44:45.753Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4273. 2020-11-23T12:51:00.2882639Z [cluster1] 2020-11-23T12:44:45.758Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4274. 2020-11-23T12:51:00.2884547Z [cluster1] 2020-11-23T12:44:50.754Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4275. 2020-11-23T12:51:00.2886165Z [cluster1] 2020-11-23T12:44:50.763Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4276. 2020-11-23T12:51:00.2887295Z [cluster1] 2020-11-23T12:44:50.763Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4277. 2020-11-23T12:51:00.2889776Z [cluster1] 2020-11-23T12:44:50.769Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4278. 2020-11-23T12:51:00.2892418Z [cluster1] 2020-11-23T12:44:50.775Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4279. 2020-11-23T12:51:00.2894830Z [cluster1] 2020-11-23T12:44:50.783Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4280. 2020-11-23T12:51:00.2897439Z [cluster1] 2020-11-23T12:44:55.772Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4281. 2020-11-23T12:51:00.2899440Z [cluster1] 2020-11-23T12:44:55.778Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4282. 2020-11-23T12:51:00.2901739Z [cluster1] 2020-11-23T12:44:55.778Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4283. 2020-11-23T12:51:00.2904501Z [cluster1] 2020-11-23T12:44:55.782Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4284. 2020-11-23T12:51:00.2907142Z [cluster1] 2020-11-23T12:44:55.784Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4285. 2020-11-23T12:51:00.2910578Z [cluster1] 2020-11-23T12:44:55.790Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4286. 2020-11-23T12:51:00.2912610Z [cluster1] 2020-11-23T12:45:00.785Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4287. 2020-11-23T12:51:00.2913991Z [cluster1] 2020-11-23T12:45:00.793Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4288. 2020-11-23T12:51:00.2915094Z [cluster1] 2020-11-23T12:45:00.793Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4289. 2020-11-23T12:51:00.2916980Z [cluster1] 2020-11-23T12:45:00.797Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4290. 2020-11-23T12:51:00.2919628Z [cluster1] 2020-11-23T12:45:00.800Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4291. 2020-11-23T12:51:00.2922025Z [cluster1] 2020-11-23T12:45:00.806Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4292. 2020-11-23T12:51:00.2924279Z [cluster1] 2020-11-23T12:45:05.805Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4293. 2020-11-23T12:51:00.2925888Z [cluster1] 2020-11-23T12:45:05.811Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4294. 2020-11-23T12:51:00.2927346Z [cluster1] 2020-11-23T12:45:05.811Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4295. 2020-11-23T12:51:00.2929235Z [cluster1] 2020-11-23T12:45:05.816Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4296. 2020-11-23T12:51:00.2932562Z [cluster1] 2020-11-23T12:45:05.819Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4297. 2020-11-23T12:51:00.2936618Z [cluster1] 2020-11-23T12:45:05.828Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4298. 2020-11-23T12:51:00.2938965Z [cluster1] 2020-11-23T12:45:10.820Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4299. 2020-11-23T12:51:00.2940449Z [cluster1] 2020-11-23T12:45:10.826Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4300. 2020-11-23T12:51:00.2941685Z [cluster1] 2020-11-23T12:45:10.826Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4301. 2020-11-23T12:51:00.2943872Z [cluster1] 2020-11-23T12:45:10.831Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4302. 2020-11-23T12:51:00.2946996Z [cluster1] 2020-11-23T12:45:10.835Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4303. 2020-11-23T12:51:00.2949507Z [cluster1] 2020-11-23T12:45:10.840Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4304. 2020-11-23T12:51:00.2951690Z [cluster1] 2020-11-23T12:45:15.833Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4305. 2020-11-23T12:51:00.2953107Z [cluster1] 2020-11-23T12:45:15.839Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4306. 2020-11-23T12:51:00.2954324Z [cluster1] 2020-11-23T12:45:15.839Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4307. 2020-11-23T12:51:00.2956362Z [cluster1] 2020-11-23T12:45:15.842Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4308. 2020-11-23T12:51:00.2962117Z [cluster1] 2020-11-23T12:45:15.845Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4309. 2020-11-23T12:51:00.2965050Z [cluster1] 2020-11-23T12:45:15.850Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4310. 2020-11-23T12:51:00.2967176Z [cluster1] 2020-11-23T12:45:20.844Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4311. 2020-11-23T12:51:00.2968911Z [cluster1] 2020-11-23T12:45:20.851Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4312. 2020-11-23T12:51:00.2970602Z [cluster1] 2020-11-23T12:45:20.851Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4313. 2020-11-23T12:51:00.2972864Z [cluster1] 2020-11-23T12:45:20.855Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4314. 2020-11-23T12:51:00.2981208Z [cluster1] 2020-11-23T12:45:20.857Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4315. 2020-11-23T12:51:00.2984386Z [cluster1] 2020-11-23T12:45:20.862Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4316. 2020-11-23T12:51:00.2986488Z [cluster1] 2020-11-23T12:45:25.858Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4317. 2020-11-23T12:51:00.2988237Z [cluster1] 2020-11-23T12:45:25.866Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4318. 2020-11-23T12:51:00.3143391Z [cluster1] 2020-11-23T12:45:25.866Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4319. 2020-11-23T12:51:00.3145437Z [cluster1] 2020-11-23T12:45:25.871Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4320. 2020-11-23T12:51:00.3148347Z [cluster1] 2020-11-23T12:45:25.875Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4321. 2020-11-23T12:51:00.3150847Z [cluster1] 2020-11-23T12:45:25.882Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4322. 2020-11-23T12:51:00.3152762Z [cluster1] 2020-11-23T12:45:30.875Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4323. 2020-11-23T12:51:00.3154485Z [cluster1] 2020-11-23T12:45:30.882Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4324. 2020-11-23T12:51:00.3155572Z [cluster1] 2020-11-23T12:45:30.882Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4325. 2020-11-23T12:51:00.3157620Z [cluster1] 2020-11-23T12:45:30.887Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4326. 2020-11-23T12:51:00.3160181Z [cluster1] 2020-11-23T12:45:30.891Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4327. 2020-11-23T12:51:00.3162678Z [cluster1] 2020-11-23T12:45:30.896Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4328. 2020-11-23T12:51:00.3165265Z [cluster1] 2020-11-23T12:45:35.894Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4329. 2020-11-23T12:51:00.3167485Z [cluster1] 2020-11-23T12:45:35.900Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4330. 2020-11-23T12:51:00.3168578Z [cluster1] 2020-11-23T12:45:35.900Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4331. 2020-11-23T12:51:00.3170510Z [cluster1] 2020-11-23T12:45:35.904Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4332. 2020-11-23T12:51:00.3173180Z [cluster1] 2020-11-23T12:45:35.907Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4333. 2020-11-23T12:51:00.3177386Z [cluster1] 2020-11-23T12:45:35.915Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4334. 2020-11-23T12:51:00.3182310Z [cluster1] 2020-11-23T12:45:40.913Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4335. 2020-11-23T12:51:00.3183719Z [cluster1] 2020-11-23T12:45:40.924Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4336. 2020-11-23T12:51:00.3184987Z [cluster1] 2020-11-23T12:45:40.924Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4337. 2020-11-23T12:51:00.3187353Z [cluster1] 2020-11-23T12:45:40.928Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4338. 2020-11-23T12:51:00.3190170Z [cluster1] 2020-11-23T12:45:40.931Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4339. 2020-11-23T12:51:00.3210338Z [cluster1] 2020-11-23T12:45:40.953Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4340. 2020-11-23T12:51:00.3212644Z [cluster1] 2020-11-23T12:45:45.934Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4341. 2020-11-23T12:51:00.3214152Z [cluster1] 2020-11-23T12:45:45.940Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4342. 2020-11-23T12:51:00.3215815Z [cluster1] 2020-11-23T12:45:45.941Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4343. 2020-11-23T12:51:00.3217932Z [cluster1] 2020-11-23T12:45:45.945Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4344. 2020-11-23T12:51:00.3220830Z [cluster1] 2020-11-23T12:45:45.948Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4345. 2020-11-23T12:51:00.3223179Z [cluster1] 2020-11-23T12:45:45.953Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4346. 2020-11-23T12:51:00.3225051Z [cluster1] 2020-11-23T12:45:50.960Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4347. 2020-11-23T12:51:00.3226376Z [cluster1] 2020-11-23T12:45:50.968Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4348. 2020-11-23T12:51:00.3227935Z [cluster1] 2020-11-23T12:45:50.968Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4349. 2020-11-23T12:51:00.3229823Z [cluster1] 2020-11-23T12:45:50.972Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4350. 2020-11-23T12:51:00.3232381Z [cluster1] 2020-11-23T12:45:50.976Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4351. 2020-11-23T12:51:00.3234701Z [cluster1] 2020-11-23T12:45:50.981Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4352. 2020-11-23T12:51:00.3236754Z [cluster1] 2020-11-23T12:45:55.979Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4353. 2020-11-23T12:51:00.3238024Z [cluster1] 2020-11-23T12:45:55.984Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4354. 2020-11-23T12:51:00.3239047Z [cluster1] 2020-11-23T12:45:55.984Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4355. 2020-11-23T12:51:00.3240813Z [cluster1] 2020-11-23T12:45:55.989Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4356. 2020-11-23T12:51:00.3243306Z [cluster1] 2020-11-23T12:45:55.994Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4357. 2020-11-23T12:51:00.3246114Z [cluster1] 2020-11-23T12:45:55.999Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4358. 2020-11-23T12:51:00.3248487Z [cluster1] 2020-11-23T12:46:00.995Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4359. 2020-11-23T12:51:00.3250821Z [cluster1] 2020-11-23T12:46:01.004Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4360. 2020-11-23T12:51:00.3252092Z [cluster1] 2020-11-23T12:46:01.004Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4361. 2020-11-23T12:51:00.3254957Z [cluster1] 2020-11-23T12:46:01.008Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4362. 2020-11-23T12:51:00.3257612Z [cluster1] 2020-11-23T12:46:01.011Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4363. 2020-11-23T12:51:00.3259881Z [cluster1] 2020-11-23T12:46:01.015Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4364. 2020-11-23T12:51:00.3262118Z [cluster1] 2020-11-23T12:46:06.014Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4365. 2020-11-23T12:51:00.3263491Z [cluster1] 2020-11-23T12:46:06.023Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4366. 2020-11-23T12:51:00.3264930Z [cluster1] 2020-11-23T12:46:06.023Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4367. 2020-11-23T12:51:00.3266712Z [cluster1] 2020-11-23T12:46:06.028Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4368. 2020-11-23T12:51:00.3269996Z [cluster1] 2020-11-23T12:46:06.035Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4369. 2020-11-23T12:51:00.3272873Z [cluster1] 2020-11-23T12:46:06.040Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4370. 2020-11-23T12:51:00.3275437Z [cluster1] 2020-11-23T12:46:11.030Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4371. 2020-11-23T12:51:00.3277166Z [cluster1] 2020-11-23T12:46:11.037Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4372. 2020-11-23T12:51:00.3278393Z [cluster1] 2020-11-23T12:46:11.037Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4373. 2020-11-23T12:51:00.3280349Z [cluster1] 2020-11-23T12:46:11.042Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4374. 2020-11-23T12:51:00.3283042Z [cluster1] 2020-11-23T12:46:11.046Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4375. 2020-11-23T12:51:00.3285605Z [cluster1] 2020-11-23T12:46:11.052Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4376. 2020-11-23T12:51:00.3288917Z [cluster1] 2020-11-23T12:46:16.049Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4377. 2020-11-23T12:51:00.3290816Z [cluster1] 2020-11-23T12:46:16.057Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4378. 2020-11-23T12:51:00.3292137Z [cluster1] 2020-11-23T12:46:16.057Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4379. 2020-11-23T12:51:00.3293964Z [cluster1] 2020-11-23T12:46:16.064Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4380. 2020-11-23T12:51:00.3296810Z [cluster1] 2020-11-23T12:46:16.068Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4381. 2020-11-23T12:51:00.3299992Z [cluster1] 2020-11-23T12:46:16.073Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4382. 2020-11-23T12:51:00.3305065Z [cluster1] 2020-11-23T12:46:21.062Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4383. 2020-11-23T12:51:00.3306414Z [cluster1] 2020-11-23T12:46:21.071Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4384. 2020-11-23T12:51:00.3307649Z [cluster1] 2020-11-23T12:46:21.071Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4385. 2020-11-23T12:51:00.3309500Z [cluster1] 2020-11-23T12:46:21.075Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4386. 2020-11-23T12:51:00.3312702Z [cluster1] 2020-11-23T12:46:21.079Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4387. 2020-11-23T12:51:00.3315588Z [cluster1] 2020-11-23T12:46:21.087Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4388. 2020-11-23T12:51:00.3317435Z [cluster1] 2020-11-23T12:46:26.095Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4389. 2020-11-23T12:51:00.3318766Z [cluster1] 2020-11-23T12:46:26.104Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4390. 2020-11-23T12:51:00.3319814Z [cluster1] 2020-11-23T12:46:26.104Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4391. 2020-11-23T12:51:00.3321649Z [cluster1] 2020-11-23T12:46:26.112Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4392. 2020-11-23T12:51:00.3324203Z [cluster1] 2020-11-23T12:46:26.117Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4393. 2020-11-23T12:51:00.3326524Z [cluster1] 2020-11-23T12:46:26.128Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4394. 2020-11-23T12:51:00.3328361Z [cluster1] 2020-11-23T12:46:31.120Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4395. 2020-11-23T12:51:00.3329697Z [cluster1] 2020-11-23T12:46:31.132Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4396. 2020-11-23T12:51:00.3330737Z [cluster1] 2020-11-23T12:46:31.132Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4397. 2020-11-23T12:51:00.3390276Z [cluster1] 2020-11-23T12:46:31.137Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4398. 2020-11-23T12:51:00.3392995Z [cluster1] 2020-11-23T12:46:31.140Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4399. 2020-11-23T12:51:00.3395498Z [cluster1] 2020-11-23T12:46:31.146Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4400. 2020-11-23T12:51:00.3398476Z [cluster1] 2020-11-23T12:46:36.141Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4401. 2020-11-23T12:51:00.3401187Z [cluster1] 2020-11-23T12:46:36.155Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4402. 2020-11-23T12:51:00.3403023Z [cluster1] 2020-11-23T12:46:36.155Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4403. 2020-11-23T12:51:00.3405297Z [cluster1] 2020-11-23T12:46:36.160Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4404. 2020-11-23T12:51:00.3407853Z [cluster1] 2020-11-23T12:46:36.163Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4405. 2020-11-23T12:51:00.3410383Z [cluster1] 2020-11-23T12:46:36.169Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4406. 2020-11-23T12:51:00.3413791Z [cluster1] 2020-11-23T12:46:41.165Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4407. 2020-11-23T12:51:00.3415126Z [cluster1] 2020-11-23T12:46:41.174Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4408. 2020-11-23T12:51:00.3416820Z [cluster1] 2020-11-23T12:46:41.174Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4409. 2020-11-23T12:51:00.3418622Z [cluster1] 2020-11-23T12:46:41.179Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4410. 2020-11-23T12:51:00.3423729Z [cluster1] 2020-11-23T12:46:41.183Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4411. 2020-11-23T12:51:00.3426156Z [cluster1] 2020-11-23T12:46:41.189Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4412. 2020-11-23T12:51:00.3427964Z [cluster1] 2020-11-23T12:46:46.182Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4413. 2020-11-23T12:51:00.3429268Z [cluster1] 2020-11-23T12:46:46.188Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4414. 2020-11-23T12:51:00.3430288Z [cluster1] 2020-11-23T12:46:46.188Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4415. 2020-11-23T12:51:00.3432084Z [cluster1] 2020-11-23T12:46:46.192Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4416. 2020-11-23T12:51:00.3434780Z [cluster1] 2020-11-23T12:46:46.195Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4417. 2020-11-23T12:51:00.3437279Z [cluster1] 2020-11-23T12:46:46.200Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4418. 2020-11-23T12:51:00.3439171Z [cluster1] 2020-11-23T12:46:51.199Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4419. 2020-11-23T12:51:00.3440431Z [cluster1] 2020-11-23T12:46:51.206Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4420. 2020-11-23T12:51:00.3441418Z [cluster1] 2020-11-23T12:46:51.206Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4421. 2020-11-23T12:51:00.3443162Z [cluster1] 2020-11-23T12:46:51.210Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4422. 2020-11-23T12:51:00.3445575Z [cluster1] 2020-11-23T12:46:51.214Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4423. 2020-11-23T12:51:00.3447762Z [cluster1] 2020-11-23T12:46:51.219Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4424. 2020-11-23T12:51:00.3449984Z [cluster1] 2020-11-23T12:46:56.214Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4425. 2020-11-23T12:51:00.3451381Z [cluster1] 2020-11-23T12:46:56.221Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4426. 2020-11-23T12:51:00.3452413Z [cluster1] 2020-11-23T12:46:56.221Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4427. 2020-11-23T12:51:00.3454311Z [cluster1] 2020-11-23T12:46:56.226Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4428. 2020-11-23T12:51:00.3456925Z [cluster1] 2020-11-23T12:46:56.239Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4429. 2020-11-23T12:51:00.3459253Z [cluster1] 2020-11-23T12:46:56.245Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4430. 2020-11-23T12:51:00.3462255Z [cluster1] 2020-11-23T12:47:01.232Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4431. 2020-11-23T12:51:00.3463923Z [cluster1] 2020-11-23T12:47:01.241Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4432. 2020-11-23T12:51:00.3465603Z [cluster1] 2020-11-23T12:47:01.241Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4433. 2020-11-23T12:51:00.3467740Z [cluster1] 2020-11-23T12:47:01.245Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4434. 2020-11-23T12:51:00.3472244Z [cluster1] 2020-11-23T12:47:01.249Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4435. 2020-11-23T12:51:00.3475914Z [cluster1] 2020-11-23T12:47:01.255Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4436. 2020-11-23T12:51:00.3478622Z [cluster1] 2020-11-23T12:47:06.252Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4437. 2020-11-23T12:51:00.3480023Z [cluster1] 2020-11-23T12:47:06.259Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4438. 2020-11-23T12:51:00.3481012Z [cluster1] 2020-11-23T12:47:06.259Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4439. 2020-11-23T12:51:00.3483231Z [cluster1] 2020-11-23T12:47:06.263Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4440. 2020-11-23T12:51:00.3485929Z [cluster1] 2020-11-23T12:47:06.267Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4441. 2020-11-23T12:51:00.3489578Z [cluster1] 2020-11-23T12:47:06.272Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4442. 2020-11-23T12:51:00.3491978Z [cluster1] 2020-11-23T12:47:11.274Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4443. 2020-11-23T12:51:00.3493234Z [cluster1] 2020-11-23T12:47:11.375Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4444. 2020-11-23T12:51:00.3494220Z [cluster1] 2020-11-23T12:47:11.375Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4445. 2020-11-23T12:51:00.3496449Z [cluster1] 2020-11-23T12:47:11.391Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4446. 2020-11-23T12:51:00.3499051Z [cluster1] 2020-11-23T12:47:11.396Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4447. 2020-11-23T12:51:00.3503977Z [cluster1] 2020-11-23T12:47:11.400Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4448. 2020-11-23T12:51:00.3507025Z [cluster1] 2020-11-23T12:47:16.385Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4449. 2020-11-23T12:51:00.3508774Z [cluster1] 2020-11-23T12:47:16.391Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4450. 2020-11-23T12:51:00.3509801Z [cluster1] 2020-11-23T12:47:16.391Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4451. 2020-11-23T12:51:00.3511575Z [cluster1] 2020-11-23T12:47:16.396Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4452. 2020-11-23T12:51:00.3515126Z [cluster1] 2020-11-23T12:47:16.401Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4453. 2020-11-23T12:51:00.3518187Z [cluster1] 2020-11-23T12:47:16.406Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4454. 2020-11-23T12:51:00.3520686Z [cluster1] 2020-11-23T12:47:21.399Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4455. 2020-11-23T12:51:00.3522034Z [cluster1] 2020-11-23T12:47:21.406Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4456. 2020-11-23T12:51:00.3525121Z [cluster1] 2020-11-23T12:47:21.406Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4457. 2020-11-23T12:51:00.3527807Z [cluster1] 2020-11-23T12:47:21.410Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4458. 2020-11-23T12:51:00.3530385Z [cluster1] 2020-11-23T12:47:21.413Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4459. 2020-11-23T12:51:00.3532911Z [cluster1] 2020-11-23T12:47:21.417Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4460. 2020-11-23T12:51:00.3535080Z [cluster1] 2020-11-23T12:47:26.411Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4461. 2020-11-23T12:51:00.3536772Z [cluster1] 2020-11-23T12:47:26.422Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4462. 2020-11-23T12:51:00.3537971Z [cluster1] 2020-11-23T12:47:26.422Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4463. 2020-11-23T12:51:00.3539760Z [cluster1] 2020-11-23T12:47:26.427Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4464. 2020-11-23T12:51:00.3542234Z [cluster1] 2020-11-23T12:47:26.431Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4465. 2020-11-23T12:51:00.3544490Z [cluster1] 2020-11-23T12:47:26.436Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4466. 2020-11-23T12:51:00.3546276Z [cluster1] 2020-11-23T12:47:31.431Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4467. 2020-11-23T12:51:00.3547763Z [cluster1] 2020-11-23T12:47:31.440Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4468. 2020-11-23T12:51:00.3548801Z [cluster1] 2020-11-23T12:47:31.440Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4469. 2020-11-23T12:51:00.3551003Z [cluster1] 2020-11-23T12:47:31.444Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4470. 2020-11-23T12:51:00.3554014Z [cluster1] 2020-11-23T12:47:31.448Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4471. 2020-11-23T12:51:00.3556687Z [cluster1] 2020-11-23T12:47:31.453Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4472. 2020-11-23T12:51:00.3559754Z [cluster1] 2020-11-23T12:47:36.446Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4473. 2020-11-23T12:51:00.3562170Z [cluster1] 2020-11-23T12:47:36.455Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4474. 2020-11-23T12:51:00.3563977Z [cluster1] 2020-11-23T12:47:36.455Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4475. 2020-11-23T12:51:00.3566498Z [cluster1] 2020-11-23T12:47:36.460Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4476. 2020-11-23T12:51:00.3569413Z [cluster1] 2020-11-23T12:47:36.466Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4477. 2020-11-23T12:51:00.3572220Z [cluster1] 2020-11-23T12:47:36.474Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4478. 2020-11-23T12:51:00.3574754Z [cluster1] 2020-11-23T12:47:41.463Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4479. 2020-11-23T12:51:00.3576110Z [cluster1] 2020-11-23T12:47:41.470Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4480. 2020-11-23T12:51:00.3577195Z [cluster1] 2020-11-23T12:47:41.470Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4481. 2020-11-23T12:51:00.3579086Z [cluster1] 2020-11-23T12:47:41.475Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4482. 2020-11-23T12:51:00.3581737Z [cluster1] 2020-11-23T12:47:41.478Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4483. 2020-11-23T12:51:00.3584338Z [cluster1] 2020-11-23T12:47:41.482Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4484. 2020-11-23T12:51:00.3586823Z [cluster1] 2020-11-23T12:47:46.476Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4485. 2020-11-23T12:51:00.3588388Z [cluster1] 2020-11-23T12:47:46.482Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4486. 2020-11-23T12:51:00.3589499Z [cluster1] 2020-11-23T12:47:46.483Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4487. 2020-11-23T12:51:00.3591463Z [cluster1] 2020-11-23T12:47:46.490Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4488. 2020-11-23T12:51:00.3594181Z [cluster1] 2020-11-23T12:47:46.495Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4489. 2020-11-23T12:51:00.3597406Z [cluster1] 2020-11-23T12:47:46.501Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4490. 2020-11-23T12:51:00.3600163Z [cluster1] 2020-11-23T12:47:51.493Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4491. 2020-11-23T12:51:00.3601574Z [cluster1] 2020-11-23T12:47:51.498Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4492. 2020-11-23T12:51:00.3602681Z [cluster1] 2020-11-23T12:47:51.498Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4493. 2020-11-23T12:51:00.3604733Z [cluster1] 2020-11-23T12:47:51.502Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4494. 2020-11-23T12:51:00.3607497Z [cluster1] 2020-11-23T12:47:51.505Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4495. 2020-11-23T12:51:00.3610125Z [cluster1] 2020-11-23T12:47:51.511Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4496. 2020-11-23T12:51:00.3612092Z [cluster1] 2020-11-23T12:47:56.509Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4497. 2020-11-23T12:51:00.3613495Z [cluster1] 2020-11-23T12:47:56.515Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4498. 2020-11-23T12:51:00.3614621Z [cluster1] 2020-11-23T12:47:56.515Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4499. 2020-11-23T12:51:00.3616726Z [cluster1] 2020-11-23T12:47:56.518Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4500. 2020-11-23T12:51:00.3619365Z [cluster1] 2020-11-23T12:47:56.522Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4501. 2020-11-23T12:51:00.3624141Z [cluster1] 2020-11-23T12:47:56.527Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4502. 2020-11-23T12:51:00.3626451Z [cluster1] 2020-11-23T12:48:01.523Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4503. 2020-11-23T12:51:00.3627818Z [cluster1] 2020-11-23T12:48:01.531Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4504. 2020-11-23T12:51:00.3628920Z [cluster1] 2020-11-23T12:48:01.531Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4505. 2020-11-23T12:51:00.3630808Z [cluster1] 2020-11-23T12:48:01.537Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4506. 2020-11-23T12:51:00.3633467Z [cluster1] 2020-11-23T12:48:01.541Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4507. 2020-11-23T12:51:00.3636261Z [cluster1] 2020-11-23T12:48:01.546Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4508. 2020-11-23T12:51:00.3638271Z [cluster1] 2020-11-23T12:48:06.541Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4509. 2020-11-23T12:51:00.3639810Z [cluster1] 2020-11-23T12:48:06.551Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4510. 2020-11-23T12:51:00.3640850Z [cluster1] 2020-11-23T12:48:06.552Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4511. 2020-11-23T12:51:00.3651343Z [cluster1] 2020-11-23T12:48:06.561Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4512. 2020-11-23T12:51:00.3660696Z [cluster1] 2020-11-23T12:48:06.573Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4513. 2020-11-23T12:51:00.3663998Z [cluster1] 2020-11-23T12:48:06.585Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4514. 2020-11-23T12:51:00.3666125Z [cluster1] 2020-11-23T12:48:11.577Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4515. 2020-11-23T12:51:00.3668024Z [cluster1] 2020-11-23T12:48:11.584Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4516. 2020-11-23T12:51:00.3669449Z [cluster1] 2020-11-23T12:48:11.584Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4517. 2020-11-23T12:51:00.3671831Z [cluster1] 2020-11-23T12:48:11.589Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4518. 2020-11-23T12:51:00.3675353Z [cluster1] 2020-11-23T12:48:11.592Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4519. 2020-11-23T12:51:00.3677876Z [cluster1] 2020-11-23T12:48:11.596Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4520. 2020-11-23T12:51:00.3679723Z [cluster1] 2020-11-23T12:48:16.598Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4521. 2020-11-23T12:51:00.3681039Z [cluster1] 2020-11-23T12:48:16.607Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4522. 2020-11-23T12:51:00.3682091Z [cluster1] 2020-11-23T12:48:16.607Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4523. 2020-11-23T12:51:00.3683906Z [cluster1] 2020-11-23T12:48:16.621Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4524. 2020-11-23T12:51:00.3686472Z [cluster1] 2020-11-23T12:48:16.627Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4525. 2020-11-23T12:51:00.3689157Z [cluster1] 2020-11-23T12:48:16.638Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4526. 2020-11-23T12:51:00.3691271Z [cluster1] 2020-11-23T12:48:21.616Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4527. 2020-11-23T12:51:00.3692583Z [cluster1] 2020-11-23T12:48:21.622Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4528. 2020-11-23T12:51:00.3694642Z [cluster1] 2020-11-23T12:48:21.622Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4529. 2020-11-23T12:51:00.3697030Z [cluster1] 2020-11-23T12:48:21.626Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4530. 2020-11-23T12:51:00.3700904Z [cluster1] 2020-11-23T12:48:21.629Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4531. 2020-11-23T12:51:00.3703698Z [cluster1] 2020-11-23T12:48:21.637Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4532. 2020-11-23T12:51:00.3705677Z [cluster1] 2020-11-23T12:48:26.631Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4533. 2020-11-23T12:51:00.3707123Z [cluster1] 2020-11-23T12:48:26.640Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4534. 2020-11-23T12:51:00.3708337Z [cluster1] 2020-11-23T12:48:26.640Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4535. 2020-11-23T12:51:00.3710420Z [cluster1] 2020-11-23T12:48:26.644Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4536. 2020-11-23T12:51:00.3713137Z [cluster1] 2020-11-23T12:48:26.648Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4537. 2020-11-23T12:51:00.3715464Z [cluster1] 2020-11-23T12:48:26.655Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4538. 2020-11-23T12:51:00.3717299Z [cluster1] 2020-11-23T12:48:31.647Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4539. 2020-11-23T12:51:00.3718619Z [cluster1] 2020-11-23T12:48:31.652Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4540. 2020-11-23T12:51:00.3719663Z [cluster1] 2020-11-23T12:48:31.652Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4541. 2020-11-23T12:51:00.3721671Z [cluster1] 2020-11-23T12:48:31.658Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4542. 2020-11-23T12:51:00.3724135Z [cluster1] 2020-11-23T12:48:31.662Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4543. 2020-11-23T12:51:00.3726737Z [cluster1] 2020-11-23T12:48:31.667Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4544. 2020-11-23T12:51:00.3729723Z [cluster1] 2020-11-23T12:48:36.670Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4545. 2020-11-23T12:51:00.3731810Z [cluster1] 2020-11-23T12:48:36.676Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4546. 2020-11-23T12:51:00.3732899Z [cluster1] 2020-11-23T12:48:36.676Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4547. 2020-11-23T12:51:00.3734682Z [cluster1] 2020-11-23T12:48:36.679Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4548. 2020-11-23T12:51:00.3737318Z [cluster1] 2020-11-23T12:48:36.683Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4549. 2020-11-23T12:51:00.3740013Z [cluster1] 2020-11-23T12:48:36.689Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4550. 2020-11-23T12:51:00.3742020Z [cluster1] 2020-11-23T12:48:41.689Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4551. 2020-11-23T12:51:00.3743259Z [cluster1] 2020-11-23T12:48:41.697Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4552. 2020-11-23T12:51:00.3744435Z [cluster1] 2020-11-23T12:48:41.697Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4553. 2020-11-23T12:51:00.3747441Z [cluster1] 2020-11-23T12:48:41.701Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4554. 2020-11-23T12:51:00.3749878Z [cluster1] 2020-11-23T12:48:41.704Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4555. 2020-11-23T12:51:00.3752631Z [cluster1] 2020-11-23T12:48:41.708Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4556. 2020-11-23T12:51:00.3754436Z [cluster1] 2020-11-23T12:48:46.704Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4557. 2020-11-23T12:51:00.3755705Z [cluster1] 2020-11-23T12:48:46.712Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4558. 2020-11-23T12:51:00.3756882Z [cluster1] 2020-11-23T12:48:46.712Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4559. 2020-11-23T12:51:00.3758599Z [cluster1] 2020-11-23T12:48:46.716Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4560. 2020-11-23T12:51:00.3761641Z [cluster1] 2020-11-23T12:48:46.720Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4561. 2020-11-23T12:51:00.3764623Z [cluster1] 2020-11-23T12:48:46.726Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4562. 2020-11-23T12:51:00.3766305Z [cluster1] 2020-11-23T12:48:51.719Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4563. 2020-11-23T12:51:00.3767519Z [cluster1] 2020-11-23T12:48:51.727Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4564. 2020-11-23T12:51:00.3768671Z [cluster1] 2020-11-23T12:48:51.727Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4565. 2020-11-23T12:51:00.3771302Z [cluster1] 2020-11-23T12:48:51.731Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4566. 2020-11-23T12:51:00.3774708Z [cluster1] 2020-11-23T12:48:51.737Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4567. 2020-11-23T12:51:00.3777402Z [cluster1] 2020-11-23T12:48:51.748Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4568. 2020-11-23T12:51:00.3779759Z [cluster1] 2020-11-23T12:48:56.739Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4569. 2020-11-23T12:51:00.3781876Z [cluster1] 2020-11-23T12:48:56.747Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4570. 2020-11-23T12:51:00.3783054Z [cluster1] 2020-11-23T12:48:56.747Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4571. 2020-11-23T12:51:00.3786191Z [cluster1] 2020-11-23T12:48:56.752Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4572. 2020-11-23T12:51:00.3789387Z [cluster1] 2020-11-23T12:48:56.755Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4573. 2020-11-23T12:51:00.3798370Z [cluster1] 2020-11-23T12:48:56.761Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4574. 2020-11-23T12:51:00.3803596Z [cluster1] 2020-11-23T12:49:01.751Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4575. 2020-11-23T12:51:00.3805186Z [cluster1] 2020-11-23T12:49:01.756Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4576. 2020-11-23T12:51:00.3809790Z [cluster1] 2020-11-23T12:49:01.756Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4577. 2020-11-23T12:51:00.3813231Z [cluster1] 2020-11-23T12:49:01.761Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4578. 2020-11-23T12:51:00.3816431Z [cluster1] 2020-11-23T12:49:01.764Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4579. 2020-11-23T12:51:00.3818990Z [cluster1] 2020-11-23T12:49:01.769Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4580. 2020-11-23T12:51:00.3821454Z [cluster1] 2020-11-23T12:49:06.770Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4581. 2020-11-23T12:51:00.3822815Z [cluster1] 2020-11-23T12:49:06.780Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4582. 2020-11-23T12:51:00.3823907Z [cluster1] 2020-11-23T12:49:06.780Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4583. 2020-11-23T12:51:00.3825797Z [cluster1] 2020-11-23T12:49:06.784Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4584. 2020-11-23T12:51:00.3828442Z [cluster1] 2020-11-23T12:49:06.787Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4585. 2020-11-23T12:51:00.3833720Z [cluster1] 2020-11-23T12:49:06.793Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4586. 2020-11-23T12:51:00.3836733Z [cluster1] 2020-11-23T12:49:11.811Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4587. 2020-11-23T12:51:00.3838469Z [cluster1] 2020-11-23T12:49:11.818Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4588. 2020-11-23T12:51:00.3840274Z [cluster1] 2020-11-23T12:49:11.818Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4589. 2020-11-23T12:51:00.3842248Z [cluster1] 2020-11-23T12:49:11.823Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4590. 2020-11-23T12:51:00.3845044Z [cluster1] 2020-11-23T12:49:11.826Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4591. 2020-11-23T12:51:00.3853775Z [cluster1] 2020-11-23T12:49:11.830Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4592. 2020-11-23T12:51:00.3856735Z [cluster1] 2020-11-23T12:49:16.834Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4593. 2020-11-23T12:51:00.3858956Z [cluster1] 2020-11-23T12:49:16.845Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4594. 2020-11-23T12:51:00.3861119Z [cluster1] 2020-11-23T12:49:16.845Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4595. 2020-11-23T12:51:00.3864846Z [cluster1] 2020-11-23T12:49:16.854Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4596. 2020-11-23T12:51:00.3868305Z [cluster1] 2020-11-23T12:49:16.873Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4597. 2020-11-23T12:51:00.3876723Z [cluster1] 2020-11-23T12:49:16.885Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4598. 2020-11-23T12:51:00.3879541Z [cluster1] 2020-11-23T12:49:21.862Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4599. 2020-11-23T12:51:00.3883292Z [cluster1] 2020-11-23T12:49:21.869Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4600. 2020-11-23T12:51:00.3889460Z [cluster1] 2020-11-23T12:49:21.869Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4601. 2020-11-23T12:51:00.3891861Z [cluster1] 2020-11-23T12:49:21.873Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4602. 2020-11-23T12:51:00.3902118Z [cluster1] 2020-11-23T12:49:21.879Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4603. 2020-11-23T12:51:00.3905101Z [cluster1] 2020-11-23T12:49:21.889Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4604. 2020-11-23T12:51:00.3907244Z [cluster1] 2020-11-23T12:49:26.893Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4605. 2020-11-23T12:51:00.3908856Z [cluster1] 2020-11-23T12:49:26.899Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4606. 2020-11-23T12:51:00.3909986Z [cluster1] 2020-11-23T12:49:26.899Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4607. 2020-11-23T12:51:00.3913451Z [cluster1] 2020-11-23T12:49:26.903Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4608. 2020-11-23T12:51:00.3916361Z [cluster1] 2020-11-23T12:49:26.906Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4609. 2020-11-23T12:51:00.3919025Z [cluster1] 2020-11-23T12:49:26.911Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4610. 2020-11-23T12:51:00.3920996Z [cluster1] 2020-11-23T12:49:31.914Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4611. 2020-11-23T12:51:00.3922411Z [cluster1] 2020-11-23T12:49:31.932Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4612. 2020-11-23T12:51:00.3928201Z [cluster1] 2020-11-23T12:49:31.932Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4613. 2020-11-23T12:51:00.3930384Z [cluster1] 2020-11-23T12:49:31.936Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4614. 2020-11-23T12:51:00.3934642Z [cluster1] 2020-11-23T12:49:31.939Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4615. 2020-11-23T12:51:00.3937387Z [cluster1] 2020-11-23T12:49:31.948Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4616. 2020-11-23T12:51:00.3939340Z [cluster1] 2020-11-23T12:49:36.934Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4617. 2020-11-23T12:51:00.3948994Z [cluster1] 2020-11-23T12:49:36.942Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4618. 2020-11-23T12:51:00.3950274Z [cluster1] 2020-11-23T12:49:36.942Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4619. 2020-11-23T12:51:00.3953081Z [cluster1] 2020-11-23T12:49:36.946Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4620. 2020-11-23T12:51:00.3956362Z [cluster1] 2020-11-23T12:49:36.950Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4621. 2020-11-23T12:51:00.3962550Z [cluster1] 2020-11-23T12:49:36.955Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4622. 2020-11-23T12:51:00.3964676Z [cluster1] 2020-11-23T12:49:41.953Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4623. 2020-11-23T12:51:00.3966100Z [cluster1] 2020-11-23T12:49:41.962Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4624. 2020-11-23T12:51:00.3967226Z [cluster1] 2020-11-23T12:49:41.962Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4625. 2020-11-23T12:51:00.3974776Z [cluster1] 2020-11-23T12:49:41.978Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4626. 2020-11-23T12:51:00.3982503Z [cluster1] 2020-11-23T12:49:41.987Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4627. 2020-11-23T12:51:00.3986079Z [cluster1] 2020-11-23T12:49:41.994Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4628. 2020-11-23T12:51:00.3988428Z [cluster1] 2020-11-23T12:49:46.977Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4629. 2020-11-23T12:51:00.3990031Z [cluster1] 2020-11-23T12:49:46.982Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4630. 2020-11-23T12:51:00.3991220Z [cluster1] 2020-11-23T12:49:46.982Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4631. 2020-11-23T12:51:00.3993199Z [cluster1] 2020-11-23T12:49:46.986Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4632. 2020-11-23T12:51:00.3995941Z [cluster1] 2020-11-23T12:49:46.991Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4633. 2020-11-23T12:51:00.3998442Z [cluster1] 2020-11-23T12:49:46.996Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4634. 2020-11-23T12:51:00.4000853Z [cluster1] 2020-11-23T12:49:52.054Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4635. 2020-11-23T12:51:00.4002456Z [cluster1] 2020-11-23T12:49:52.065Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4636. 2020-11-23T12:51:00.4005014Z [cluster1] 2020-11-23T12:49:52.065Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4637. 2020-11-23T12:51:00.4007065Z [cluster1] 2020-11-23T12:49:52.100Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4638. 2020-11-23T12:51:00.4011972Z [cluster1] 2020-11-23T12:49:52.105Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4639. 2020-11-23T12:51:00.4017455Z [cluster1] 2020-11-23T12:49:52.111Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4640. 2020-11-23T12:51:00.4019766Z [cluster1] 2020-11-23T12:49:57.233Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4641. 2020-11-23T12:51:00.4021248Z [cluster1] 2020-11-23T12:49:57.269Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4642. 2020-11-23T12:51:00.4022939Z [cluster1] 2020-11-23T12:49:57.269Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4643. 2020-11-23T12:51:00.4037506Z [cluster1] 2020-11-23T12:49:57.310Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4644. 2020-11-23T12:51:00.4040603Z [cluster1] 2020-11-23T12:49:57.341Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4645. 2020-11-23T12:51:00.4043436Z [cluster1] 2020-11-23T12:49:57.365Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4646. 2020-11-23T12:51:00.4045579Z [cluster1] 2020-11-23T12:50:02.287Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4647. 2020-11-23T12:51:00.4047208Z [cluster1] 2020-11-23T12:50:02.308Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4648. 2020-11-23T12:51:00.4048378Z [cluster1] 2020-11-23T12:50:02.308Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4649. 2020-11-23T12:51:00.4050525Z [cluster1] 2020-11-23T12:50:02.333Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4650. 2020-11-23T12:51:00.4053265Z [cluster1] 2020-11-23T12:50:02.340Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4651. 2020-11-23T12:51:00.4056536Z [cluster1] 2020-11-23T12:50:02.356Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4652. 2020-11-23T12:51:00.4058928Z [cluster1] 2020-11-23T12:50:07.314Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4653. 2020-11-23T12:51:00.4060336Z [cluster1] 2020-11-23T12:50:07.322Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4654. 2020-11-23T12:51:00.4061457Z [cluster1] 2020-11-23T12:50:07.322Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4655. 2020-11-23T12:51:00.4063414Z [cluster1] 2020-11-23T12:50:07.325Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4656. 2020-11-23T12:51:00.4066148Z [cluster1] 2020-11-23T12:50:07.329Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4657. 2020-11-23T12:51:00.4068637Z [cluster1] 2020-11-23T12:50:07.333Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4658. 2020-11-23T12:51:00.4071050Z [cluster1] 2020-11-23T12:50:12.343Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4659. 2020-11-23T12:51:00.4073128Z [cluster1] 2020-11-23T12:50:12.353Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4660. 2020-11-23T12:51:00.4074217Z [cluster1] 2020-11-23T12:50:12.353Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4661. 2020-11-23T12:51:00.4076113Z [cluster1] 2020-11-23T12:50:12.364Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4662. 2020-11-23T12:51:00.4078944Z [cluster1] 2020-11-23T12:50:12.371Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4663. 2020-11-23T12:51:00.4081425Z [cluster1] 2020-11-23T12:50:12.382Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4664. 2020-11-23T12:51:00.4083519Z [cluster1] 2020-11-23T12:50:17.381Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4665. 2020-11-23T12:51:00.4085078Z [cluster1] 2020-11-23T12:50:17.388Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4666. 2020-11-23T12:51:00.4086187Z [cluster1] 2020-11-23T12:50:17.388Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4667. 2020-11-23T12:51:00.4088542Z [cluster1] 2020-11-23T12:50:17.392Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4668. 2020-11-23T12:51:00.4091172Z [cluster1] 2020-11-23T12:50:17.396Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4669. 2020-11-23T12:51:00.4093579Z [cluster1] 2020-11-23T12:50:17.401Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4670. 2020-11-23T12:51:00.4095658Z [cluster1] 2020-11-23T12:50:22.398Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4671. 2020-11-23T12:51:00.4097057Z [cluster1] 2020-11-23T12:50:22.403Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4672. 2020-11-23T12:51:00.4098147Z [cluster1] 2020-11-23T12:50:22.403Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4673. 2020-11-23T12:51:00.4100028Z [cluster1] 2020-11-23T12:50:22.407Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4674. 2020-11-23T12:51:00.4102675Z [cluster1] 2020-11-23T12:50:22.410Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4675. 2020-11-23T12:51:00.4105064Z [cluster1] 2020-11-23T12:50:22.415Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4676. 2020-11-23T12:51:00.4107493Z [cluster1] 2020-11-23T12:50:27.414Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4677. 2020-11-23T12:51:00.4109479Z [cluster1] 2020-11-23T12:50:27.426Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4678. 2020-11-23T12:51:00.4110899Z [cluster1] 2020-11-23T12:50:27.426Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4679. 2020-11-23T12:51:00.4114717Z [cluster1] 2020-11-23T12:50:27.431Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4680. 2020-11-23T12:51:00.4118721Z [cluster1] 2020-11-23T12:50:27.435Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4681. 2020-11-23T12:51:00.4121600Z [cluster1] 2020-11-23T12:50:27.441Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4682. 2020-11-23T12:51:00.4124104Z [cluster1] 2020-11-23T12:50:32.430Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4683. 2020-11-23T12:51:00.4125861Z [cluster1] 2020-11-23T12:50:32.437Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4684. 2020-11-23T12:51:00.4127043Z [cluster1] 2020-11-23T12:50:32.437Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4685. 2020-11-23T12:51:00.4129005Z [cluster1] 2020-11-23T12:50:32.441Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4686. 2020-11-23T12:51:00.4131919Z [cluster1] 2020-11-23T12:50:32.444Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4687. 2020-11-23T12:51:00.4134397Z [cluster1] 2020-11-23T12:50:32.449Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4688. 2020-11-23T12:51:00.4137713Z [cluster1] 2020-11-23T12:50:37.442Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4689. 2020-11-23T12:51:00.4139150Z [cluster1] 2020-11-23T12:50:37.448Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4690. 2020-11-23T12:51:00.4140319Z [cluster1] 2020-11-23T12:50:37.448Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4691. 2020-11-23T12:51:00.4142294Z [cluster1] 2020-11-23T12:50:37.452Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4692. 2020-11-23T12:51:00.4145016Z [cluster1] 2020-11-23T12:50:37.455Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4693. 2020-11-23T12:51:00.4147982Z [cluster1] 2020-11-23T12:50:37.460Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4694. 2020-11-23T12:51:00.4150481Z [cluster1] 2020-11-23T12:50:42.466Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4695. 2020-11-23T12:51:00.4152488Z [cluster1] 2020-11-23T12:50:42.583Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4696. 2020-11-23T12:51:00.4155296Z [cluster1] 2020-11-23T12:50:42.583Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4697. 2020-11-23T12:51:00.4159618Z [cluster1] 2020-11-23T12:50:42.597Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4698. 2020-11-23T12:51:00.4163021Z [cluster1] 2020-11-23T12:50:42.603Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4699. 2020-11-23T12:51:00.4166580Z [cluster1] 2020-11-23T12:50:42.625Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4700. 2020-11-23T12:51:00.4169151Z [cluster1] 2020-11-23T12:50:47.590Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4701. 2020-11-23T12:51:00.4171654Z [cluster1] 2020-11-23T12:50:47.600Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4702. 2020-11-23T12:51:00.4173102Z [cluster1] 2020-11-23T12:50:47.600Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4703. 2020-11-23T12:51:00.4176375Z [cluster1] 2020-11-23T12:50:47.606Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4704. 2020-11-23T12:51:00.4179555Z [cluster1] 2020-11-23T12:50:47.615Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4705. 2020-11-23T12:51:00.4184273Z [cluster1] 2020-11-23T12:50:47.624Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4706. 2020-11-23T12:51:00.4186827Z [cluster1] 2020-11-23T12:50:52.694Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4707. 2020-11-23T12:51:00.4188729Z [cluster1] 2020-11-23T12:50:52.742Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4708. 2020-11-23T12:51:00.4208007Z [lighthouse]$ [cluster1] namespace=submariner-operator
  4709. 2020-11-23T12:51:00.4211891Z [lighthouse]$ [cluster1] kubectl get pods --selector=app=submariner-globalnet -n submariner-operator -o jsonpath={.items[*].metadata.name}
  4710. 2020-11-23T12:51:00.4214111Z [lighthouse]$ [cluster1] kubectl get pods --selector=app=submariner-globalnet -n submariner-operator -o jsonpath={.items[*].metadata.name}
  4711. 2020-11-23T12:51:00.4218546Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 get pods --selector=app=submariner-globalnet -n submariner-operator -o jsonpath={.items[*].metadata.name}
  4712. 2020-11-23T12:51:00.4220558Z [lighthouse]$ [cluster1] kubectl --context=cluster1 get pods --selector=app=submariner-globalnet -n submariner-operator -o jsonpath={.items[*].metadata.name}
  4713. 2020-11-23T12:51:00.5398852Z [lighthouse]$ [cluster1] kubectl get pods --selector=app=submariner-engine -n submariner-operator -o jsonpath={.items[*].metadata.name}
  4714. 2020-11-23T12:51:00.5415326Z [lighthouse]$ [cluster1] kubectl get pods --selector=app=submariner-engine -n submariner-operator -o jsonpath={.items[*].metadata.name}
  4715. 2020-11-23T12:51:00.5437048Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 get pods --selector=app=submariner-engine -n submariner-operator -o jsonpath={.items[*].metadata.name}
  4716. 2020-11-23T12:51:00.5453822Z [lighthouse]$ [cluster1] kubectl --context=cluster1 get pods --selector=app=submariner-engine -n submariner-operator -o jsonpath={.items[*].metadata.name}
  4717. 2020-11-23T12:51:00.8538642Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-gateway-rvgtl
  4718. 2020-11-23T12:51:00.8550482Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-gateway-rvgtl
  4719. 2020-11-23T12:51:00.8565214Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n submariner-operator logs submariner-gateway-rvgtl
  4720. 2020-11-23T12:51:00.8580266Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n submariner-operator logs submariner-gateway-rvgtl
  4721. 2020-11-23T12:51:01.1817064Z [cluster1] 2020-11-23T12:50:52.742Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4722. 2020-11-23T12:51:01.1825954Z [cluster1] 2020-11-23T12:50:52.757Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4723. 2020-11-23T12:51:01.1829021Z [cluster1] 2020-11-23T12:50:52.762Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4724. 2020-11-23T12:51:01.1836153Z [cluster1] 2020-11-23T12:50:52.775Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4725. 2020-11-23T12:51:01.1838675Z [cluster1] 2020-11-23T12:50:57.758Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  4726. 2020-11-23T12:51:01.1840710Z [cluster1] 2020-11-23T12:50:57.772Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.1.0.0/16"}
  4727. 2020-11-23T12:51:01.1842579Z [cluster1] 2020-11-23T12:50:57.772Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.1.0.0/16"}
  4728. 2020-11-23T12:51:01.1845104Z [cluster1] 2020-11-23T12:50:57.776Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  4729. 2020-11-23T12:51:01.1848254Z [cluster1] 2020-11-23T12:50:57.781Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  4730. 2020-11-23T12:51:01.1890478Z [cluster1] 2020-11-23T12:50:57.792Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  4731. 2020-11-23T12:51:01.1891569Z [cluster1] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  4732. 2020-11-23T12:51:01.1891972Z [cluster1] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  4733. 2020-11-23T12:51:01.1892908Z [cluster1] +++++++++++++++++++++: Logs for Pod submariner-gateway-rvgtl in namespace submariner-operator :++++++++++++++++++++++
  4734. 2020-11-23T12:51:01.1893746Z [cluster1] net.ipv4.conf.all.send_redirects = 0
  4735. 2020-11-23T12:51:01.1894581Z [cluster1] iptables-save is present on the host at /usr/sbin/iptables-save
  4736. 2020-11-23T12:51:01.1895321Z [cluster1] + trap 'exit 1' SIGTERM SIGINT
  4737. 2020-11-23T12:51:01.1895990Z [cluster1] + export CHARON_PID_FILE=/var/run/charon.pid
  4738. 2020-11-23T12:51:01.1896518Z [cluster1] + CHARON_PID_FILE=/var/run/charon.pid
  4739. 2020-11-23T12:51:01.1897144Z [cluster1] + rm -f /var/run/charon.pid
  4740. 2020-11-23T12:51:01.1897587Z [cluster1] + SUBMARINER_VERBOSITY=2
  4741. 2020-11-23T12:51:01.1898147Z [cluster1] + '[' false == true ']'
  4742. 2020-11-23T12:51:01.1898633Z [cluster1] + DEBUG=-v=2
  4743. 2020-11-23T12:51:01.1899153Z [cluster1] + mkdir -p /etc/ipsec
  4744. 2020-11-23T12:51:01.1900015Z [cluster1] + sysctl -w net.ipv4.conf.all.send_redirects=0
  4745. 2020-11-23T12:51:01.1900739Z [cluster1] + export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/libexec/strongswan
  4746. 2020-11-23T12:51:01.1901458Z [cluster1] + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/libexec/strongswan
  4747. 2020-11-23T12:51:01.1902212Z [cluster1] + for f in iptables-save iptables
  4748. 2020-11-23T12:51:01.1902866Z [cluster1] ++ find_iptables_on_host iptables-save
  4749. 2020-11-23T12:51:01.1903548Z [cluster1] ++ chroot /host test -x /usr/sbin/iptables-save
  4750. 2020-11-23T12:51:01.1904011Z [cluster1] ++ echo /usr/sbin
  4751. 2020-11-23T12:51:01.1904348Z [cluster1] ++ return
  4752. 2020-11-23T12:51:01.1904709Z [cluster1] + location=/usr/sbin
  4753. 2020-11-23T12:51:01.1905238Z [cluster1] + '[' /usr/sbin '!=' unknown ']'
  4754. 2020-11-23T12:51:01.1905979Z [cluster1] + echo 'iptables-save is present on the host at /usr/sbin/iptables-save'
  4755. 2020-11-23T12:51:01.1906830Z [cluster1] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  4756. 2020-11-23T12:51:01.1907547Z [cluster1] + for f in iptables-save iptables
  4757. 2020-11-23T12:51:01.1908207Z [cluster1] ++ find_iptables_on_host iptables
  4758. 2020-11-23T12:51:01.1909179Z [cluster1] ++ chroot /host test -x /usr/sbin/iptables
  4759. 2020-11-23T12:51:01.1909631Z [cluster1] ++ echo /usr/sbin
  4760. 2020-11-23T12:51:01.1909972Z [cluster1] ++ return
  4761. 2020-11-23T12:51:01.1910516Z [cluster1] + location=/usr/sbin
  4762. 2020-11-23T12:51:01.1911071Z [cluster1] + '[' /usr/sbin '!=' unknown ']'
  4763. 2020-11-23T12:51:01.1912609Z [cluster1] + echo 'iptables is present on the host at /usr/sbin/iptables'
  4764. 2020-11-23T12:51:01.1913869Z [cluster1] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  4765. 2020-11-23T12:51:01.1914946Z [cluster1] iptables is present on the host at /usr/sbin/iptables
  4766. 2020-11-23T12:51:01.1918254Z [cluster1] + exec submariner-engine -v=2 -alsologtostderr
  4767. 2020-11-23T12:51:01.1918909Z [cluster1] I1123 12:39:47.519435 1 main.go:69] Starting the submariner gateway engine
  4768. 2020-11-23T12:51:01.1920244Z [cluster1] W1123 12:39:47.520843 1 client_config.go:543] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  4769. 2020-11-23T12:51:01.1921030Z [cluster1] I1123 12:39:47.521235 1 main.go:94] Creating the cable engine
  4770. 2020-11-23T12:51:01.1921779Z [cluster1] I1123 12:39:47.521598 1 syncer.go:61] CableEngine syncer started
  4771. 2020-11-23T12:51:01.1922854Z [cluster1] I1123 12:39:47.524795 1 main.go:241] Gateway leader election config values: main.leaderConfig{LeaseDuration:10, RenewDeadline:5, RetryPeriod:2}
  4772. 2020-11-23T12:51:01.1924904Z [cluster1] I1123 12:39:47.525072 1 main.go:258] Using namespace "submariner-operator" for the leader election lock
  4773. 2020-11-23T12:51:01.1927505Z [cluster1] I1123 12:39:47.525086 1 leaderelection.go:242] attempting to acquire leader lease submariner-operator/submariner-engine-lock...
  4774. 2020-11-23T12:51:01.1929774Z [cluster1] I1123 12:39:48.502375 1 leaderelection.go:252] successfully acquired lease submariner-operator/submariner-engine-lock
  4775. 2020-11-23T12:51:01.1930827Z [cluster1] I1123 12:39:48.502613 1 main.go:133] Creating the datastore syncer
  4776. 2020-11-23T12:51:01.1932949Z [cluster1] I1123 12:39:48.502477 1 event.go:281] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"submariner-operator", Name:"submariner-engine-lock", UID:"fe53a04b-994e-4b67-969b-f3a4f1db8bf4", APIVersion:"v1", ResourceVersion:"1279", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' cluster1-worker-submariner-engine became leader
  4777. 2020-11-23T12:51:01.1936797Z [cluster1] I1123 12:39:48.502972 1 libreswan.go:357] Starting Pluto
  4778. 2020-11-23T12:51:01.1937495Z [cluster1] Initializing NSS database
  4779. 2020-11-23T12:51:01.1937905Z [cluster1]
  4780. 2020-11-23T12:51:01.1938579Z [cluster1] nflog ipsec capture disabled
  4781. 2020-11-23T12:51:01.1939258Z [cluster1] I1123 12:39:50.509528 1 cableengine.go:71] CableEngine controller started, driver: "libreswan"
  4782. 2020-11-23T12:51:01.1940080Z [cluster1] I1123 12:39:50.509607 1 datastoresyncer.go:60] Starting the datastore syncer
  4783. 2020-11-23T12:51:01.1941068Z [cluster1] I1123 12:39:50.510400 1 tunnel.go:18] Starting the tunnel controller
  4784. 2020-11-23T12:51:01.1941707Z [cluster1] I1123 12:39:56.795932 1 datastoresyncer.go:80] Starting the broker syncer
  4785. 2020-11-23T12:51:01.1942455Z [cluster1] I1123 12:39:57.002101 1 datastoresyncer.go:108] Ensuring we are the only endpoint active for this cluster
  4786. 2020-11-23T12:51:01.1943841Z [cluster1] I1123 12:39:57.002196 1 datastoresyncer.go:143] Creating local submariner Cluster: types.SubmarinerCluster{ID:"cluster1", Spec:v1.ClusterSpec{ClusterID:"cluster1", ColorCodes:[]string{"blue"}, ServiceCIDR:[]string{"100.1.0.0/16"}, ClusterCIDR:[]string{"10.1.0.0/16"}, GlobalCIDR:[]string{}}}
  4787. 2020-11-23T12:51:01.1949402Z [cluster1] I1123 12:39:57.018498 1 datastoresyncer.go:156] Creating local submariner Endpoint: types.SubmarinerEndpoint{Spec:v1.EndpointSpec{ClusterID:"cluster1", CableName:"submariner-cable-cluster1-172-17-0-8", HealthCheckIP:"", Hostname:"cluster1-worker", Subnets:[]string{"100.1.0.0/16", "10.1.0.0/16"}, PrivateIP:"172.17.0.8", PublicIP:"", NATEnabled:false, Backend:"libreswan", BackendConfig:map[string]string{}}}
  4788. 2020-11-23T12:51:01.1968892Z [cluster1] I1123 12:39:57.052065 1 tunnel.go:51] Tunnel controller processing added or updated submariner Endpoint object: &v1.Endpoint{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"cluster1-submariner-cable-cluster1-172-17-0-8", GenerateName:"", Namespace:"submariner-operator", SelfLink:"/apis/submariner.io/v1/namespaces/submariner-operator/endpoints/cluster1-submariner-cable-cluster1-172-17-0-8", UID:"df5c7f24-40a5-4b95-861e-485a8e278e91", ResourceVersion:"1314", Generation:1, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63741731997, loc:(*time.Location)(0x2033cc0)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1.EndpointSpec{ClusterID:"cluster1", CableName:"submariner-cable-cluster1-172-17-0-8", HealthCheckIP:"", Hostname:"cluster1-worker", Subnets:[]string{"100.1.0.0/16", "10.1.0.0/16"}, PrivateIP:"172.17.0.8", PublicIP:"", NATEnabled:false, Backend:"libreswan", BackendConfig:map[string]string(nil)}}
  4789. 2020-11-23T12:51:01.1973993Z [cluster1] I1123 12:39:57.052166 1 cableengine.go:92] Not installing cable for local cluster
  4790. 2020-11-23T12:51:01.2008882Z [cluster1] I1123 12:39:57.052172 1 tunnel.go:63] Tunnel controller successfully installed Endpoint cable submariner-cable-cluster1-172-17-0-8 in the engine
  4791. 2020-11-23T12:51:01.2010911Z [cluster1] I1123 12:39:57.088716 1 datastoresyncer.go:99] Datastore syncer started
  4792. 2020-11-23T12:51:01.2018514Z [cluster1] I1123 12:39:58.252142 1 tunnel.go:51] Tunnel controller processing added or updated submariner Endpoint object: &v1.Endpoint{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"cluster2-submariner-cable-cluster2-172-17-0-6", GenerateName:"", Namespace:"submariner-operator", SelfLink:"/apis/submariner.io/v1/namespaces/submariner-operator/endpoints/cluster2-submariner-cable-cluster2-172-17-0-6", UID:"430aa4a3-6785-4907-b6a1-20431b69ac7a", ResourceVersion:"1322", Generation:1, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63741731998, loc:(*time.Location)(0x2033cc0)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"submariner-io/clusterID":"cluster2"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1.EndpointSpec{ClusterID:"cluster2", CableName:"submariner-cable-cluster2-172-17-0-6", HealthCheckIP:"", Hostname:"cluster2-worker", Subnets:[]string{"100.2.0.0/16", "10.2.0.0/16"}, PrivateIP:"172.17.0.6", PublicIP:"", NATEnabled:false, Backend:"libreswan", BackendConfig:map[string]string(nil)}}
  4793. 2020-11-23T12:51:01.2026173Z [cluster1] I1123 12:39:58.252202 1 cableengine.go:101] Installing Endpoint cable "submariner-cable-cluster2-172-17-0-6"
  4794. 2020-11-23T12:51:01.2027045Z [cluster1] I1123 12:39:58.252209 1 libreswan.go:164] Active connections: []
  4795. 2020-11-23T12:51:01.2027527Z [cluster1] 002 listening for IKE messages
  4796. 2020-11-23T12:51:01.2027946Z [cluster1] 002 forgetting secrets
  4797. 2020-11-23T12:51:01.2028411Z [cluster1] 002 loading secrets from "/etc/ipsec.secrets"
  4798. 2020-11-23T12:51:01.2029202Z [cluster1] 002 loading secrets from "/etc/ipsec.d/submariner.secrets"
  4799. 2020-11-23T12:51:01.2030450Z [cluster1] 002 added IKEv2 connection "submariner-cable-cluster2-172-17-0-6-0-0"
  4800. 2020-11-23T12:51:01.2032478Z [cluster1] I1123 12:39:58.273617 1 libreswan.go:245] Creating connection(s) for {{cluster2 submariner-cable-cluster2-172-17-0-6 cluster2-worker [100.2.0.0/16 10.2.0.0/16] 172.17.0.6 false libreswan map[]}}
  4801. 2020-11-23T12:51:01.2091141Z [cluster1] I1123 12:39:58.273666 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster2-172-17-0-6-0-0 --id 172.17.0.8 --host 172.17.0.8 --client 172.17.0.8/32 --ikeport 500 --to --id 172.17.0.6 --host 172.17.0.6 --client 172.17.0.6/32 --ikeport 500]
  4802. 2020-11-23T12:51:01.2094012Z [cluster1] 181 "submariner-cable-cluster2-172-17-0-6-0-0" #2: initiating IKEv2 connection
  4803. 2020-11-23T12:51:01.2096931Z [cluster1] I1123 12:39:58.518997 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster2-172-17-0-6-0-1 --id 172.17.0.8 --host 172.17.0.8 --client 172.17.0.8/32 --ikeport 500 --to --id 172.17.0.6 --host 172.17.0.6 --client 100.2.0.0/16 --ikeport 500]
  4804. 2020-11-23T12:51:01.2099079Z [cluster1] 002 added IKEv2 connection "submariner-cable-cluster2-172-17-0-6-0-1"
  4805. 2020-11-23T12:51:01.2101470Z [cluster1] 000 "submariner-cable-cluster2-172-17-0-6-0-1": queuing pending IPsec SA negotiating with 172.17.0.6 IKE SA #2 "submariner-cable-cluster2-172-17-0-6-0-0"
  4806. 2020-11-23T12:51:01.2104296Z [cluster1] I1123 12:39:58.699149 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster2-172-17-0-6-0-2 --id 172.17.0.8 --host 172.17.0.8 --client 172.17.0.8/32 --ikeport 500 --to --id 172.17.0.6 --host 172.17.0.6 --client 10.2.0.0/16 --ikeport 500]
  4807. 2020-11-23T12:51:01.2106567Z [cluster1] 002 added IKEv2 connection "submariner-cable-cluster2-172-17-0-6-0-2"
  4808. 2020-11-23T12:51:01.2108458Z [cluster1] 000 "submariner-cable-cluster2-172-17-0-6-0-2": queuing pending IPsec SA negotiating with 172.17.0.6 IKE SA #2 "submariner-cable-cluster2-172-17-0-6-0-0"
  4809. 2020-11-23T12:51:01.2111669Z [cluster1] I1123 12:39:58.837356 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster2-172-17-0-6-1-0 --id 172.17.0.8 --host 172.17.0.8 --client 100.1.0.0/16 --ikeport 500 --to --id 172.17.0.6 --host 172.17.0.6 --client 172.17.0.6/32 --ikeport 500]
  4810. 2020-11-23T12:51:01.2113411Z [cluster1] 002 added IKEv2 connection "submariner-cable-cluster2-172-17-0-6-1-0"
  4811. 2020-11-23T12:51:01.2115576Z [cluster1] 000 "submariner-cable-cluster2-172-17-0-6-1-0": queuing pending IPsec SA negotiating with 172.17.0.6 IKE SA #2 "submariner-cable-cluster2-172-17-0-6-0-0"
  4812. 2020-11-23T12:51:01.2118036Z [cluster1] I1123 12:39:58.844545 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster2-172-17-0-6-1-1 --id 172.17.0.8 --host 172.17.0.8 --client 100.1.0.0/16 --ikeport 500 --to --id 172.17.0.6 --host 172.17.0.6 --client 100.2.0.0/16 --ikeport 500]
  4813. 2020-11-23T12:51:01.2119963Z [cluster1] 002 added IKEv2 connection "submariner-cable-cluster2-172-17-0-6-1-1"
  4814. 2020-11-23T12:51:01.2122678Z [cluster1] 000 "submariner-cable-cluster2-172-17-0-6-1-1": queuing pending IPsec SA negotiating with 172.17.0.6 IKE SA #2 "submariner-cable-cluster2-172-17-0-6-0-0"
  4815. 2020-11-23T12:51:01.2125611Z [cluster1] I1123 12:39:58.852782 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster2-172-17-0-6-1-2 --id 172.17.0.8 --host 172.17.0.8 --client 100.1.0.0/16 --ikeport 500 --to --id 172.17.0.6 --host 172.17.0.6 --client 10.2.0.0/16 --ikeport 500]
  4816. 2020-11-23T12:51:01.2127249Z [cluster1] 002 added IKEv2 connection "submariner-cable-cluster2-172-17-0-6-1-2"
  4817. 2020-11-23T12:51:01.2129199Z [cluster1] 000 "submariner-cable-cluster2-172-17-0-6-1-2": queuing pending IPsec SA negotiating with 172.17.0.6 IKE SA #2 "submariner-cable-cluster2-172-17-0-6-0-0"
  4818. 2020-11-23T12:51:01.2131957Z [cluster1] I1123 12:39:58.864271 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster2-172-17-0-6-2-0 --id 172.17.0.8 --host 172.17.0.8 --client 10.1.0.0/16 --ikeport 500 --to --id 172.17.0.6 --host 172.17.0.6 --client 172.17.0.6/32 --ikeport 500]
  4819. 2020-11-23T12:51:01.2134340Z [cluster1] 002 added IKEv2 connection "submariner-cable-cluster2-172-17-0-6-2-0"
  4820. 2020-11-23T12:51:01.2165629Z [cluster1] 000 "submariner-cable-cluster2-172-17-0-6-2-0": queuing pending IPsec SA negotiating with 172.17.0.6 IKE SA #2 "submariner-cable-cluster2-172-17-0-6-0-0"
  4821. 2020-11-23T12:51:01.2168497Z [cluster1] I1123 12:39:58.870693 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster2-172-17-0-6-2-1 --id 172.17.0.8 --host 172.17.0.8 --client 10.1.0.0/16 --ikeport 500 --to --id 172.17.0.6 --host 172.17.0.6 --client 100.2.0.0/16 --ikeport 500]
  4822. 2020-11-23T12:51:01.2170736Z [cluster1] 002 added IKEv2 connection "submariner-cable-cluster2-172-17-0-6-2-1"
  4823. 2020-11-23T12:51:01.2172786Z [cluster1] 000 "submariner-cable-cluster2-172-17-0-6-2-1": queuing pending IPsec SA negotiating with 172.17.0.6 IKE SA #2 "submariner-cable-cluster2-172-17-0-6-0-0"
  4824. 2020-11-23T12:51:01.2175142Z [cluster1] I1123 12:39:58.885351 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster2-172-17-0-6-2-2 --id 172.17.0.8 --host 172.17.0.8 --client 10.1.0.0/16 --ikeport 500 --to --id 172.17.0.6 --host 172.17.0.6 --client 10.2.0.0/16 --ikeport 500]
  4825. 2020-11-23T12:51:01.2177058Z [cluster1] 002 added IKEv2 connection "submariner-cable-cluster2-172-17-0-6-2-2"
  4826. 2020-11-23T12:51:01.2178805Z [cluster1] 000 "submariner-cable-cluster2-172-17-0-6-2-2": queuing pending IPsec SA negotiating with 172.17.0.6 IKE SA #2 "submariner-cable-cluster2-172-17-0-6-0-0"
  4827. 2020-11-23T12:51:01.2180682Z [cluster1] I1123 12:39:58.920575 1 cableengine.go:150] Successfully installed Endpoint cable "submariner-cable-cluster2-172-17-0-6" with remote IP 172.17.0.6
  4828. 2020-11-23T12:51:01.2182950Z [cluster1] I1123 12:39:58.920602 1 tunnel.go:63] Tunnel controller successfully installed Endpoint cable submariner-cable-cluster2-172-17-0-6 in the engine
  4829. 2020-11-23T12:51:01.2184795Z [cluster1] I1123 12:39:58.986574 1 libreswan.go:149] Connection "submariner-cable-cluster2-172-17-0-6" not found in active connections obtained from whack: []
  4830. 2020-11-23T12:51:01.2187427Z [cluster1] I1123 12:40:04.161517 1 libreswan.go:149] Connection "submariner-cable-cluster2-172-17-0-6" not found in active connections obtained from whack: []
  4831. 2020-11-23T12:51:01.2189722Z [cluster1] I1123 12:40:09.188942 1 libreswan.go:149] Connection "submariner-cable-cluster2-172-17-0-6" not found in active connections obtained from whack: []
  4832. 2020-11-23T12:51:01.2233761Z [cluster1] I1123 12:40:14.208868 1 libreswan.go:149] Connection "submariner-cable-cluster2-172-17-0-6" not found in active connections obtained from whack: []
  4833. 2020-11-23T12:51:01.2236923Z [cluster1] I1123 12:40:19.226018 1 libreswan.go:149] Connection "submariner-cable-cluster2-172-17-0-6" not found in active connections obtained from whack: []
  4834. 2020-11-23T12:51:01.2239625Z [cluster1] I1123 12:40:24.247968 1 libreswan.go:149] Connection "submariner-cable-cluster2-172-17-0-6" not found in active connections obtained from whack: []
  4835. 2020-11-23T12:51:01.2242329Z [cluster1] I1123 12:40:29.261895 1 libreswan.go:149] Connection "submariner-cable-cluster2-172-17-0-6" not found in active connections obtained from whack: []
  4836. 2020-11-23T12:51:01.2244590Z [lighthouse]$ [cluster1] kubectl get pods --selector=app=submariner-routeagent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  4837. 2020-11-23T12:51:01.2247699Z [lighthouse]$ [cluster1] kubectl get pods --selector=app=submariner-routeagent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  4838. 2020-11-23T12:51:01.2250060Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 get pods --selector=app=submariner-routeagent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  4839. 2020-11-23T12:51:01.2251738Z [lighthouse]$ [cluster1] kubectl --context=cluster1 get pods --selector=app=submariner-routeagent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  4840. 2020-11-23T12:51:01.5224281Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-routeagent-dfqbf
  4841. 2020-11-23T12:51:01.5237649Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-routeagent-dfqbf
  4842. 2020-11-23T12:51:01.5263715Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n submariner-operator logs submariner-routeagent-dfqbf
  4843. 2020-11-23T12:51:01.5280318Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n submariner-operator logs submariner-routeagent-dfqbf
  4844. 2020-11-23T12:51:01.8430950Z [cluster1] I1123 12:40:34.283944 1 libreswan.go:149] Connection "submariner-cable-cluster2-172-17-0-6" not found in active connections obtained from whack: []
  4845. 2020-11-23T12:51:01.8439443Z [cluster1] I1123 12:40:39.301779 1 libreswan.go:149] Connection "submariner-cable-cluster2-172-17-0-6" not found in active connections obtained from whack: []
  4846. 2020-11-23T12:51:01.8446174Z [cluster1] I1123 12:40:44.313695 1 libreswan.go:149] Connection "submariner-cable-cluster2-172-17-0-6" not found in active connections obtained from whack: []
  4847. 2020-11-23T12:51:01.8450843Z [cluster1] I1123 12:40:49.329408 1 libreswan.go:149] Connection "submariner-cable-cluster2-172-17-0-6" not found in active connections obtained from whack: []
  4848. 2020-11-23T12:51:01.8453213Z [cluster1] I1123 12:40:54.369689 1 libreswan.go:149] Connection "submariner-cable-cluster2-172-17-0-6" not found in active connections obtained from whack: []
  4849. 2020-11-23T12:51:01.8454290Z [cluster1] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  4850. 2020-11-23T12:51:01.8455595Z [cluster1] +++++++++++++++++++++: Logs for Pod submariner-routeagent-dfqbf in namespace submariner-operator :++++++++++++++++++++++
  4851. 2020-11-23T12:51:01.8456738Z [cluster1] + trap 'exit 1' SIGTERM SIGINT
  4852. 2020-11-23T12:51:01.8457269Z [cluster1] + SUBMARINER_VERBOSITY=2
  4853. 2020-11-23T12:51:01.8458104Z [cluster1] + '[' false == true ']'
  4854. 2020-11-23T12:51:01.8458875Z [cluster1] + DEBUG=-v=2
  4855. 2020-11-23T12:51:01.8459583Z [cluster1] + for f in iptables-save iptables
  4856. 2020-11-23T12:51:01.8460451Z [cluster1] ++ find_iptables_on_host iptables-save
  4857. 2020-11-23T12:51:01.8461700Z [cluster1] ++ chroot /host test -x /usr/sbin/iptables-save
  4858. 2020-11-23T12:51:01.8462335Z [cluster1] ++ echo /usr/sbin
  4859. 2020-11-23T12:51:01.8462768Z [cluster1] ++ return
  4860. 2020-11-23T12:51:01.8463233Z [cluster1] + location=/usr/sbin
  4861. 2020-11-23T12:51:01.8463960Z [cluster1] + '[' /usr/sbin '!=' unknown ']'
  4862. 2020-11-23T12:51:01.8465067Z [cluster1] + echo 'iptables-save is present on the host at /usr/sbin/iptables-save'
  4863. 2020-11-23T12:51:01.8466154Z [cluster1] iptables-save is present on the host at /usr/sbin/iptables-save
  4864. 2020-11-23T12:51:01.8467338Z [cluster1] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  4865. 2020-11-23T12:51:01.8468203Z [cluster1] + for f in iptables-save iptables
  4866. 2020-11-23T12:51:01.8468933Z [cluster1] ++ find_iptables_on_host iptables
  4867. 2020-11-23T12:51:01.8469712Z [cluster1] ++ chroot /host test -x /usr/sbin/iptables
  4868. 2020-11-23T12:51:01.8470600Z [cluster1] ++ echo /usr/sbin
  4869. 2020-11-23T12:51:01.8471058Z [cluster1] ++ return
  4870. 2020-11-23T12:51:01.8471502Z [cluster1] + location=/usr/sbin
  4871. 2020-11-23T12:51:01.8472178Z [cluster1] + '[' /usr/sbin '!=' unknown ']'
  4872. 2020-11-23T12:51:01.8473041Z [cluster1] + echo 'iptables is present on the host at /usr/sbin/iptables'
  4873. 2020-11-23T12:51:01.8473817Z [cluster1] iptables is present on the host at /usr/sbin/iptables
  4874. 2020-11-23T12:51:01.8474811Z [cluster1] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  4875. 2020-11-23T12:51:01.8476029Z [cluster1] + exec submariner-route-agent -v=2 -alsologtostderr
  4876. 2020-11-23T12:51:01.8477152Z [cluster1] I1123 12:39:46.250755 1 main.go:47] Starting submariner-route-agent
  4877. 2020-11-23T12:51:01.8479033Z [cluster1] W1123 12:39:46.251481 1 client_config.go:543] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  4878. 2020-11-23T12:51:01.8480625Z [cluster1] I1123 12:39:46.287766 1 route.go:192] Starting Route Controller. ClusterID: cluster1, localClusterCIDR: [10.1.0.0/16], localServiceCIDR: [100.1.0.0/16]
  4879. 2020-11-23T12:51:01.8481693Z [cluster1] I1123 12:39:46.305658 1 route.go:196] Waiting for Endpoint informer caches to sync.
  4880. 2020-11-23T12:51:01.8482815Z [cluster1] I1123 12:39:46.324449 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.7
  4881. 2020-11-23T12:51:01.8491148Z [cluster1] I1123 12:39:46.324494 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.9
  4882. 2020-11-23T12:51:01.8493523Z [cluster1] I1123 12:39:46.324511 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.8
  4883. 2020-11-23T12:51:01.8494639Z [cluster1] I1123 12:39:46.406864 1 driver.go:37] Interface "lo" has "127.0.0.1" address
  4884. 2020-11-23T12:51:01.8495596Z [cluster1] I1123 12:39:46.406990 1 driver.go:37] Interface "weave" has "10.1.0.1" address
  4885. 2020-11-23T12:51:01.8496465Z [cluster1] I1123 12:39:46.407010 1 driver.go:42] Found CNI Interface "weave" that has IP "10.1.0.1" from ClusterCIDR "10.1.0.0/16"
  4886. 2020-11-23T12:51:01.8497787Z [cluster1] I1123 12:39:46.407083 1 driver.go:60] Successfully configured rp_filter to loose mode(2) on cniInterface "weave"
  4887. 2020-11-23T12:51:01.8500347Z [cluster1] I1123 12:39:46.475515 1 iptables.go:22] Install/ensure SUBMARINER-POSTROUTING chain exists
  4888. 2020-11-23T12:51:01.8502074Z [cluster1] I1123 12:39:46.775578 1 iptables.go:28] Insert SUBMARINER-POSTROUTING rule that has rules for inter-cluster traffic
  4889. 2020-11-23T12:51:01.8503796Z [cluster1] I1123 12:39:46.803229 1 iptables.go:34] Install/ensure SUBMARINER-INPUT chain exists
  4890. 2020-11-23T12:51:01.8505128Z [cluster1] I1123 12:39:46.928825 1 iptables.go:45] Allow VxLAN incoming traffic in SUBMARINER-INPUT Chain
  4891. 2020-11-23T12:51:01.8506487Z [cluster1] I1123 12:39:46.989146 1 iptables.go:53] Insert rule to allow traffic over vx-submariner interface in FORWARDing Chain
  4892. 2020-11-23T12:51:01.8508036Z [cluster1] I1123 12:39:47.037907 1 iptables.go:65] Installing rule for host network to remote cluster communication: -s 240.0.0.0/8 -o vx-submariner -j SNAT --to 10.1.0.1
  4893. 2020-11-23T12:51:01.8509633Z [cluster1] I1123 12:39:47.072172 1 route.go:254] In cluster1, podIP of submariner-route-agent[0] is 172.17.0.7
  4894. 2020-11-23T12:51:01.8511152Z [cluster1] I1123 12:39:47.099101 1 route.go:254] In cluster1, podIP of submariner-route-agent[1] is 172.17.0.8
  4895. 2020-11-23T12:51:01.8512521Z [cluster1] I1123 12:39:47.099128 1 route.go:254] In cluster1, podIP of submariner-route-agent[2] is 172.17.0.9
  4896. 2020-11-23T12:51:01.8514503Z [cluster1] I1123 12:39:47.099135 1 route.go:268] Hostname is "cluster1-control-plane" and routeAgentNodeName is "cluster1-control-plane"
  4897. 2020-11-23T12:51:01.8520776Z [cluster1] I1123 12:39:47.137414 1 driver.go:87] Successfully annotated node "cluster1-control-plane" with cniIfaceIP "10.1.0.1"
  4898. 2020-11-23T12:51:01.8521727Z [cluster1] I1123 12:39:47.137470 1 route.go:286] Route agent workers started
  4899. 2020-11-23T12:51:01.8523270Z [cluster1] I1123 12:39:47.137549 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-dfqbf" with host IP "172.17.0.7", pod IP "172.17.0.7"
  4900. 2020-11-23T12:51:01.8525181Z [cluster1] I1123 12:39:47.137581 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-dfqbf"
  4901. 2020-11-23T12:51:01.8529524Z [cluster1] I1123 12:39:47.137590 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-s5q5c" with host IP "172.17.0.9", pod IP "172.17.0.9"
  4902. 2020-11-23T12:51:01.8531482Z [cluster1] I1123 12:39:47.137595 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-s5q5c"
  4903. 2020-11-23T12:51:01.8533404Z [cluster1] I1123 12:39:47.137631 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-k8q9h" with host IP "172.17.0.8", pod IP "172.17.0.8"
  4904. 2020-11-23T12:51:01.8535136Z [cluster1] I1123 12:39:47.137637 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-k8q9h"
  4905. 2020-11-23T12:51:01.8537298Z [cluster1] I1123 12:39:57.114579 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  4906. 2020-11-23T12:51:01.8538955Z [cluster1] I1123 12:39:57.114788 1 route.go:612] This route agent is running on a non-gateway/non-active node
  4907. 2020-11-23T12:51:01.8540273Z [cluster1] I1123 12:39:57.114933 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  4908. 2020-11-23T12:51:01.8541311Z [cluster1] I1123 12:39:57.132629 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  4909. 2020-11-23T12:51:01.8545202Z [cluster1] I1123 12:39:57.133030 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  4910. 2020-11-23T12:51:01.8546141Z [cluster1] I1123 12:39:57.133287 1 route.go:790] Found nil gw or dst
  4911. 2020-11-23T12:51:01.8547989Z [cluster1] I1123 12:39:57.133570 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  4912. 2020-11-23T12:51:01.8551423Z [cluster1] I1123 12:39:58.377057 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  4913. 2020-11-23T12:51:01.8554504Z [cluster1] I1123 12:39:58.500210 1 iptables.go:83] Installing iptables rule for outgoing traffic: -s 10.1.0.0/16 -d 100.2.0.0/16 -j ACCEPT
  4914. 2020-11-23T12:51:01.8556728Z [cluster1] I1123 12:39:58.673763 1 iptables.go:91] Installing iptables rule for incoming traffic: -s 100.2.0.0/16 -d 10.1.0.0/16 -j ACCEPT
  4915. 2020-11-23T12:51:01.8558874Z [cluster1] I1123 12:39:58.733285 1 iptables.go:83] Installing iptables rule for outgoing traffic: -s 10.1.0.0/16 -d 10.2.0.0/16 -j ACCEPT
  4916. 2020-11-23T12:51:01.8560257Z [cluster1] I1123 12:39:58.781705 1 iptables.go:91] Installing iptables rule for incoming traffic: -s 10.2.0.0/16 -d 10.1.0.0/16 -j ACCEPT
  4917. 2020-11-23T12:51:01.8563688Z [cluster1] I1123 12:40:16.312650 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  4918. 2020-11-23T12:51:01.8565378Z [cluster1] I1123 12:40:16.312740 1 route.go:612] This route agent is running on a non-gateway/non-active node
  4919. 2020-11-23T12:51:01.8566908Z [cluster1] I1123 12:40:16.312755 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  4920. 2020-11-23T12:51:01.8569679Z [cluster1] I1123 12:40:16.313178 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  4921. 2020-11-23T12:51:01.8570765Z [cluster1] I1123 12:40:16.325417 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  4922. 2020-11-23T12:51:01.8571614Z [cluster1] I1123 12:40:16.325683 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  4923. 2020-11-23T12:51:01.8572671Z [cluster1] I1123 12:40:16.325720 1 route.go:790] Found nil gw or dst
  4924. 2020-11-23T12:51:01.8574233Z [cluster1] I1123 12:40:16.325883 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  4925. 2020-11-23T12:51:01.8577022Z [cluster1] I1123 12:40:16.325914 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  4926. 2020-11-23T12:51:01.8579892Z [cluster1] I1123 12:40:46.312728 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  4927. 2020-11-23T12:51:01.8581957Z [cluster1] I1123 12:40:46.313155 1 route.go:612] This route agent is running on a non-gateway/non-active node
  4928. 2020-11-23T12:51:01.8583888Z [cluster1] I1123 12:40:46.313180 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  4929. 2020-11-23T12:51:01.8585527Z [cluster1] I1123 12:40:46.313660 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  4930. 2020-11-23T12:51:01.8586336Z [cluster1] I1123 12:40:46.319152 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  4931. 2020-11-23T12:51:01.8587296Z [cluster1] I1123 12:40:46.319549 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  4932. 2020-11-23T12:51:01.8588538Z [cluster1] I1123 12:40:46.319589 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  4933. 2020-11-23T12:51:01.8589744Z [cluster1] I1123 12:40:46.319600 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  4934. 2020-11-23T12:51:01.8591126Z [cluster1] I1123 12:40:46.319626 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  4935. 2020-11-23T12:51:01.8592108Z [cluster1] I1123 12:40:46.319791 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  4936. 2020-11-23T12:51:01.8593026Z [cluster1] I1123 12:40:46.319816 1 route.go:790] Found nil gw or dst
  4937. 2020-11-23T12:51:01.8593858Z [cluster1] I1123 12:40:46.319976 1 route.go:829] Found equivalent route, not adding
  4938. 2020-11-23T12:51:01.8594608Z [cluster1] I1123 12:40:46.320018 1 route.go:829] Found equivalent route, not adding
  4939. 2020-11-23T12:51:01.8597026Z [cluster1] I1123 12:40:46.320147 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  4940. 2020-11-23T12:51:01.8599572Z [cluster1] I1123 12:40:46.320176 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  4941. 2020-11-23T12:51:01.8602309Z [cluster1] I1123 12:41:16.314130 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  4942. 2020-11-23T12:51:01.8604261Z [cluster1] I1123 12:41:16.314377 1 route.go:612] This route agent is running on a non-gateway/non-active node
  4943. 2020-11-23T12:51:01.8605470Z [cluster1] I1123 12:41:16.317296 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  4944. 2020-11-23T12:51:01.8606444Z [cluster1] I1123 12:41:16.324872 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  4945. 2020-11-23T12:51:01.8607246Z [cluster1] I1123 12:41:16.407929 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  4946. 2020-11-23T12:51:01.8608061Z [cluster1] I1123 12:41:16.409131 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  4947. 2020-11-23T12:51:01.8609005Z [cluster1] I1123 12:41:16.409901 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  4948. 2020-11-23T12:51:01.8609968Z [cluster1] I1123 12:41:16.410447 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  4949. 2020-11-23T12:51:01.8610920Z [cluster1] I1123 12:41:16.410747 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  4950. 2020-11-23T12:51:01.8611876Z [cluster1] I1123 12:41:16.411563 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  4951. 2020-11-23T12:51:01.8612930Z [cluster1] I1123 12:41:16.412874 1 route.go:790] Found nil gw or dst
  4952. 2020-11-23T12:51:01.8613614Z [cluster1] I1123 12:41:16.413248 1 route.go:829] Found equivalent route, not adding
  4953. 2020-11-23T12:51:01.8614346Z [cluster1] I1123 12:41:16.414941 1 route.go:829] Found equivalent route, not adding
  4954. 2020-11-23T12:51:01.8617328Z [cluster1] I1123 12:41:16.415558 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  4955. 2020-11-23T12:51:01.8619934Z [cluster1] I1123 12:41:16.416420 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  4956. 2020-11-23T12:51:01.8622354Z [cluster1] I1123 12:41:46.314211 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  4957. 2020-11-23T12:51:01.8624431Z [cluster1] I1123 12:41:46.314273 1 route.go:612] This route agent is running on a non-gateway/non-active node
  4958. 2020-11-23T12:51:01.8626201Z [cluster1] I1123 12:41:46.314295 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  4959. 2020-11-23T12:51:01.8627191Z [cluster1] I1123 12:41:46.314926 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  4960. 2020-11-23T12:51:01.8628543Z [cluster1] I1123 12:41:46.336110 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  4961. 2020-11-23T12:51:01.8629353Z [cluster1] I1123 12:41:46.336377 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  4962. 2020-11-23T12:51:01.8630961Z [cluster1] I1123 12:41:46.336434 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  4963. 2020-11-23T12:51:01.8631882Z [cluster1] I1123 12:41:46.336475 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  4964. 2020-11-23T12:51:01.8633018Z [cluster1] I1123 12:41:46.336489 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  4965. 2020-11-23T12:51:01.8633945Z [cluster1] I1123 12:41:46.336499 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  4966. 2020-11-23T12:51:01.8634666Z [cluster1] I1123 12:41:46.336557 1 route.go:790] Found nil gw or dst
  4967. 2020-11-23T12:51:01.8635307Z [cluster1] I1123 12:41:46.336690 1 route.go:829] Found equivalent route, not adding
  4968. 2020-11-23T12:51:01.8636029Z [cluster1] I1123 12:41:46.336745 1 route.go:829] Found equivalent route, not adding
  4969. 2020-11-23T12:51:01.8637666Z [cluster1] I1123 12:41:46.336873 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  4970. 2020-11-23T12:51:01.8639886Z [cluster1] I1123 12:41:46.336960 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  4971. 2020-11-23T12:51:01.8643468Z [cluster1] I1123 12:42:16.314301 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  4972. 2020-11-23T12:51:01.8654708Z [cluster1] I1123 12:42:16.314597 1 route.go:612] This route agent is running on a non-gateway/non-active node
  4973. 2020-11-23T12:51:01.8656297Z [cluster1] I1123 12:42:16.314779 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  4974. 2020-11-23T12:51:01.8659822Z [cluster1] I1123 12:42:16.315355 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  4975. 2020-11-23T12:51:01.8660887Z [cluster1] I1123 12:42:16.321273 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  4976. 2020-11-23T12:51:01.8661873Z [cluster1] I1123 12:42:16.323990 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  4977. 2020-11-23T12:51:01.8662968Z [cluster1] I1123 12:42:16.324249 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  4978. 2020-11-23T12:51:01.8664129Z [cluster1] I1123 12:42:16.324598 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  4979. 2020-11-23T12:51:01.8665936Z [cluster1] I1123 12:42:16.324770 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  4980. 2020-11-23T12:51:01.8666955Z [cluster1] I1123 12:42:16.324937 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  4981. 2020-11-23T12:51:01.8667722Z [cluster1] I1123 12:42:16.325087 1 route.go:790] Found nil gw or dst
  4982. 2020-11-23T12:51:01.8668655Z [cluster1] I1123 12:42:16.325317 1 route.go:829] Found equivalent route, not adding
  4983. 2020-11-23T12:51:01.8669441Z [cluster1] I1123 12:42:16.325599 1 route.go:829] Found equivalent route, not adding
  4984. 2020-11-23T12:51:01.8671753Z [cluster1] I1123 12:42:16.325830 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  4985. 2020-11-23T12:51:01.8674479Z [cluster1] I1123 12:42:16.326003 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  4986. 2020-11-23T12:51:01.8677188Z [cluster1] I1123 12:42:46.315310 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  4987. 2020-11-23T12:51:01.8679171Z [cluster1] I1123 12:42:46.315531 1 route.go:612] This route agent is running on a non-gateway/non-active node
  4988. 2020-11-23T12:51:01.8680426Z [cluster1] I1123 12:42:46.315618 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  4989. 2020-11-23T12:51:01.8681931Z [cluster1] I1123 12:42:46.318216 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  4990. 2020-11-23T12:51:01.8682825Z [cluster1] I1123 12:42:46.324314 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  4991. 2020-11-23T12:51:01.8683652Z [cluster1] I1123 12:42:46.324665 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  4992. 2020-11-23T12:51:01.8684939Z [cluster1] I1123 12:42:46.324721 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  4993. 2020-11-23T12:51:01.8685874Z [cluster1] I1123 12:42:46.324746 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  4994. 2020-11-23T12:51:01.8686783Z [cluster1] I1123 12:42:46.324755 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  4995. 2020-11-23T12:51:01.8687714Z [cluster1] I1123 12:42:46.324764 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  4996. 2020-11-23T12:51:01.8688415Z [cluster1] I1123 12:42:46.324771 1 route.go:790] Found nil gw or dst
  4997. 2020-11-23T12:51:01.8689063Z [cluster1] I1123 12:42:46.324868 1 route.go:829] Found equivalent route, not adding
  4998. 2020-11-23T12:51:01.8689768Z [cluster1] I1123 12:42:46.324944 1 route.go:829] Found equivalent route, not adding
  4999. 2020-11-23T12:51:01.8691563Z [cluster1] I1123 12:42:46.325077 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5000. 2020-11-23T12:51:01.8695036Z [cluster1] I1123 12:42:46.325135 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5001. 2020-11-23T12:51:01.8697579Z [cluster1] I1123 12:43:16.315418 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5002. 2020-11-23T12:51:01.8699292Z [cluster1] I1123 12:43:16.315524 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5003. 2020-11-23T12:51:01.8700466Z [cluster1] I1123 12:43:16.315554 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5004. 2020-11-23T12:51:01.8701392Z [cluster1] I1123 12:43:16.315880 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5005. 2020-11-23T12:51:01.8702187Z [cluster1] I1123 12:43:16.321242 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5006. 2020-11-23T12:51:01.8702947Z [cluster1] I1123 12:43:16.321647 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5007. 2020-11-23T12:51:01.8703876Z [cluster1] I1123 12:43:16.321689 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5008. 2020-11-23T12:51:01.8705098Z [cluster1] I1123 12:43:16.321827 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5009. 2020-11-23T12:51:01.8706009Z [cluster1] I1123 12:43:16.321841 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5010. 2020-11-23T12:51:01.8707270Z [cluster1] I1123 12:43:16.322007 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5011. 2020-11-23T12:51:01.8708091Z [cluster1] I1123 12:43:16.322035 1 route.go:790] Found nil gw or dst
  5012. 2020-11-23T12:51:01.8708705Z [cluster1] I1123 12:43:16.322204 1 route.go:829] Found equivalent route, not adding
  5013. 2020-11-23T12:51:01.8709406Z [cluster1] I1123 12:43:16.322226 1 route.go:829] Found equivalent route, not adding
  5014. 2020-11-23T12:51:01.8710951Z [cluster1] I1123 12:43:16.322359 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5015. 2020-11-23T12:51:01.8713093Z [cluster1] I1123 12:43:16.322389 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5016. 2020-11-23T12:51:01.8715282Z [cluster1] I1123 12:43:46.315512 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5017. 2020-11-23T12:51:01.8718181Z [cluster1] I1123 12:43:46.315584 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5018. 2020-11-23T12:51:01.8719900Z [cluster1] I1123 12:43:46.315594 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5019. 2020-11-23T12:51:01.8722117Z [cluster1] I1123 12:43:46.315604 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5020. 2020-11-23T12:51:01.8723035Z [cluster1] I1123 12:43:46.315887 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5021. 2020-11-23T12:51:01.8723963Z [cluster1] I1123 12:43:46.319519 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5022. 2020-11-23T12:51:01.8724669Z [cluster1] I1123 12:43:46.319816 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5023. 2020-11-23T12:51:01.8725542Z [cluster1] I1123 12:43:46.319856 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5024. 2020-11-23T12:51:01.8726387Z [cluster1] I1123 12:43:46.319867 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5025. 2020-11-23T12:51:01.8728071Z [cluster1] I1123 12:43:46.319876 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5026. 2020-11-23T12:51:01.8729335Z [cluster1] I1123 12:43:46.319988 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5027. 2020-11-23T12:51:01.8730037Z [cluster1] I1123 12:43:46.320105 1 route.go:790] Found nil gw or dst
  5028. 2020-11-23T12:51:01.8731074Z [cluster1] I1123 12:43:46.320262 1 route.go:829] Found equivalent route, not adding
  5029. 2020-11-23T12:51:01.8732146Z [cluster1] I1123 12:43:46.320383 1 route.go:829] Found equivalent route, not adding
  5030. 2020-11-23T12:51:01.8733681Z [cluster1] I1123 12:43:46.320526 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5031. 2020-11-23T12:51:01.8735906Z [cluster1] I1123 12:44:16.315705 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5032. 2020-11-23T12:51:01.8739987Z [cluster1] I1123 12:44:16.315751 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5033. 2020-11-23T12:51:01.8741666Z [cluster1] I1123 12:44:16.315774 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5034. 2020-11-23T12:51:01.8742761Z [cluster1] I1123 12:44:16.315783 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5035. 2020-11-23T12:51:01.8744456Z [cluster1] I1123 12:44:16.316339 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5036. 2020-11-23T12:51:01.8745173Z [cluster1] I1123 12:44:16.320827 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5037. 2020-11-23T12:51:01.8745946Z [cluster1] I1123 12:44:16.321143 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5038. 2020-11-23T12:51:01.8746773Z [cluster1] I1123 12:44:16.321183 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5039. 2020-11-23T12:51:01.8747797Z [cluster1] I1123 12:44:16.321194 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5040. 2020-11-23T12:51:01.8749894Z [cluster1] I1123 12:44:16.321202 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5041. 2020-11-23T12:51:01.8752655Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-routeagent-k8q9h
  5042. 2020-11-23T12:51:01.8754452Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-routeagent-k8q9h
  5043. 2020-11-23T12:51:01.8756093Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n submariner-operator logs submariner-routeagent-k8q9h
  5044. 2020-11-23T12:51:01.8757947Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n submariner-operator logs submariner-routeagent-k8q9h
  5045. 2020-11-23T12:51:01.8759337Z [cluster1] I1123 12:44:16.321367 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5046. 2020-11-23T12:51:01.8760663Z [cluster1] I1123 12:44:16.321380 1 route.go:790] Found nil gw or dst
  5047. 2020-11-23T12:51:01.8761795Z [cluster1] I1123 12:44:16.321518 1 route.go:829] Found equivalent route, not adding
  5048. 2020-11-23T12:51:01.8762530Z [cluster1] I1123 12:44:16.321583 1 route.go:829] Found equivalent route, not adding
  5049. 2020-11-23T12:51:01.8764387Z [cluster1] I1123 12:44:16.321890 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5050. 2020-11-23T12:51:01.8766475Z [cluster1] I1123 12:44:46.315826 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5051. 2020-11-23T12:51:01.8768638Z [cluster1] I1123 12:44:46.315877 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5052. 2020-11-23T12:51:01.8769761Z [cluster1] I1123 12:44:46.315889 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5053. 2020-11-23T12:51:01.8770809Z [cluster1] I1123 12:44:46.316117 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5054. 2020-11-23T12:51:01.8771722Z [cluster1] I1123 12:44:46.319998 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5055. 2020-11-23T12:51:01.8773073Z [cluster1] I1123 12:44:46.320305 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5056. 2020-11-23T12:51:01.8774152Z [cluster1] I1123 12:44:46.320342 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5057. 2020-11-23T12:51:01.8775849Z [cluster1] I1123 12:44:46.320352 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5058. 2020-11-23T12:51:01.8776907Z [cluster1] I1123 12:44:46.320458 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5059. 2020-11-23T12:51:01.8777774Z [cluster1] I1123 12:44:46.320485 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5060. 2020-11-23T12:51:01.8778445Z [cluster1] I1123 12:44:46.320494 1 route.go:790] Found nil gw or dst
  5061. 2020-11-23T12:51:01.8779128Z [cluster1] I1123 12:44:46.320690 1 route.go:829] Found equivalent route, not adding
  5062. 2020-11-23T12:51:01.8779805Z [cluster1] I1123 12:44:46.320807 1 route.go:829] Found equivalent route, not adding
  5063. 2020-11-23T12:51:01.8781896Z [cluster1] I1123 12:44:46.320916 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5064. 2020-11-23T12:51:01.8785494Z [cluster1] I1123 12:44:46.321018 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5065. 2020-11-23T12:51:01.8791814Z [cluster1] I1123 12:45:16.316174 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5066. 2020-11-23T12:51:01.8793911Z [cluster1] I1123 12:45:16.316210 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5067. 2020-11-23T12:51:01.8795046Z [cluster1] I1123 12:45:16.316221 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5068. 2020-11-23T12:51:01.8795961Z [cluster1] I1123 12:45:16.316853 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5069. 2020-11-23T12:51:01.8796713Z [cluster1] I1123 12:45:16.321450 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5070. 2020-11-23T12:51:01.8797466Z [cluster1] I1123 12:45:16.321758 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5071. 2020-11-23T12:51:01.8798350Z [cluster1] I1123 12:45:16.321797 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5072. 2020-11-23T12:51:01.8799245Z [cluster1] I1123 12:45:16.321809 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5073. 2020-11-23T12:51:01.8801126Z [cluster1] I1123 12:45:16.321818 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5074. 2020-11-23T12:51:01.8802739Z [cluster1] I1123 12:45:16.321826 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5075. 2020-11-23T12:51:01.8803516Z [cluster1] I1123 12:45:16.321834 1 route.go:790] Found nil gw or dst
  5076. 2020-11-23T12:51:01.8804493Z [cluster1] I1123 12:45:16.321932 1 route.go:829] Found equivalent route, not adding
  5077. 2020-11-23T12:51:01.8805185Z [cluster1] I1123 12:45:16.321952 1 route.go:829] Found equivalent route, not adding
  5078. 2020-11-23T12:51:01.8806778Z [cluster1] I1123 12:45:16.322061 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5079. 2020-11-23T12:51:01.8808903Z [cluster1] I1123 12:45:16.322081 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5080. 2020-11-23T12:51:01.8811143Z [cluster1] I1123 12:45:46.316280 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5081. 2020-11-23T12:51:01.8813933Z [cluster1] I1123 12:45:46.316569 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5082. 2020-11-23T12:51:01.8816899Z [cluster1] I1123 12:45:46.316595 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5083. 2020-11-23T12:51:01.8818032Z [cluster1] I1123 12:45:46.316985 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5084. 2020-11-23T12:51:01.8818828Z [cluster1] I1123 12:45:46.322197 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5085. 2020-11-23T12:51:01.8819565Z [cluster1] I1123 12:45:46.322463 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5086. 2020-11-23T12:51:01.8820560Z [cluster1] I1123 12:45:46.322502 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5087. 2020-11-23T12:51:01.8821436Z [cluster1] I1123 12:45:46.322515 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5088. 2020-11-23T12:51:01.8823079Z [cluster1] I1123 12:45:46.322621 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5089. 2020-11-23T12:51:01.8823962Z [cluster1] I1123 12:45:46.322647 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5090. 2020-11-23T12:51:01.8824640Z [cluster1] I1123 12:45:46.322732 1 route.go:790] Found nil gw or dst
  5091. 2020-11-23T12:51:01.8825242Z [cluster1] I1123 12:45:46.322929 1 route.go:829] Found equivalent route, not adding
  5092. 2020-11-23T12:51:01.8825918Z [cluster1] I1123 12:45:46.323014 1 route.go:829] Found equivalent route, not adding
  5093. 2020-11-23T12:51:01.8827469Z [cluster1] I1123 12:45:46.323161 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5094. 2020-11-23T12:51:01.8829545Z [cluster1] I1123 12:45:46.323210 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5095. 2020-11-23T12:51:01.8831694Z [cluster1] I1123 12:46:16.316405 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5096. 2020-11-23T12:51:01.8833289Z [cluster1] I1123 12:46:16.316457 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5097. 2020-11-23T12:51:01.8834378Z [cluster1] I1123 12:46:16.316470 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5098. 2020-11-23T12:51:01.8835272Z [cluster1] I1123 12:46:16.324702 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5099. 2020-11-23T12:51:01.8835999Z [cluster1] I1123 12:46:16.328959 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5100. 2020-11-23T12:51:01.8836732Z [cluster1] I1123 12:46:16.329136 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5101. 2020-11-23T12:51:01.8837589Z [cluster1] I1123 12:46:16.329177 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5102. 2020-11-23T12:51:01.8839112Z [cluster1] I1123 12:46:16.329188 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5103. 2020-11-23T12:51:01.8840265Z [cluster1] I1123 12:46:16.329199 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5104. 2020-11-23T12:51:01.8841786Z [cluster1] I1123 12:46:16.329207 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5105. 2020-11-23T12:51:01.8842462Z [cluster1] I1123 12:46:16.329215 1 route.go:790] Found nil gw or dst
  5106. 2020-11-23T12:51:01.8843242Z [cluster1] I1123 12:46:16.329277 1 route.go:829] Found equivalent route, not adding
  5107. 2020-11-23T12:51:01.8843883Z [cluster1] I1123 12:46:16.329293 1 route.go:829] Found equivalent route, not adding
  5108. 2020-11-23T12:51:01.8846166Z [cluster1] I1123 12:46:16.329328 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5109. 2020-11-23T12:51:01.8849096Z [cluster1] I1123 12:46:16.329350 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5110. 2020-11-23T12:51:01.8853125Z [cluster1] I1123 12:46:46.317762 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5111. 2020-11-23T12:51:01.8859398Z [cluster1] I1123 12:46:46.317834 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5112. 2020-11-23T12:51:01.8862292Z [cluster1] I1123 12:46:46.318119 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5113. 2020-11-23T12:51:01.8863633Z [cluster1] I1123 12:46:46.318561 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5114. 2020-11-23T12:51:01.8869111Z [cluster1] I1123 12:46:46.322741 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5115. 2020-11-23T12:51:01.8870095Z [cluster1] I1123 12:46:46.323024 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5116. 2020-11-23T12:51:01.8871060Z [cluster1] I1123 12:46:46.323063 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5117. 2020-11-23T12:51:01.8872332Z [cluster1] I1123 12:46:46.323076 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5118. 2020-11-23T12:51:01.8874746Z [cluster1] I1123 12:46:46.323085 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5119. 2020-11-23T12:51:01.8875843Z [cluster1] I1123 12:46:46.323093 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5120. 2020-11-23T12:51:01.8876531Z [cluster1] I1123 12:46:46.323153 1 route.go:790] Found nil gw or dst
  5121. 2020-11-23T12:51:01.8878255Z [cluster1] I1123 12:46:46.323296 1 route.go:829] Found equivalent route, not adding
  5122. 2020-11-23T12:51:01.8879413Z [cluster1] I1123 12:46:46.323349 1 route.go:829] Found equivalent route, not adding
  5123. 2020-11-23T12:51:01.8881397Z [cluster1] I1123 12:46:46.323409 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5124. 2020-11-23T12:51:01.8891777Z [cluster1] I1123 12:46:46.323433 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5125. 2020-11-23T12:51:01.8895801Z [cluster1] I1123 12:47:16.317763 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5126. 2020-11-23T12:51:01.8898061Z [cluster1] I1123 12:47:16.317932 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5127. 2020-11-23T12:51:01.8899262Z [cluster1] I1123 12:47:16.317962 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5128. 2020-11-23T12:51:01.8900193Z [cluster1] I1123 12:47:16.318252 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5129. 2020-11-23T12:51:01.8900966Z [cluster1] I1123 12:47:16.322995 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5130. 2020-11-23T12:51:01.8901756Z [cluster1] I1123 12:47:16.323227 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5131. 2020-11-23T12:51:01.8902801Z [cluster1] I1123 12:47:16.323304 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5132. 2020-11-23T12:51:01.8904185Z [cluster1] I1123 12:47:16.323343 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5133. 2020-11-23T12:51:01.8905294Z [cluster1] I1123 12:47:16.323474 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5134. 2020-11-23T12:51:01.8906207Z [cluster1] I1123 12:47:16.323544 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5135. 2020-11-23T12:51:01.8907654Z [cluster1] I1123 12:47:16.323603 1 route.go:790] Found nil gw or dst
  5136. 2020-11-23T12:51:01.8908273Z [cluster1] I1123 12:47:16.323774 1 route.go:829] Found equivalent route, not adding
  5137. 2020-11-23T12:51:01.8908967Z [cluster1] I1123 12:47:16.323812 1 route.go:829] Found equivalent route, not adding
  5138. 2020-11-23T12:51:01.8910561Z [cluster1] I1123 12:47:16.323898 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5139. 2020-11-23T12:51:01.8912718Z [cluster1] I1123 12:47:16.323992 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5140. 2020-11-23T12:51:01.8915480Z [cluster1] I1123 12:47:46.317689 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5141. 2020-11-23T12:51:01.8917845Z [cluster1] I1123 12:47:46.318235 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5142. 2020-11-23T12:51:01.8919242Z [cluster1] I1123 12:47:46.318441 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5143. 2020-11-23T12:51:01.8920159Z [cluster1] I1123 12:47:46.318997 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5144. 2020-11-23T12:51:01.8920967Z [cluster1] I1123 12:47:46.323487 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5145. 2020-11-23T12:51:01.8921727Z [cluster1] I1123 12:47:46.323776 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5146. 2020-11-23T12:51:01.8922607Z [cluster1] I1123 12:47:46.324095 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5147. 2020-11-23T12:51:01.8923509Z [cluster1] I1123 12:47:46.324294 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5148. 2020-11-23T12:51:01.8924390Z [cluster1] I1123 12:47:46.324325 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5149. 2020-11-23T12:51:01.8925284Z [cluster1] I1123 12:47:46.324335 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5150. 2020-11-23T12:51:01.8925963Z [cluster1] I1123 12:47:46.324343 1 route.go:790] Found nil gw or dst
  5151. 2020-11-23T12:51:01.8926593Z [cluster1] I1123 12:47:46.324511 1 route.go:829] Found equivalent route, not adding
  5152. 2020-11-23T12:51:01.8927273Z [cluster1] I1123 12:47:46.324681 1 route.go:829] Found equivalent route, not adding
  5153. 2020-11-23T12:51:01.8928769Z [cluster1] I1123 12:47:46.324818 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5154. 2020-11-23T12:51:01.8930880Z [cluster1] I1123 12:47:46.324854 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5155. 2020-11-23T12:51:01.8933121Z [cluster1] I1123 12:48:16.317203 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5156. 2020-11-23T12:51:01.8934752Z [cluster1] I1123 12:48:16.317243 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5157. 2020-11-23T12:51:01.8936221Z [cluster1] I1123 12:48:16.317260 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5158. 2020-11-23T12:51:01.8937141Z [cluster1] I1123 12:48:16.317834 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5159. 2020-11-23T12:51:01.8937910Z [cluster1] I1123 12:48:16.321312 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5160. 2020-11-23T12:51:01.8938646Z [cluster1] I1123 12:48:16.321604 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5161. 2020-11-23T12:51:01.8939633Z [cluster1] I1123 12:48:16.321640 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5162. 2020-11-23T12:51:01.8940513Z [cluster1] I1123 12:48:16.321650 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5163. 2020-11-23T12:51:01.8941407Z [cluster1] I1123 12:48:16.321658 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5164. 2020-11-23T12:51:01.8942733Z [cluster1] I1123 12:48:16.321777 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5165. 2020-11-23T12:51:01.8943594Z [cluster1] I1123 12:48:16.321941 1 route.go:790] Found nil gw or dst
  5166. 2020-11-23T12:51:01.8944189Z [cluster1] I1123 12:48:16.322092 1 route.go:829] Found equivalent route, not adding
  5167. 2020-11-23T12:51:01.8944871Z [cluster1] I1123 12:48:16.322111 1 route.go:829] Found equivalent route, not adding
  5168. 2020-11-23T12:51:01.8946391Z [cluster1] I1123 12:48:16.322216 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5169. 2020-11-23T12:51:01.8949187Z [cluster1] I1123 12:48:16.322356 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5170. 2020-11-23T12:51:01.8951568Z [cluster1] I1123 12:48:46.317352 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5171. 2020-11-23T12:51:01.8953158Z [cluster1] I1123 12:48:46.317445 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5172. 2020-11-23T12:51:01.8954514Z [cluster1] I1123 12:48:46.317459 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5173. 2020-11-23T12:51:01.8955617Z [cluster1] I1123 12:48:46.318124 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5174. 2020-11-23T12:51:01.8957040Z [cluster1] I1123 12:48:46.322296 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5175. 2020-11-23T12:51:01.8957884Z [cluster1] I1123 12:48:46.322675 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5176. 2020-11-23T12:51:01.8959966Z [cluster1] I1123 12:48:46.322711 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5177. 2020-11-23T12:51:01.8960985Z [cluster1] I1123 12:48:46.322722 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5178. 2020-11-23T12:51:01.8962382Z [cluster1] I1123 12:48:46.322731 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5179. 2020-11-23T12:51:01.8963253Z [cluster1] I1123 12:48:46.322740 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5180. 2020-11-23T12:51:01.8963911Z [cluster1] I1123 12:48:46.322781 1 route.go:790] Found nil gw or dst
  5181. 2020-11-23T12:51:01.8964584Z [cluster1] I1123 12:48:46.322887 1 route.go:829] Found equivalent route, not adding
  5182. 2020-11-23T12:51:01.8967142Z [cluster1] I1123 12:48:46.322937 1 route.go:829] Found equivalent route, not adding
  5183. 2020-11-23T12:51:01.8970597Z [cluster1] I1123 12:48:46.323009 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5184. 2020-11-23T12:51:01.8974503Z [cluster1] I1123 12:48:46.323247 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5185. 2020-11-23T12:51:01.8977203Z [cluster1] I1123 12:49:16.317646 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5186. 2020-11-23T12:51:01.8978858Z [cluster1] I1123 12:49:16.317682 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5187. 2020-11-23T12:51:01.8980001Z [cluster1] I1123 12:49:16.317693 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5188. 2020-11-23T12:51:01.8981238Z [cluster1] I1123 12:49:16.318351 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5189. 2020-11-23T12:51:01.8982032Z [cluster1] I1123 12:49:16.322172 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5190. 2020-11-23T12:51:01.8982772Z [cluster1] I1123 12:49:16.322498 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5191. 2020-11-23T12:51:01.8984190Z [cluster1] I1123 12:49:16.322628 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5192. 2020-11-23T12:51:01.8985367Z [cluster1] I1123 12:49:16.322655 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5193. 2020-11-23T12:51:01.8986261Z [cluster1] I1123 12:49:16.322664 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5194. 2020-11-23T12:51:01.8987685Z [cluster1] I1123 12:49:16.322671 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5195. 2020-11-23T12:51:01.8988552Z [cluster1] I1123 12:49:16.322679 1 route.go:790] Found nil gw or dst
  5196. 2020-11-23T12:51:01.8989167Z [cluster1] I1123 12:49:16.322844 1 route.go:829] Found equivalent route, not adding
  5197. 2020-11-23T12:51:01.8990362Z [cluster1] I1123 12:49:16.322904 1 route.go:829] Found equivalent route, not adding
  5198. 2020-11-23T12:51:01.8991852Z [cluster1] I1123 12:49:16.323024 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5199. 2020-11-23T12:51:01.8994124Z [cluster1] I1123 12:49:16.323053 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5200. 2020-11-23T12:51:01.8996343Z [cluster1] I1123 12:49:46.317729 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5201. 2020-11-23T12:51:01.8997999Z [cluster1] I1123 12:49:46.318061 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5202. 2020-11-23T12:51:01.8999125Z [cluster1] I1123 12:49:46.318181 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5203. 2020-11-23T12:51:01.9000042Z [cluster1] I1123 12:49:46.318668 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5204. 2020-11-23T12:51:01.9000799Z [cluster1] I1123 12:49:46.324135 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5205. 2020-11-23T12:51:01.9002192Z [cluster1] I1123 12:49:46.324474 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5206. 2020-11-23T12:51:01.9003249Z [cluster1] I1123 12:49:46.324503 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5207. 2020-11-23T12:51:01.9004288Z [cluster1] I1123 12:49:46.324542 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5208. 2020-11-23T12:51:01.9005524Z [cluster1] I1123 12:49:46.324553 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5209. 2020-11-23T12:51:01.9006417Z [cluster1] I1123 12:49:46.324561 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5210. 2020-11-23T12:51:01.9007213Z [cluster1] I1123 12:49:46.324569 1 route.go:790] Found nil gw or dst
  5211. 2020-11-23T12:51:01.9007822Z [cluster1] I1123 12:49:46.324673 1 route.go:829] Found equivalent route, not adding
  5212. 2020-11-23T12:51:01.9008480Z [cluster1] I1123 12:49:46.324681 1 route.go:829] Found equivalent route, not adding
  5213. 2020-11-23T12:51:01.9010030Z [cluster1] I1123 12:49:46.324710 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5214. 2020-11-23T12:51:01.9012100Z [cluster1] I1123 12:49:46.324726 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5215. 2020-11-23T12:51:01.9014266Z [cluster1] I1123 12:50:16.317972 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5216. 2020-11-23T12:51:01.9016209Z [cluster1] I1123 12:50:16.318196 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5217. 2020-11-23T12:51:01.9017331Z [cluster1] I1123 12:50:16.318223 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5218. 2020-11-23T12:51:01.9018197Z [cluster1] I1123 12:50:16.318617 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5219. 2020-11-23T12:51:01.9018939Z [cluster1] I1123 12:50:16.322688 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5220. 2020-11-23T12:51:01.9019659Z [cluster1] I1123 12:50:16.323064 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5221. 2020-11-23T12:51:01.9020526Z [cluster1] I1123 12:50:16.323224 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5222. 2020-11-23T12:51:01.9021375Z [cluster1] I1123 12:50:16.323253 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5223. 2020-11-23T12:51:01.9022247Z [cluster1] I1123 12:50:16.323265 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5224. 2020-11-23T12:51:01.9023096Z [cluster1] I1123 12:50:16.323273 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5225. 2020-11-23T12:51:01.9024246Z [cluster1] I1123 12:50:16.323281 1 route.go:790] Found nil gw or dst
  5226. 2020-11-23T12:51:02.1853441Z [cluster1] I1123 12:50:16.323497 1 route.go:829] Found equivalent route, not adding
  5227. 2020-11-23T12:51:02.1855160Z [cluster1] I1123 12:50:16.323520 1 route.go:829] Found equivalent route, not adding
  5228. 2020-11-23T12:51:02.1857790Z [cluster1] I1123 12:50:16.323559 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5229. 2020-11-23T12:51:02.1860920Z [cluster1] I1123 12:50:16.323577 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5230. 2020-11-23T12:51:02.1863949Z [cluster1] I1123 12:50:46.318172 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5231. 2020-11-23T12:51:02.1867023Z [cluster1] I1123 12:50:46.318586 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5232. 2020-11-23T12:51:02.1869205Z [cluster1] I1123 12:50:46.318757 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5233. 2020-11-23T12:51:02.1870589Z [cluster1] I1123 12:50:46.319386 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5234. 2020-11-23T12:51:02.1871734Z [cluster1] I1123 12:50:46.323317 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5235. 2020-11-23T12:51:02.1874732Z [cluster1] I1123 12:50:46.323722 1 route.go:787] Processing route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5236. 2020-11-23T12:51:02.1875639Z [cluster1] I1123 12:50:46.323852 1 route.go:793] Found route {Ifindex: 16 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5237. 2020-11-23T12:51:02.1876894Z [cluster1] I1123 12:50:46.323957 1 route.go:787] Processing route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5238. 2020-11-23T12:51:02.1878891Z [cluster1] I1123 12:50:46.324041 1 route.go:793] Found route {Ifindex: 16 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5239. 2020-11-23T12:51:02.1879960Z [cluster1] I1123 12:50:46.324127 1 route.go:787] Processing route {Ifindex: 16 Dst: 240.0.0.0/8 Src: 240.17.0.7 Gw: <nil> Flags: [] Table: 254}
  5240. 2020-11-23T12:51:02.1880770Z [cluster1] I1123 12:50:46.324245 1 route.go:790] Found nil gw or dst
  5241. 2020-11-23T12:51:02.1881569Z [cluster1] I1123 12:50:46.324384 1 route.go:829] Found equivalent route, not adding
  5242. 2020-11-23T12:51:02.1882428Z [cluster1] I1123 12:50:46.324404 1 route.go:829] Found equivalent route, not adding
  5243. 2020-11-23T12:51:02.1884914Z [cluster1] I1123 12:50:46.324524 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5244. 2020-11-23T12:51:02.1887130Z [cluster1] I1123 12:50:46.324769 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5245. 2020-11-23T12:51:02.1889869Z [cluster1] +++++++++++++++++++++: Logs for Pod submariner-routeagent-k8q9h in namespace submariner-operator :++++++++++++++++++++++
  5246. 2020-11-23T12:51:02.1891110Z [cluster1] + trap 'exit 1' SIGTERM SIGINT
  5247. 2020-11-23T12:51:02.1891615Z [cluster1] + SUBMARINER_VERBOSITY=2
  5248. 2020-11-23T12:51:02.1892499Z [cluster1] + '[' false == true ']'
  5249. 2020-11-23T12:51:02.1893460Z [cluster1] + DEBUG=-v=2
  5250. 2020-11-23T12:51:02.1894546Z [cluster1] + for f in iptables-save iptables
  5251. 2020-11-23T12:51:02.1895985Z [cluster1] ++ find_iptables_on_host iptables-save
  5252. 2020-11-23T12:51:02.1897072Z [cluster1] ++ chroot /host test -x /usr/sbin/iptables-save
  5253. 2020-11-23T12:51:02.1897613Z [cluster1] ++ echo /usr/sbin
  5254. 2020-11-23T12:51:02.1897988Z [cluster1] ++ return
  5255. 2020-11-23T12:51:02.1898393Z [cluster1] + location=/usr/sbin
  5256. 2020-11-23T12:51:02.1899003Z [cluster1] + '[' /usr/sbin '!=' unknown ']'
  5257. 2020-11-23T12:51:02.1900064Z [cluster1] + echo 'iptables-save is present on the host at /usr/sbin/iptables-save'
  5258. 2020-11-23T12:51:02.1901603Z [cluster1] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  5259. 2020-11-23T12:51:02.1902881Z [cluster1] + for f in iptables-save iptables
  5260. 2020-11-23T12:51:02.1903470Z [cluster1] ++ find_iptables_on_host iptables
  5261. 2020-11-23T12:51:02.1904351Z [cluster1] ++ chroot /host test -x /usr/sbin/iptables
  5262. 2020-11-23T12:51:02.1904866Z [cluster1] ++ echo /usr/sbin
  5263. 2020-11-23T12:51:02.1905267Z [cluster1] ++ return
  5264. 2020-11-23T12:51:02.1905904Z [cluster1] + location=/usr/sbin
  5265. 2020-11-23T12:51:02.1906809Z [cluster1] + '[' /usr/sbin '!=' unknown ']'
  5266. 2020-11-23T12:51:02.1908228Z [cluster1] + echo 'iptables is present on the host at /usr/sbin/iptables'
  5267. 2020-11-23T12:51:02.1909603Z [cluster1] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  5268. 2020-11-23T12:51:02.1910776Z [cluster1] + exec submariner-route-agent -v=2 -alsologtostderr
  5269. 2020-11-23T12:51:02.1911772Z [cluster1] iptables-save is present on the host at /usr/sbin/iptables-save
  5270. 2020-11-23T12:51:02.1912687Z [cluster1] iptables is present on the host at /usr/sbin/iptables
  5271. 2020-11-23T12:51:02.1913922Z [cluster1] I1123 12:39:59.517444 1 main.go:47] Starting submariner-route-agent
  5272. 2020-11-23T12:51:02.1915171Z [cluster1] W1123 12:39:59.520246 1 client_config.go:543] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  5273. 2020-11-23T12:51:02.1916531Z [cluster1] I1123 12:39:59.526127 1 route.go:192] Starting Route Controller. ClusterID: cluster1, localClusterCIDR: [10.1.0.0/16], localServiceCIDR: [100.1.0.0/16]
  5274. 2020-11-23T12:51:02.1917494Z [cluster1] I1123 12:39:59.526155 1 route.go:196] Waiting for Endpoint informer caches to sync.
  5275. 2020-11-23T12:51:02.1918541Z [cluster1] I1123 12:39:59.660452 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.7
  5276. 2020-11-23T12:51:02.1919573Z [cluster1] I1123 12:39:59.660487 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.8
  5277. 2020-11-23T12:51:02.1920623Z [cluster1] I1123 12:39:59.660941 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.9
  5278. 2020-11-23T12:51:02.1921350Z [cluster1] I1123 12:39:59.729648 1 driver.go:37] Interface "lo" has "127.0.0.1" address
  5279. 2020-11-23T12:51:02.1922003Z [cluster1] I1123 12:39:59.729772 1 driver.go:37] Interface "weave" has "10.1.192.0" address
  5280. 2020-11-23T12:51:02.1922749Z [cluster1] I1123 12:39:59.729780 1 driver.go:42] Found CNI Interface "weave" that has IP "10.1.192.0" from ClusterCIDR "10.1.0.0/16"
  5281. 2020-11-23T12:51:02.1923670Z [cluster1] I1123 12:39:59.729880 1 driver.go:60] Successfully configured rp_filter to loose mode(2) on cniInterface "weave"
  5282. 2020-11-23T12:51:02.1925562Z [cluster1] I1123 12:39:59.742879 1 iptables.go:22] Install/ensure SUBMARINER-POSTROUTING chain exists
  5283. 2020-11-23T12:51:02.1937784Z [cluster1] I1123 12:39:59.833215 1 iptables.go:28] Insert SUBMARINER-POSTROUTING rule that has rules for inter-cluster traffic
  5284. 2020-11-23T12:51:02.1939196Z [cluster1] I1123 12:39:59.879362 1 iptables.go:34] Install/ensure SUBMARINER-INPUT chain exists
  5285. 2020-11-23T12:51:02.1940865Z [cluster1] I1123 12:39:59.952922 1 iptables.go:45] Allow VxLAN incoming traffic in SUBMARINER-INPUT Chain
  5286. 2020-11-23T12:51:02.1942454Z [cluster1] I1123 12:40:00.013244 1 iptables.go:53] Insert rule to allow traffic over vx-submariner interface in FORWARDing Chain
  5287. 2020-11-23T12:51:02.1944246Z [cluster1] I1123 12:40:00.040938 1 iptables.go:65] Installing rule for host network to remote cluster communication: -s 240.0.0.0/8 -o vx-submariner -j SNAT --to 10.1.192.0
  5288. 2020-11-23T12:51:02.1945672Z [cluster1] I1123 12:40:00.137857 1 iptables.go:83] Installing iptables rule for outgoing traffic: -s 10.1.0.0/16 -d 100.2.0.0/16 -j ACCEPT
  5289. 2020-11-23T12:51:02.1946829Z [cluster1] I1123 12:40:00.152851 1 iptables.go:91] Installing iptables rule for incoming traffic: -s 100.2.0.0/16 -d 10.1.0.0/16 -j ACCEPT
  5290. 2020-11-23T12:51:02.1948485Z [cluster1] I1123 12:40:00.175458 1 iptables.go:83] Installing iptables rule for outgoing traffic: -s 10.1.0.0/16 -d 10.2.0.0/16 -j ACCEPT
  5291. 2020-11-23T12:51:02.1949689Z [cluster1] I1123 12:40:00.187120 1 iptables.go:91] Installing iptables rule for incoming traffic: -s 10.2.0.0/16 -d 10.1.0.0/16 -j ACCEPT
  5292. 2020-11-23T12:51:02.1951042Z [cluster1] I1123 12:40:00.211513 1 route.go:254] In cluster1, podIP of submariner-route-agent[0] is 172.17.0.7
  5293. 2020-11-23T12:51:02.1952380Z [cluster1] I1123 12:40:00.211542 1 route.go:254] In cluster1, podIP of submariner-route-agent[1] is 172.17.0.8
  5294. 2020-11-23T12:51:02.1953503Z [cluster1] I1123 12:40:00.211548 1 route.go:254] In cluster1, podIP of submariner-route-agent[2] is 172.17.0.9
  5295. 2020-11-23T12:51:02.1954744Z [cluster1] I1123 12:40:00.211553 1 route.go:268] Hostname is "cluster1-worker" and routeAgentNodeName is "cluster1-worker"
  5296. 2020-11-23T12:51:02.1956870Z [cluster1] I1123 12:40:00.228454 1 driver.go:87] Successfully annotated node "cluster1-worker" with cniIfaceIP "10.1.192.0"
  5297. 2020-11-23T12:51:02.1957964Z [cluster1] I1123 12:40:00.228502 1 route.go:286] Route agent workers started
  5298. 2020-11-23T12:51:02.1959373Z [cluster1] I1123 12:40:00.228683 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-dfqbf" with host IP "172.17.0.7", pod IP "172.17.0.7"
  5299. 2020-11-23T12:51:02.1961011Z [cluster1] I1123 12:40:00.228706 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-dfqbf"
  5300. 2020-11-23T12:51:02.1962833Z [cluster1] I1123 12:40:00.228715 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-k8q9h" with host IP "172.17.0.8", pod IP "172.17.0.8"
  5301. 2020-11-23T12:51:02.1964462Z [cluster1] I1123 12:40:00.228720 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-k8q9h"
  5302. 2020-11-23T12:51:02.1966103Z [cluster1] I1123 12:40:00.228726 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-s5q5c" with host IP "172.17.0.9", pod IP "172.17.0.9"
  5303. 2020-11-23T12:51:02.1967731Z [cluster1] I1123 12:40:00.228731 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-s5q5c"
  5304. 2020-11-23T12:51:02.1969654Z [cluster1] I1123 12:40:00.228941 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5305. 2020-11-23T12:51:02.1971044Z [cluster1] I1123 12:40:00.229335 1 route.go:756] Processing route {Ifindex: 16 Dst: <nil> Src: <nil> Gw: 172.17.0.1 Flags: [] Table: 254}
  5306. 2020-11-23T12:51:02.2016046Z [cluster1] I1123 12:40:00.229930 1 route.go:759] Found nil gw or dst
  5307. 2020-11-23T12:51:02.2016795Z [cluster1] I1123 12:40:00.230168 1 route.go:756] Processing route {Ifindex: 4 Dst: 10.1.0.0/16 Src: 10.1.192.0 Gw: <nil> Flags: [] Table: 254}
  5308. 2020-11-23T12:51:02.2017481Z [cluster1] I1123 12:40:00.230322 1 route.go:759] Found nil gw or dst
  5309. 2020-11-23T12:51:02.2018201Z [cluster1] I1123 12:40:00.230622 1 route.go:756] Processing route {Ifindex: 16 Dst: 172.17.0.0/16 Src: 172.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5310. 2020-11-23T12:51:02.2018889Z [cluster1] I1123 12:40:00.230744 1 route.go:759] Found nil gw or dst
  5311. 2020-11-23T12:51:02.2019926Z [cluster1] I1123 12:40:00.230828 1 route.go:582] This route agent is running on the active gateway node
  5312. 2020-11-23T12:51:02.2021158Z [cluster1] I1123 12:40:00.230904 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5313. 2020-11-23T12:51:02.2022030Z [cluster1] I1123 12:40:00.234061 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5314. 2020-11-23T12:51:02.2022792Z [cluster1] I1123 12:40:00.234301 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5315. 2020-11-23T12:51:02.2023558Z [cluster1] I1123 12:40:00.235706 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5316. 2020-11-23T12:51:02.2025034Z [cluster1] I1123 12:40:00.236141 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5317. 2020-11-23T12:51:02.2026966Z [cluster1] I1123 12:40:00.236605 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5318. 2020-11-23T12:51:02.2029178Z [cluster1] I1123 12:40:29.582900 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5319. 2020-11-23T12:51:02.2030603Z [cluster1] I1123 12:40:29.583214 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5320. 2020-11-23T12:51:02.2031289Z [cluster1] I1123 12:40:29.583252 1 route.go:759] Found nil gw or dst
  5321. 2020-11-23T12:51:02.2031961Z [cluster1] I1123 12:40:29.583260 1 route.go:582] This route agent is running on the active gateway node
  5322. 2020-11-23T12:51:02.2033384Z [cluster1] I1123 12:40:29.583267 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5323. 2020-11-23T12:51:02.2034289Z [cluster1] I1123 12:40:29.583444 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5324. 2020-11-23T12:51:02.2035068Z [cluster1] I1123 12:40:29.583491 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5325. 2020-11-23T12:51:02.2035817Z [cluster1] I1123 12:40:29.583533 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5326. 2020-11-23T12:51:02.2036646Z [cluster1] I1123 12:40:29.583559 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5327. 2020-11-23T12:51:02.2037757Z [cluster1] I1123 12:40:29.583636 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5328. 2020-11-23T12:51:02.2051203Z [cluster1] I1123 12:40:29.583738 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5329. 2020-11-23T12:51:02.2055822Z [cluster1] I1123 12:40:59.582999 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5330. 2020-11-23T12:51:02.2057159Z [cluster1] I1123 12:40:59.583374 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5331. 2020-11-23T12:51:02.2057819Z [cluster1] I1123 12:40:59.583403 1 route.go:759] Found nil gw or dst
  5332. 2020-11-23T12:51:02.2058434Z [cluster1] I1123 12:40:59.583411 1 route.go:582] This route agent is running on the active gateway node
  5333. 2020-11-23T12:51:02.2059492Z [cluster1] I1123 12:40:59.583418 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5334. 2020-11-23T12:51:02.2060320Z [cluster1] I1123 12:40:59.583581 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5335. 2020-11-23T12:51:02.2061098Z [cluster1] I1123 12:40:59.583621 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5336. 2020-11-23T12:51:02.2061805Z [cluster1] I1123 12:40:59.583675 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5337. 2020-11-23T12:51:02.2062532Z [cluster1] I1123 12:40:59.583717 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5338. 2020-11-23T12:51:02.2063737Z [cluster1] I1123 12:40:59.583807 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5339. 2020-11-23T12:51:02.2065406Z [cluster1] I1123 12:40:59.583875 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5340. 2020-11-23T12:51:02.2068348Z [cluster1] I1123 12:41:29.583046 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5341. 2020-11-23T12:51:02.2070010Z [cluster1] I1123 12:41:29.583394 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5342. 2020-11-23T12:51:02.2070677Z [cluster1] I1123 12:41:29.583458 1 route.go:759] Found nil gw or dst
  5343. 2020-11-23T12:51:02.2071330Z [cluster1] I1123 12:41:29.583466 1 route.go:582] This route agent is running on the active gateway node
  5344. 2020-11-23T12:51:02.2072401Z [cluster1] I1123 12:41:29.583490 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5345. 2020-11-23T12:51:02.2073276Z [cluster1] I1123 12:41:29.583687 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5346. 2020-11-23T12:51:02.2074062Z [cluster1] I1123 12:41:29.583739 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5347. 2020-11-23T12:51:02.2075064Z [cluster1] I1123 12:41:29.583782 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5348. 2020-11-23T12:51:02.2076463Z [cluster1] I1123 12:41:29.583818 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5349. 2020-11-23T12:51:02.2077672Z [cluster1] I1123 12:41:29.583874 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5350. 2020-11-23T12:51:02.2079333Z [cluster1] I1123 12:41:29.583973 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5351. 2020-11-23T12:51:02.2082454Z [cluster1] I1123 12:41:59.583216 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5352. 2020-11-23T12:51:02.2084040Z [cluster1] I1123 12:41:59.583618 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5353. 2020-11-23T12:51:02.2084817Z [cluster1] I1123 12:41:59.583647 1 route.go:759] Found nil gw or dst
  5354. 2020-11-23T12:51:02.2085860Z [cluster1] I1123 12:41:59.583655 1 route.go:582] This route agent is running on the active gateway node
  5355. 2020-11-23T12:51:02.2091867Z [cluster1] I1123 12:41:59.583662 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5356. 2020-11-23T12:51:02.2093009Z [cluster1] I1123 12:41:59.583845 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5357. 2020-11-23T12:51:02.2093816Z [cluster1] I1123 12:41:59.583886 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5358. 2020-11-23T12:51:02.2094565Z [cluster1] I1123 12:41:59.583920 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5359. 2020-11-23T12:51:02.2095569Z [cluster1] I1123 12:41:59.583947 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5360. 2020-11-23T12:51:02.2096756Z [cluster1] I1123 12:41:59.584010 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5361. 2020-11-23T12:51:02.2098456Z [cluster1] I1123 12:41:59.584076 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5362. 2020-11-23T12:51:02.2100606Z [cluster1] I1123 12:42:29.583437 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5363. 2020-11-23T12:51:02.2101987Z [cluster1] I1123 12:42:29.583873 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5364. 2020-11-23T12:51:02.2102652Z [cluster1] I1123 12:42:29.583912 1 route.go:759] Found nil gw or dst
  5365. 2020-11-23T12:51:02.2103301Z [cluster1] I1123 12:42:29.583920 1 route.go:582] This route agent is running on the active gateway node
  5366. 2020-11-23T12:51:02.2104338Z [cluster1] I1123 12:42:29.583927 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5367. 2020-11-23T12:51:02.2105403Z [cluster1] I1123 12:42:29.584084 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5368. 2020-11-23T12:51:02.2109851Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-routeagent-s5q5c
  5369. 2020-11-23T12:51:02.2111238Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-routeagent-s5q5c
  5370. 2020-11-23T12:51:02.2112737Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n submariner-operator logs submariner-routeagent-s5q5c
  5371. 2020-11-23T12:51:02.2114297Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n submariner-operator logs submariner-routeagent-s5q5c
  5372. 2020-11-23T12:51:02.2115350Z [cluster1] I1123 12:42:29.584133 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5373. 2020-11-23T12:51:02.2116088Z [cluster1] I1123 12:42:29.584165 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5374. 2020-11-23T12:51:02.2117012Z [cluster1] I1123 12:42:29.584189 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5375. 2020-11-23T12:51:02.2118122Z [cluster1] I1123 12:42:29.584247 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5376. 2020-11-23T12:51:02.2119793Z [cluster1] I1123 12:42:29.584333 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5377. 2020-11-23T12:51:02.2122097Z [cluster1] I1123 12:42:59.583606 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5378. 2020-11-23T12:51:02.2123482Z [cluster1] I1123 12:42:59.583912 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5379. 2020-11-23T12:51:02.2124144Z [cluster1] I1123 12:42:59.583948 1 route.go:759] Found nil gw or dst
  5380. 2020-11-23T12:51:02.2124801Z [cluster1] I1123 12:42:59.583962 1 route.go:582] This route agent is running on the active gateway node
  5381. 2020-11-23T12:51:02.2125840Z [cluster1] I1123 12:42:59.583969 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5382. 2020-11-23T12:51:02.2126715Z [cluster1] I1123 12:42:59.584134 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5383. 2020-11-23T12:51:02.2127493Z [cluster1] I1123 12:42:59.584246 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5384. 2020-11-23T12:51:02.2128501Z [cluster1] I1123 12:42:59.584291 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5385. 2020-11-23T12:51:02.2129250Z [cluster1] I1123 12:42:59.584330 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5386. 2020-11-23T12:51:02.2130878Z [cluster1] I1123 12:42:59.584399 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5387. 2020-11-23T12:51:02.2132539Z [cluster1] I1123 12:42:59.584472 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5388. 2020-11-23T12:51:02.2134693Z [cluster1] I1123 12:43:29.583904 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5389. 2020-11-23T12:51:02.2136479Z [cluster1] I1123 12:43:29.584174 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5390. 2020-11-23T12:51:02.2137171Z [cluster1] I1123 12:43:29.584208 1 route.go:759] Found nil gw or dst
  5391. 2020-11-23T12:51:02.2137804Z [cluster1] I1123 12:43:29.584218 1 route.go:582] This route agent is running on the active gateway node
  5392. 2020-11-23T12:51:02.2138890Z [cluster1] I1123 12:43:29.584225 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5393. 2020-11-23T12:51:02.2139755Z [cluster1] I1123 12:43:29.584407 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5394. 2020-11-23T12:51:02.2140551Z [cluster1] I1123 12:43:29.584455 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5395. 2020-11-23T12:51:02.2141282Z [cluster1] I1123 12:43:29.584486 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5396. 2020-11-23T12:51:02.2142030Z [cluster1] I1123 12:43:29.584558 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5397. 2020-11-23T12:51:02.2143080Z [cluster1] I1123 12:43:29.584611 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5398. 2020-11-23T12:51:02.2144751Z [cluster1] I1123 12:43:29.584672 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5399. 2020-11-23T12:51:02.2147018Z [cluster1] I1123 12:43:59.584170 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5400. 2020-11-23T12:51:02.2148983Z [cluster1] I1123 12:43:59.584543 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5401. 2020-11-23T12:51:02.2150014Z [cluster1] I1123 12:43:59.584595 1 route.go:759] Found nil gw or dst
  5402. 2020-11-23T12:51:02.2150827Z [cluster1] I1123 12:43:59.584625 1 route.go:582] This route agent is running on the active gateway node
  5403. 2020-11-23T12:51:02.2151974Z [cluster1] I1123 12:43:59.584632 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5404. 2020-11-23T12:51:02.2152845Z [cluster1] I1123 12:43:59.584827 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5405. 2020-11-23T12:51:02.2153623Z [cluster1] I1123 12:43:59.584880 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5406. 2020-11-23T12:51:02.2154379Z [cluster1] I1123 12:43:59.584956 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5407. 2020-11-23T12:51:02.2155111Z [cluster1] I1123 12:43:59.585007 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5408. 2020-11-23T12:51:02.2156170Z [cluster1] I1123 12:43:59.585072 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5409. 2020-11-23T12:51:02.2157827Z [cluster1] I1123 12:43:59.585150 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5410. 2020-11-23T12:51:02.2161587Z [cluster1] I1123 12:44:29.584684 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5411. 2020-11-23T12:51:02.2162955Z [cluster1] I1123 12:44:29.585046 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5412. 2020-11-23T12:51:02.2163639Z [cluster1] I1123 12:44:29.585084 1 route.go:759] Found nil gw or dst
  5413. 2020-11-23T12:51:02.2165210Z [cluster1] I1123 12:44:29.585093 1 route.go:582] This route agent is running on the active gateway node
  5414. 2020-11-23T12:51:02.2166736Z [cluster1] I1123 12:44:29.585100 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5415. 2020-11-23T12:51:02.2167614Z [cluster1] I1123 12:44:29.585258 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5416. 2020-11-23T12:51:02.2168692Z [cluster1] I1123 12:44:29.585306 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5417. 2020-11-23T12:51:02.2170269Z [cluster1] I1123 12:44:29.585338 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5418. 2020-11-23T12:51:02.2171019Z [cluster1] I1123 12:44:29.585378 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5419. 2020-11-23T12:51:02.2172674Z [cluster1] I1123 12:44:29.585483 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5420. 2020-11-23T12:51:02.2174519Z [cluster1] I1123 12:44:29.585621 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5421. 2020-11-23T12:51:02.2176829Z [cluster1] I1123 12:44:59.584520 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5422. 2020-11-23T12:51:02.2178220Z [cluster1] I1123 12:44:59.584862 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5423. 2020-11-23T12:51:02.2178880Z [cluster1] I1123 12:44:59.584916 1 route.go:759] Found nil gw or dst
  5424. 2020-11-23T12:51:02.2179533Z [cluster1] I1123 12:44:59.584925 1 route.go:582] This route agent is running on the active gateway node
  5425. 2020-11-23T12:51:02.2180757Z [cluster1] I1123 12:44:59.584949 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5426. 2020-11-23T12:51:02.2181888Z [cluster1] I1123 12:44:59.585321 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5427. 2020-11-23T12:51:02.2182696Z [cluster1] I1123 12:44:59.585377 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5428. 2020-11-23T12:51:02.2183689Z [cluster1] I1123 12:44:59.585418 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5429. 2020-11-23T12:51:02.2186834Z [cluster1] I1123 12:44:59.585446 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5430. 2020-11-23T12:51:02.2188355Z [cluster1] I1123 12:44:59.585498 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5431. 2020-11-23T12:51:02.2190075Z [cluster1] I1123 12:44:59.585652 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5432. 2020-11-23T12:51:02.2193513Z [cluster1] I1123 12:45:29.584665 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5433. 2020-11-23T12:51:02.2194925Z [cluster1] I1123 12:45:29.585263 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5434. 2020-11-23T12:51:02.2195807Z [cluster1] I1123 12:45:29.585291 1 route.go:759] Found nil gw or dst
  5435. 2020-11-23T12:51:02.2196740Z [cluster1] I1123 12:45:29.585299 1 route.go:582] This route agent is running on the active gateway node
  5436. 2020-11-23T12:51:02.2198462Z [cluster1] I1123 12:45:29.585307 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5437. 2020-11-23T12:51:02.2199534Z [cluster1] I1123 12:45:29.585468 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5438. 2020-11-23T12:51:02.2200365Z [cluster1] I1123 12:45:29.585508 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5439. 2020-11-23T12:51:02.2201302Z [cluster1] I1123 12:45:29.585611 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5440. 2020-11-23T12:51:02.2202143Z [cluster1] I1123 12:45:29.585646 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5441. 2020-11-23T12:51:02.2203268Z [cluster1] I1123 12:45:29.585737 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5442. 2020-11-23T12:51:02.2205233Z [cluster1] I1123 12:45:29.585802 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5443. 2020-11-23T12:51:02.2207887Z [cluster1] I1123 12:45:59.584896 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5444. 2020-11-23T12:51:02.2209584Z [cluster1] I1123 12:45:59.585175 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5445. 2020-11-23T12:51:02.2210641Z [cluster1] I1123 12:45:59.585211 1 route.go:759] Found nil gw or dst
  5446. 2020-11-23T12:51:02.2211330Z [cluster1] I1123 12:45:59.585219 1 route.go:582] This route agent is running on the active gateway node
  5447. 2020-11-23T12:51:02.2212433Z [cluster1] I1123 12:45:59.585226 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5448. 2020-11-23T12:51:02.2213372Z [cluster1] I1123 12:45:59.585455 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5449. 2020-11-23T12:51:02.2214206Z [cluster1] I1123 12:45:59.585509 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5450. 2020-11-23T12:51:02.2215009Z [cluster1] I1123 12:45:59.585614 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5451. 2020-11-23T12:51:02.2216327Z [cluster1] I1123 12:45:59.585660 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5452. 2020-11-23T12:51:02.2217543Z [cluster1] I1123 12:45:59.585731 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5453. 2020-11-23T12:51:02.2219319Z [cluster1] I1123 12:45:59.585799 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5454. 2020-11-23T12:51:02.2221781Z [cluster1] I1123 12:46:29.585079 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5455. 2020-11-23T12:51:02.2224872Z [cluster1] I1123 12:46:29.585427 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5456. 2020-11-23T12:51:02.2225634Z [cluster1] I1123 12:46:29.585455 1 route.go:759] Found nil gw or dst
  5457. 2020-11-23T12:51:02.2226325Z [cluster1] I1123 12:46:29.585463 1 route.go:582] This route agent is running on the active gateway node
  5458. 2020-11-23T12:51:02.2227539Z [cluster1] I1123 12:46:29.585471 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5459. 2020-11-23T12:51:02.2228450Z [cluster1] I1123 12:46:29.585678 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5460. 2020-11-23T12:51:02.2229301Z [cluster1] I1123 12:46:29.585722 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5461. 2020-11-23T12:51:02.2230090Z [cluster1] I1123 12:46:29.585755 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5462. 2020-11-23T12:51:02.2230890Z [cluster1] I1123 12:46:29.585780 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5463. 2020-11-23T12:51:02.2232010Z [cluster1] I1123 12:46:29.585849 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5464. 2020-11-23T12:51:02.2234735Z [cluster1] I1123 12:46:29.585917 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5465. 2020-11-23T12:51:02.2245054Z [cluster1] I1123 12:46:59.585265 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5466. 2020-11-23T12:51:02.2247032Z [cluster1] I1123 12:46:59.585736 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5467. 2020-11-23T12:51:02.2247745Z [cluster1] I1123 12:46:59.585774 1 route.go:759] Found nil gw or dst
  5468. 2020-11-23T12:51:02.2248437Z [cluster1] I1123 12:46:59.585783 1 route.go:582] This route agent is running on the active gateway node
  5469. 2020-11-23T12:51:02.2249709Z [cluster1] I1123 12:46:59.585790 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5470. 2020-11-23T12:51:02.2250804Z [cluster1] I1123 12:46:59.586140 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5471. 2020-11-23T12:51:02.2251614Z [cluster1] I1123 12:46:59.586214 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5472. 2020-11-23T12:51:02.2252391Z [cluster1] I1123 12:46:59.586258 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5473. 2020-11-23T12:51:02.2254524Z [cluster1] I1123 12:46:59.586294 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5474. 2020-11-23T12:51:02.2255965Z [cluster1] I1123 12:46:59.586414 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5475. 2020-11-23T12:51:02.2258084Z [cluster1] I1123 12:46:59.586513 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5476. 2020-11-23T12:51:02.2262403Z [cluster1] I1123 12:47:29.585717 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5477. 2020-11-23T12:51:02.2266181Z [cluster1] I1123 12:47:29.585996 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5478. 2020-11-23T12:51:02.2267135Z [cluster1] I1123 12:47:29.586023 1 route.go:759] Found nil gw or dst
  5479. 2020-11-23T12:51:02.2271292Z [cluster1] I1123 12:47:29.586030 1 route.go:582] This route agent is running on the active gateway node
  5480. 2020-11-23T12:51:02.2276492Z [cluster1] I1123 12:47:29.586037 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5481. 2020-11-23T12:51:02.2281801Z [cluster1] I1123 12:47:29.586210 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5482. 2020-11-23T12:51:02.2283452Z [cluster1] I1123 12:47:29.586249 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5483. 2020-11-23T12:51:02.2284608Z [cluster1] I1123 12:47:29.586281 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5484. 2020-11-23T12:51:02.2285406Z [cluster1] I1123 12:47:29.586305 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5485. 2020-11-23T12:51:02.2286648Z [cluster1] I1123 12:47:29.586373 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5486. 2020-11-23T12:51:02.2288459Z [cluster1] I1123 12:47:29.586439 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5487. 2020-11-23T12:51:02.2290930Z [cluster1] I1123 12:47:59.585980 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5488. 2020-11-23T12:51:02.2292451Z [cluster1] I1123 12:47:59.586473 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5489. 2020-11-23T12:51:02.2293144Z [cluster1] I1123 12:47:59.586611 1 route.go:759] Found nil gw or dst
  5490. 2020-11-23T12:51:02.2293818Z [cluster1] I1123 12:47:59.586631 1 route.go:582] This route agent is running on the active gateway node
  5491. 2020-11-23T12:51:02.2294885Z [cluster1] I1123 12:47:59.586638 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5492. 2020-11-23T12:51:02.2295975Z [cluster1] I1123 12:47:59.586919 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5493. 2020-11-23T12:51:02.2296787Z [cluster1] I1123 12:47:59.586973 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5494. 2020-11-23T12:51:02.2297565Z [cluster1] I1123 12:47:59.587014 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5495. 2020-11-23T12:51:02.2298318Z [cluster1] I1123 12:47:59.587079 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5496. 2020-11-23T12:51:02.2299456Z [cluster1] I1123 12:47:59.587270 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5497. 2020-11-23T12:51:02.2301175Z [cluster1] I1123 12:47:59.587492 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5498. 2020-11-23T12:51:02.2304818Z [cluster1] I1123 12:48:29.585986 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5499. 2020-11-23T12:51:02.2306762Z [cluster1] I1123 12:48:29.586313 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5500. 2020-11-23T12:51:02.2307477Z [cluster1] I1123 12:48:29.586350 1 route.go:759] Found nil gw or dst
  5501. 2020-11-23T12:51:02.2308131Z [cluster1] I1123 12:48:29.586358 1 route.go:582] This route agent is running on the active gateway node
  5502. 2020-11-23T12:51:02.2309413Z [cluster1] I1123 12:48:29.586366 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5503. 2020-11-23T12:51:02.2310327Z [cluster1] I1123 12:48:29.586564 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5504. 2020-11-23T12:51:02.2311150Z [cluster1] I1123 12:48:29.586603 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5505. 2020-11-23T12:51:02.2311996Z [cluster1] I1123 12:48:29.586634 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5506. 2020-11-23T12:51:02.2312766Z [cluster1] I1123 12:48:29.586658 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5507. 2020-11-23T12:51:02.2313890Z [cluster1] I1123 12:48:29.586748 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5508. 2020-11-23T12:51:02.2317378Z [cluster1] I1123 12:48:29.586967 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5509. 2020-11-23T12:51:02.2320044Z [cluster1] I1123 12:48:59.586206 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5510. 2020-11-23T12:51:02.2322204Z [cluster1] I1123 12:48:59.586508 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5511. 2020-11-23T12:51:02.2323099Z [cluster1] I1123 12:48:59.586542 1 route.go:759] Found nil gw or dst
  5512. 2020-11-23T12:51:02.2324144Z [cluster1] I1123 12:48:59.586550 1 route.go:582] This route agent is running on the active gateway node
  5513. 2020-11-23T12:51:02.2325498Z [cluster1] I1123 12:48:59.586557 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5514. 2020-11-23T12:51:02.2326625Z [cluster1] I1123 12:48:59.586716 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5515. 2020-11-23T12:51:02.2327466Z [cluster1] I1123 12:48:59.586764 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5516. 2020-11-23T12:51:02.2328267Z [cluster1] I1123 12:48:59.586795 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5517. 2020-11-23T12:51:02.2329044Z [cluster1] I1123 12:48:59.586818 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5518. 2020-11-23T12:51:02.2330199Z [cluster1] I1123 12:48:59.586874 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5519. 2020-11-23T12:51:02.2331973Z [cluster1] I1123 12:48:59.586942 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5520. 2020-11-23T12:51:02.2334284Z [cluster1] I1123 12:49:29.586412 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5521. 2020-11-23T12:51:02.2335945Z [cluster1] I1123 12:49:29.586829 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5522. 2020-11-23T12:51:02.2336669Z [cluster1] I1123 12:49:29.586880 1 route.go:759] Found nil gw or dst
  5523. 2020-11-23T12:51:02.2337867Z [cluster1] I1123 12:49:29.586888 1 route.go:582] This route agent is running on the active gateway node
  5524. 2020-11-23T12:51:02.2339286Z [cluster1] I1123 12:49:29.586905 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5525. 2020-11-23T12:51:02.2340208Z [cluster1] I1123 12:49:29.587172 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5526. 2020-11-23T12:51:02.2341060Z [cluster1] I1123 12:49:29.587222 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5527. 2020-11-23T12:51:02.2342053Z [cluster1] I1123 12:49:29.587290 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5528. 2020-11-23T12:51:02.2343235Z [cluster1] I1123 12:49:29.587318 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5529. 2020-11-23T12:51:02.2344417Z [cluster1] I1123 12:49:29.587379 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5530. 2020-11-23T12:51:02.2346756Z [cluster1] I1123 12:49:29.587454 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5531. 2020-11-23T12:51:02.2349373Z [cluster1] I1123 12:49:59.586577 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5532. 2020-11-23T12:51:02.2350850Z [cluster1] I1123 12:49:59.587024 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5533. 2020-11-23T12:51:02.2358859Z [cluster1] I1123 12:49:59.587049 1 route.go:759] Found nil gw or dst
  5534. 2020-11-23T12:51:02.2359945Z [cluster1] I1123 12:49:59.587056 1 route.go:582] This route agent is running on the active gateway node
  5535. 2020-11-23T12:51:02.2364743Z [cluster1] I1123 12:49:59.587063 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5536. 2020-11-23T12:51:02.2365743Z [cluster1] I1123 12:49:59.587210 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5537. 2020-11-23T12:51:02.2366629Z [cluster1] I1123 12:49:59.587247 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5538. 2020-11-23T12:51:02.2367466Z [cluster1] I1123 12:49:59.587276 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5539. 2020-11-23T12:51:02.2368274Z [cluster1] I1123 12:49:59.587303 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5540. 2020-11-23T12:51:02.2369471Z [cluster1] I1123 12:49:59.587449 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5541. 2020-11-23T12:51:02.2371316Z [cluster1] I1123 12:49:59.587509 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5542. 2020-11-23T12:51:02.2373712Z [cluster1] I1123 12:50:29.588041 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5543. 2020-11-23T12:51:02.2375224Z [cluster1] I1123 12:50:29.588418 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5544. 2020-11-23T12:51:02.2376679Z [cluster1] I1123 12:50:29.588444 1 route.go:759] Found nil gw or dst
  5545. 2020-11-23T12:51:02.2377385Z [cluster1] I1123 12:50:29.588452 1 route.go:582] This route agent is running on the active gateway node
  5546. 2020-11-23T12:51:02.2379079Z [cluster1] I1123 12:50:29.588459 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5547. 2020-11-23T12:51:02.2380256Z [cluster1] I1123 12:50:29.588612 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5548. 2020-11-23T12:51:02.2381143Z [cluster1] I1123 12:50:29.588650 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5549. 2020-11-23T12:51:02.2382123Z [cluster1] I1123 12:50:29.588680 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5550. 2020-11-23T12:51:02.2383344Z [cluster1] I1123 12:50:29.588704 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5551. 2020-11-23T12:51:02.2384538Z [cluster1] I1123 12:50:29.588747 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5552. 2020-11-23T12:51:02.2386457Z [cluster1] I1123 12:50:29.588808 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5553. 2020-11-23T12:51:02.2390080Z [cluster1] I1123 12:50:59.588630 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5554. 2020-11-23T12:51:02.2391753Z [cluster1] I1123 12:50:59.588986 1 route.go:756] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.8 Gw: <nil> Flags: [] Table: 254}
  5555. 2020-11-23T12:51:02.2392625Z [cluster1] I1123 12:50:59.589012 1 route.go:759] Found nil gw or dst
  5556. 2020-11-23T12:51:02.2393467Z [cluster1] I1123 12:50:59.589019 1 route.go:582] This route agent is running on the active gateway node
  5557. 2020-11-23T12:51:02.2395389Z [cluster1] I1123 12:50:59.589026 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  5558. 2020-11-23T12:51:02.2396403Z [cluster1] I1123 12:50:59.589186 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5559. 2020-11-23T12:51:02.2397308Z [cluster1] I1123 12:50:59.589230 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.8 00:00:00:00:00:00
  5560. 2020-11-23T12:51:02.5349891Z [cluster1] I1123 12:50:59.589258 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.9 00:00:00:00:00:00
  5561. 2020-11-23T12:51:02.5350746Z [cluster1] I1123 12:50:59.589281 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.7 00:00:00:00:00:00
  5562. 2020-11-23T12:51:02.5352363Z [cluster1] I1123 12:50:59.589327 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  5563. 2020-11-23T12:51:02.5354063Z [cluster1] I1123 12:50:59.589385 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5564. 2020-11-23T12:51:02.5355827Z [cluster1] +++++++++++++++++++++: Logs for Pod submariner-routeagent-s5q5c in namespace submariner-operator :++++++++++++++++++++++
  5565. 2020-11-23T12:51:02.5356831Z [cluster1] + trap 'exit 1' SIGTERM SIGINT
  5566. 2020-11-23T12:51:02.5357347Z [cluster1] + SUBMARINER_VERBOSITY=2
  5567. 2020-11-23T12:51:02.5358341Z [cluster1] + '[' false == true ']'
  5568. 2020-11-23T12:51:02.5358875Z [cluster1] + DEBUG=-v=2
  5569. 2020-11-23T12:51:02.5359480Z [cluster1] + for f in iptables-save iptables
  5570. 2020-11-23T12:51:02.5360202Z [cluster1] ++ find_iptables_on_host iptables-save
  5571. 2020-11-23T12:51:02.5360939Z [cluster1] ++ chroot /host test -x /usr/sbin/iptables-save
  5572. 2020-11-23T12:51:02.5361447Z [cluster1] ++ echo /usr/sbin
  5573. 2020-11-23T12:51:02.5361863Z [cluster1] ++ return
  5574. 2020-11-23T12:51:02.5362245Z [cluster1] + location=/usr/sbin
  5575. 2020-11-23T12:51:02.5363771Z [cluster1] + '[' /usr/sbin '!=' unknown ']'
  5576. 2020-11-23T12:51:02.5365031Z [cluster1] + echo 'iptables-save is present on the host at /usr/sbin/iptables-save'
  5577. 2020-11-23T12:51:02.5366629Z [cluster1] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  5578. 2020-11-23T12:51:02.5368247Z [cluster1] + for f in iptables-save iptables
  5579. 2020-11-23T12:51:02.5368801Z [cluster1] ++ find_iptables_on_host iptables
  5580. 2020-11-23T12:51:02.5370011Z [cluster1] ++ chroot /host test -x /usr/sbin/iptables
  5581. 2020-11-23T12:51:02.5371097Z [cluster1] iptables-save is present on the host at /usr/sbin/iptables-save
  5582. 2020-11-23T12:51:02.5371696Z [cluster1] ++ echo /usr/sbin
  5583. 2020-11-23T12:51:02.5372070Z [cluster1] ++ return
  5584. 2020-11-23T12:51:02.5372476Z [cluster1] + location=/usr/sbin
  5585. 2020-11-23T12:51:02.5373302Z [cluster1] + '[' /usr/sbin '!=' unknown ']'
  5586. 2020-11-23T12:51:02.5374072Z [cluster1] + echo 'iptables is present on the host at /usr/sbin/iptables'
  5587. 2020-11-23T12:51:02.5375198Z [cluster1] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  5588. 2020-11-23T12:51:02.5376323Z [cluster1] + exec submariner-route-agent -v=2 -alsologtostderr
  5589. 2020-11-23T12:51:02.5377184Z [cluster1] iptables is present on the host at /usr/sbin/iptables
  5590. 2020-11-23T12:51:02.5378116Z [cluster1] I1123 12:39:45.412591 1 main.go:47] Starting submariner-route-agent
  5591. 2020-11-23T12:51:02.5379363Z [cluster1] W1123 12:39:45.450231 1 client_config.go:543] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  5592. 2020-11-23T12:51:02.5381395Z [cluster1] I1123 12:39:45.490179 1 route.go:192] Starting Route Controller. ClusterID: cluster1, localClusterCIDR: [10.1.0.0/16], localServiceCIDR: [100.1.0.0/16]
  5593. 2020-11-23T12:51:02.5382588Z [cluster1] I1123 12:39:45.490212 1 route.go:196] Waiting for Endpoint informer caches to sync.
  5594. 2020-11-23T12:51:02.5383649Z [cluster1] I1123 12:39:45.736862 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.8
  5595. 2020-11-23T12:51:02.5385261Z [cluster1] I1123 12:39:45.741177 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.9
  5596. 2020-11-23T12:51:02.5386442Z [cluster1] I1123 12:39:45.741351 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.7
  5597. 2020-11-23T12:51:02.5387142Z [cluster1] I1123 12:39:45.791954 1 driver.go:37] Interface "lo" has "127.0.0.1" address
  5598. 2020-11-23T12:51:02.5387773Z [cluster1] I1123 12:39:45.792059 1 driver.go:37] Interface "weave" has "10.1.128.0" address
  5599. 2020-11-23T12:51:02.5388672Z [cluster1] I1123 12:39:45.792067 1 driver.go:42] Found CNI Interface "weave" that has IP "10.1.128.0" from ClusterCIDR "10.1.0.0/16"
  5600. 2020-11-23T12:51:02.5389589Z [cluster1] I1123 12:39:45.792150 1 driver.go:60] Successfully configured rp_filter to loose mode(2) on cniInterface "weave"
  5601. 2020-11-23T12:51:02.5390798Z [cluster1] I1123 12:39:45.850460 1 iptables.go:22] Install/ensure SUBMARINER-POSTROUTING chain exists
  5602. 2020-11-23T12:51:02.5392082Z [cluster1] I1123 12:39:46.034248 1 iptables.go:28] Insert SUBMARINER-POSTROUTING rule that has rules for inter-cluster traffic
  5603. 2020-11-23T12:51:02.5393284Z [cluster1] I1123 12:39:46.202294 1 iptables.go:34] Install/ensure SUBMARINER-INPUT chain exists
  5604. 2020-11-23T12:51:02.5394364Z [cluster1] I1123 12:39:46.298058 1 iptables.go:45] Allow VxLAN incoming traffic in SUBMARINER-INPUT Chain
  5605. 2020-11-23T12:51:02.5395550Z [cluster1] I1123 12:39:46.334541 1 iptables.go:53] Insert rule to allow traffic over vx-submariner interface in FORWARDing Chain
  5606. 2020-11-23T12:51:02.5396893Z [cluster1] I1123 12:39:46.374165 1 iptables.go:65] Installing rule for host network to remote cluster communication: -s 240.0.0.0/8 -o vx-submariner -j SNAT --to 10.1.128.0
  5607. 2020-11-23T12:51:02.5398148Z [cluster1] I1123 12:39:46.503071 1 route.go:254] In cluster1, podIP of submariner-route-agent[0] is 172.17.0.7
  5608. 2020-11-23T12:51:02.5424692Z [cluster1] I1123 12:39:46.503100 1 route.go:254] In cluster1, podIP of submariner-route-agent[1] is 172.17.0.8
  5609. 2020-11-23T12:51:02.5425985Z [cluster1] I1123 12:39:46.503106 1 route.go:254] In cluster1, podIP of submariner-route-agent[2] is 172.17.0.9
  5610. 2020-11-23T12:51:02.5427213Z [cluster1] I1123 12:39:46.503111 1 route.go:268] Hostname is "cluster1-worker2" and routeAgentNodeName is "cluster1-worker2"
  5611. 2020-11-23T12:51:02.5428478Z [cluster1] I1123 12:39:46.731015 1 driver.go:87] Successfully annotated node "cluster1-worker2" with cniIfaceIP "10.1.128.0"
  5612. 2020-11-23T12:51:02.5429261Z [cluster1] I1123 12:39:46.731054 1 route.go:286] Route agent workers started
  5613. 2020-11-23T12:51:02.5430547Z [cluster1] I1123 12:39:46.731272 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-k8q9h" with host IP "172.17.0.8", pod IP "172.17.0.8"
  5614. 2020-11-23T12:51:02.5432124Z [cluster1] I1123 12:39:46.731290 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-k8q9h"
  5615. 2020-11-23T12:51:02.5433827Z [cluster1] I1123 12:39:46.731298 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-s5q5c" with host IP "172.17.0.9", pod IP "172.17.0.9"
  5616. 2020-11-23T12:51:02.5435566Z [cluster1] I1123 12:39:46.731304 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-s5q5c"
  5617. 2020-11-23T12:51:02.5437197Z [cluster1] I1123 12:39:46.731309 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-dfqbf" with host IP "172.17.0.7", pod IP "172.17.0.7"
  5618. 2020-11-23T12:51:02.5439218Z [cluster1] I1123 12:39:46.731314 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-dfqbf"
  5619. 2020-11-23T12:51:02.5441121Z [cluster1] I1123 12:39:57.049485 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5620. 2020-11-23T12:51:02.5442665Z [cluster1] I1123 12:39:57.049518 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5621. 2020-11-23T12:51:02.5443858Z [cluster1] I1123 12:39:57.049575 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5622. 2020-11-23T12:51:02.5444572Z [cluster1] I1123 12:39:57.068468 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5623. 2020-11-23T12:51:02.5445257Z [cluster1] I1123 12:39:57.068832 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5624. 2020-11-23T12:51:02.5445877Z [cluster1] I1123 12:39:57.068883 1 route.go:790] Found nil gw or dst
  5625. 2020-11-23T12:51:02.5447169Z [cluster1] I1123 12:39:57.069158 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5626. 2020-11-23T12:51:02.5449091Z [cluster1] I1123 12:39:58.253946 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5627. 2020-11-23T12:51:02.5450611Z [cluster1] I1123 12:39:58.263259 1 iptables.go:83] Installing iptables rule for outgoing traffic: -s 10.1.0.0/16 -d 100.2.0.0/16 -j ACCEPT
  5628. 2020-11-23T12:51:02.5451674Z [cluster1] I1123 12:39:58.285115 1 iptables.go:91] Installing iptables rule for incoming traffic: -s 100.2.0.0/16 -d 10.1.0.0/16 -j ACCEPT
  5629. 2020-11-23T12:51:02.5452738Z [cluster1] I1123 12:39:58.348257 1 iptables.go:83] Installing iptables rule for outgoing traffic: -s 10.1.0.0/16 -d 10.2.0.0/16 -j ACCEPT
  5630. 2020-11-23T12:51:02.5453787Z [cluster1] I1123 12:39:58.380305 1 iptables.go:91] Installing iptables rule for incoming traffic: -s 10.2.0.0/16 -d 10.1.0.0/16 -j ACCEPT
  5631. 2020-11-23T12:51:02.5455487Z [cluster1] I1123 12:40:15.605878 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5632. 2020-11-23T12:51:02.5457010Z [cluster1] I1123 12:40:15.605933 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5633. 2020-11-23T12:51:02.5458205Z [cluster1] I1123 12:40:15.605945 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5634. 2020-11-23T12:51:02.5458992Z [cluster1] I1123 12:40:15.606319 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5635. 2020-11-23T12:51:02.5459661Z [cluster1] I1123 12:40:15.611307 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5636. 2020-11-23T12:51:02.5460312Z [cluster1] I1123 12:40:15.611472 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5637. 2020-11-23T12:51:02.5460928Z [cluster1] I1123 12:40:15.611507 1 route.go:790] Found nil gw or dst
  5638. 2020-11-23T12:51:02.5462166Z [cluster1] I1123 12:40:15.611724 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5639. 2020-11-23T12:51:02.5464041Z [cluster1] I1123 12:40:15.611753 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5640. 2020-11-23T12:51:02.5466274Z [cluster1] I1123 12:40:45.606220 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5641. 2020-11-23T12:51:02.5468990Z [cluster1] I1123 12:40:45.606253 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5642. 2020-11-23T12:51:02.5470455Z [cluster1] I1123 12:40:45.606264 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5643. 2020-11-23T12:51:02.5472313Z [cluster1] I1123 12:40:45.606573 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5644. 2020-11-23T12:51:02.5528353Z [cluster1] I1123 12:40:45.610992 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5645. 2020-11-23T12:51:02.5529230Z [cluster1] I1123 12:40:45.611283 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5646. 2020-11-23T12:51:02.5531025Z [cluster1] I1123 12:40:45.611319 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5647. 2020-11-23T12:51:02.5531902Z [cluster1] I1123 12:40:45.611330 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5648. 2020-11-23T12:51:02.5532746Z [cluster1] I1123 12:40:45.611338 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5649. 2020-11-23T12:51:02.5533613Z [cluster1] I1123 12:40:45.611364 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5650. 2020-11-23T12:51:02.5534265Z [cluster1] I1123 12:40:45.611372 1 route.go:790] Found nil gw or dst
  5651. 2020-11-23T12:51:02.5534870Z [cluster1] I1123 12:40:45.611436 1 route.go:829] Found equivalent route, not adding
  5652. 2020-11-23T12:51:02.5535735Z [cluster1] I1123 12:40:45.611457 1 route.go:829] Found equivalent route, not adding
  5653. 2020-11-23T12:51:02.5537579Z [cluster1] I1123 12:40:45.611492 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5654. 2020-11-23T12:51:02.5539866Z [cluster1] I1123 12:40:45.611518 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5655. 2020-11-23T12:51:02.5542240Z [cluster1] I1123 12:41:15.606369 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5656. 2020-11-23T12:51:02.5543872Z [cluster1] I1123 12:41:15.606421 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5657. 2020-11-23T12:51:02.5545164Z [cluster1] I1123 12:41:15.606440 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5658. 2020-11-23T12:51:02.5546037Z [cluster1] I1123 12:41:15.606720 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5659. 2020-11-23T12:51:02.5546773Z [cluster1] I1123 12:41:15.611019 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5660. 2020-11-23T12:51:02.5547485Z [cluster1] I1123 12:41:15.611254 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5661. 2020-11-23T12:51:02.5548345Z [cluster1] I1123 12:41:15.611281 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5662. 2020-11-23T12:51:02.5549192Z [cluster1] I1123 12:41:15.611292 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5663. 2020-11-23T12:51:02.5550236Z [cluster1] I1123 12:41:15.611301 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5664. 2020-11-23T12:51:02.5551333Z [cluster1] I1123 12:41:15.611309 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5665. 2020-11-23T12:51:02.5552212Z [cluster1] I1123 12:41:15.611317 1 route.go:790] Found nil gw or dst
  5666. 2020-11-23T12:51:02.5552850Z [cluster1] I1123 12:41:15.611375 1 route.go:829] Found equivalent route, not adding
  5667. 2020-11-23T12:51:02.5553568Z [cluster1] I1123 12:41:15.611384 1 route.go:829] Found equivalent route, not adding
  5668. 2020-11-23T12:51:02.5555612Z [cluster1] I1123 12:41:15.611432 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5669. 2020-11-23T12:51:02.5557736Z [cluster1] I1123 12:41:15.611448 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5670. 2020-11-23T12:51:02.5560360Z [cluster1] I1123 12:41:45.606385 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5671. 2020-11-23T12:51:02.5562641Z [cluster1] I1123 12:41:45.606421 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5672. 2020-11-23T12:51:02.5564041Z [cluster1] I1123 12:41:45.606433 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5673. 2020-11-23T12:51:02.5565143Z [cluster1] I1123 12:41:45.606757 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5674. 2020-11-23T12:51:02.5566419Z [cluster1] I1123 12:41:45.611034 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5675. 2020-11-23T12:51:02.5567372Z [cluster1] I1123 12:41:45.611260 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5676. 2020-11-23T12:51:02.5568313Z [cluster1] I1123 12:41:45.611306 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5677. 2020-11-23T12:51:02.5569739Z [cluster1] I1123 12:41:45.611317 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5678. 2020-11-23T12:51:02.5571070Z [cluster1] I1123 12:41:45.611341 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5679. 2020-11-23T12:51:02.5572056Z [cluster1] I1123 12:41:45.611349 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5680. 2020-11-23T12:51:02.5572813Z [cluster1] I1123 12:41:45.611357 1 route.go:790] Found nil gw or dst
  5681. 2020-11-23T12:51:02.5573507Z [cluster1] I1123 12:41:45.611421 1 route.go:829] Found equivalent route, not adding
  5682. 2020-11-23T12:51:02.5574262Z [cluster1] I1123 12:41:45.611447 1 route.go:829] Found equivalent route, not adding
  5683. 2020-11-23T12:51:02.5576504Z [cluster1] I1123 12:41:45.611479 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5684. 2020-11-23T12:51:02.5579561Z [cluster1] I1123 12:41:45.611497 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5685. 2020-11-23T12:51:02.5581653Z [cluster1] I1123 12:42:15.606547 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5686. 2020-11-23T12:51:02.5583182Z [cluster1] I1123 12:42:15.606592 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5687. 2020-11-23T12:51:02.5584619Z [cluster1] I1123 12:42:15.606605 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5688. 2020-11-23T12:51:02.5585512Z [cluster1] I1123 12:42:15.606875 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5689. 2020-11-23T12:51:02.5586279Z [cluster1] I1123 12:42:15.611100 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5690. 2020-11-23T12:51:02.5587016Z [cluster1] I1123 12:42:15.611449 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5691. 2020-11-23T12:51:02.5588443Z [cluster1] I1123 12:42:15.611522 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5692. 2020-11-23T12:51:02.5589479Z [cluster1] I1123 12:42:15.611612 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5693. 2020-11-23T12:51:02.5590511Z [cluster1] I1123 12:42:15.611685 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5694. 2020-11-23T12:51:02.5591910Z [cluster1] I1123 12:42:15.611742 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5695. 2020-11-23T12:51:02.5592648Z [cluster1] I1123 12:42:15.611783 1 route.go:790] Found nil gw or dst
  5696. 2020-11-23T12:51:02.5593240Z [cluster1] I1123 12:42:15.611986 1 route.go:829] Found equivalent route, not adding
  5697. 2020-11-23T12:51:02.5593913Z [cluster1] I1123 12:42:15.612030 1 route.go:829] Found equivalent route, not adding
  5698. 2020-11-23T12:51:02.5595723Z [cluster1] I1123 12:42:15.612116 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5699. 2020-11-23T12:51:02.5598227Z [cluster1] I1123 12:42:15.612402 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5700. 2020-11-23T12:51:02.5601000Z [cluster1] I1123 12:42:45.606779 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5701. 2020-11-23T12:51:02.5602981Z [cluster1] I1123 12:42:45.606820 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5702. 2020-11-23T12:51:02.5604516Z [cluster1] I1123 12:42:45.606832 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5703. 2020-11-23T12:51:02.5605873Z [cluster1] I1123 12:42:45.607139 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5704. 2020-11-23T12:51:02.5606874Z [cluster1] I1123 12:42:45.613417 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5705. 2020-11-23T12:51:02.5607841Z [cluster1] I1123 12:42:45.613743 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5706. 2020-11-23T12:51:02.5608990Z [cluster1] I1123 12:42:45.613772 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5707. 2020-11-23T12:51:02.5610785Z [cluster1] I1123 12:42:45.613783 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5708. 2020-11-23T12:51:02.5611867Z [cluster1] I1123 12:42:45.613792 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5709. 2020-11-23T12:51:02.5613140Z [cluster1] I1123 12:42:45.613800 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5710. 2020-11-23T12:51:02.5614002Z [cluster1] I1123 12:42:45.613808 1 route.go:790] Found nil gw or dst
  5711. 2020-11-23T12:51:02.5614610Z [cluster1] I1123 12:42:45.613873 1 route.go:829] Found equivalent route, not adding
  5712. 2020-11-23T12:51:02.5642056Z [cluster1] I1123 12:42:45.613882 1 route.go:829] Found equivalent route, not adding
  5713. 2020-11-23T12:51:02.5644746Z [cluster1] I1123 12:42:45.613920 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5714. 2020-11-23T12:51:02.5647598Z [cluster1] I1123 12:42:45.613940 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5715. 2020-11-23T12:51:02.5650889Z [cluster1] I1123 12:43:15.606998 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5716. 2020-11-23T12:51:02.5652596Z [cluster1] I1123 12:43:15.607034 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5717. 2020-11-23T12:51:02.5653973Z [cluster1] I1123 12:43:15.607045 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5718. 2020-11-23T12:51:02.5654947Z [cluster1] I1123 12:43:15.607360 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5719. 2020-11-23T12:51:02.5656045Z [cluster1] I1123 12:43:15.611275 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5720. 2020-11-23T12:51:02.5657003Z [cluster1] I1123 12:43:15.611448 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5721. 2020-11-23T12:51:02.5658271Z [cluster1] I1123 12:43:15.611486 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5722. 2020-11-23T12:51:02.5659268Z [cluster1] I1123 12:43:15.611497 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5723. 2020-11-23T12:51:02.5660243Z [cluster1] I1123 12:43:15.611506 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5724. 2020-11-23T12:51:02.5661499Z [cluster1] I1123 12:43:15.611514 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5725. 2020-11-23T12:51:02.5662202Z [cluster1] I1123 12:43:15.611566 1 route.go:790] Found nil gw or dst
  5726. 2020-11-23T12:51:02.5662844Z [cluster1] I1123 12:43:15.611633 1 route.go:829] Found equivalent route, not adding
  5727. 2020-11-23T12:51:02.5663549Z [cluster1] I1123 12:43:15.611650 1 route.go:829] Found equivalent route, not adding
  5728. 2020-11-23T12:51:02.5665156Z [cluster1] I1123 12:43:15.611687 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5729. 2020-11-23T12:51:02.5667590Z [cluster1] I1123 12:43:15.611705 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5730. 2020-11-23T12:51:02.5684794Z [cluster1] I1123 12:43:45.607091 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5731. 2020-11-23T12:51:02.5687597Z [cluster1] I1123 12:43:45.607125 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5732. 2020-11-23T12:51:02.5688853Z [cluster1] I1123 12:43:45.607136 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5733. 2020-11-23T12:51:02.5689987Z [cluster1] I1123 12:43:45.607417 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5734. 2020-11-23T12:51:02.5690774Z [cluster1] I1123 12:43:45.611892 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5735. 2020-11-23T12:51:02.5691534Z [cluster1] I1123 12:43:45.612092 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5736. 2020-11-23T12:51:02.5692645Z [cluster1] I1123 12:43:45.612128 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5737. 2020-11-23T12:51:02.5693735Z [cluster1] I1123 12:43:45.612137 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5738. 2020-11-23T12:51:02.5695060Z [cluster1] I1123 12:43:45.612147 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5739. 2020-11-23T12:51:02.5696382Z [cluster1] I1123 12:43:45.612158 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5740. 2020-11-23T12:51:02.5697326Z [cluster1] I1123 12:43:45.612166 1 route.go:790] Found nil gw or dst
  5741. 2020-11-23T12:51:02.5698307Z [cluster1] I1123 12:43:45.612243 1 route.go:829] Found equivalent route, not adding
  5742. 2020-11-23T12:51:02.5699027Z [cluster1] I1123 12:43:45.612251 1 route.go:829] Found equivalent route, not adding
  5743. 2020-11-23T12:51:02.5700995Z [cluster1] I1123 12:43:45.612280 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5744. 2020-11-23T12:51:02.5704042Z [cluster1] I1123 12:43:45.612408 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5745. 2020-11-23T12:51:02.5706806Z [cluster1] I1123 12:44:15.607639 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5746. 2020-11-23T12:51:02.5708577Z [cluster1] I1123 12:44:15.607685 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5747. 2020-11-23T12:51:02.5710361Z [cluster1] I1123 12:44:15.607697 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5748. 2020-11-23T12:51:02.5711840Z [cluster1] I1123 12:44:15.608044 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5749. 2020-11-23T12:51:02.5713301Z [cluster1] I1123 12:44:15.611804 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5750. 2020-11-23T12:51:02.5714316Z [cluster1] I1123 12:44:15.611993 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5751. 2020-11-23T12:51:02.5715587Z [cluster1] I1123 12:44:15.612020 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5752. 2020-11-23T12:51:02.5717311Z [cluster1] I1123 12:44:15.612030 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5753. 2020-11-23T12:51:02.5718587Z [cluster1] I1123 12:44:15.612056 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5754. 2020-11-23T12:51:02.5720916Z [cluster1] I1123 12:44:15.612064 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5755. 2020-11-23T12:51:02.5721875Z [cluster1] I1123 12:44:15.612071 1 route.go:790] Found nil gw or dst
  5756. 2020-11-23T12:51:02.5722930Z [cluster1] I1123 12:44:15.612161 1 route.go:829] Found equivalent route, not adding
  5757. 2020-11-23T12:51:02.5724539Z [cluster1] I1123 12:44:15.612170 1 route.go:829] Found equivalent route, not adding
  5758. 2020-11-23T12:51:02.5727149Z [lighthouse]$ [cluster1] kubectl get pods --selector=app=submariner-lighthouse-agent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  5759. 2020-11-23T12:51:02.5729986Z [lighthouse]$ [cluster1] kubectl get pods --selector=app=submariner-lighthouse-agent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  5760. 2020-11-23T12:51:02.5733415Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 get pods --selector=app=submariner-lighthouse-agent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  5761. 2020-11-23T12:51:02.5736390Z [cluster1] I1123 12:44:15.612489 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5762. 2020-11-23T12:51:02.5747711Z [cluster1] I1123 12:44:15.612512 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5763. 2020-11-23T12:51:02.5753571Z [cluster1] I1123 12:44:45.608465 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5764. 2020-11-23T12:51:02.5758246Z [cluster1] I1123 12:44:45.608511 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5765. 2020-11-23T12:51:02.5759988Z [cluster1] I1123 12:44:45.608527 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5766. 2020-11-23T12:51:02.5761366Z [cluster1] I1123 12:44:45.608536 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5767. 2020-11-23T12:51:02.5762345Z [cluster1] I1123 12:44:45.608836 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5768. 2020-11-23T12:51:02.5763119Z [cluster1] I1123 12:44:45.613411 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5769. 2020-11-23T12:51:02.5763899Z [cluster1] I1123 12:44:45.613773 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5770. 2020-11-23T12:51:02.5764913Z [cluster1] I1123 12:44:45.613816 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5771. 2020-11-23T12:51:02.5765838Z [cluster1] I1123 12:44:45.613986 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5772. 2020-11-23T12:51:02.5766977Z [cluster1] I1123 12:44:45.614017 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5773. 2020-11-23T12:51:02.5767932Z [cluster1] I1123 12:44:45.614026 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5774. 2020-11-23T12:51:02.5769035Z [cluster1] I1123 12:44:45.614129 1 route.go:790] Found nil gw or dst
  5775. 2020-11-23T12:51:02.5769858Z [cluster1] I1123 12:44:45.614268 1 route.go:829] Found equivalent route, not adding
  5776. 2020-11-23T12:51:02.5770562Z [cluster1] I1123 12:44:45.614288 1 route.go:829] Found equivalent route, not adding
  5777. 2020-11-23T12:51:02.5772296Z [cluster1] I1123 12:44:45.614396 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5778. 2020-11-23T12:51:02.5774629Z [cluster1] I1123 12:45:15.608696 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5779. 2020-11-23T12:51:02.5776553Z [cluster1] I1123 12:45:15.608732 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5780. 2020-11-23T12:51:02.5777923Z [cluster1] I1123 12:45:15.608743 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5781. 2020-11-23T12:51:02.5779245Z [cluster1] I1123 12:45:15.609006 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5782. 2020-11-23T12:51:02.5780048Z [cluster1] I1123 12:45:15.613032 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5783. 2020-11-23T12:51:02.5780991Z [cluster1] I1123 12:45:15.613270 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5784. 2020-11-23T12:51:02.5781895Z [cluster1] I1123 12:45:15.613299 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5785. 2020-11-23T12:51:02.5783075Z [cluster1] I1123 12:45:15.613310 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5786. 2020-11-23T12:51:02.5784014Z [cluster1] I1123 12:45:15.613321 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5787. 2020-11-23T12:51:02.5784967Z [cluster1] I1123 12:45:15.613329 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5788. 2020-11-23T12:51:02.5785699Z [cluster1] I1123 12:45:15.613337 1 route.go:790] Found nil gw or dst
  5789. 2020-11-23T12:51:02.5786550Z [cluster1] I1123 12:45:15.613407 1 route.go:829] Found equivalent route, not adding
  5790. 2020-11-23T12:51:02.5787304Z [cluster1] I1123 12:45:15.613417 1 route.go:829] Found equivalent route, not adding
  5791. 2020-11-23T12:51:02.5788962Z [cluster1] I1123 12:45:15.613451 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5792. 2020-11-23T12:51:02.5791452Z [cluster1] I1123 12:45:15.613469 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5793. 2020-11-23T12:51:02.5794084Z [cluster1] I1123 12:45:45.608700 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5794. 2020-11-23T12:51:02.5795915Z [cluster1] I1123 12:45:45.608741 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5795. 2020-11-23T12:51:02.5797095Z [cluster1] I1123 12:45:45.608753 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5796. 2020-11-23T12:51:02.5798022Z [cluster1] I1123 12:45:45.609034 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5797. 2020-11-23T12:51:02.5799466Z [cluster1] I1123 12:45:45.613191 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5798. 2020-11-23T12:51:02.5800422Z [cluster1] I1123 12:45:45.613460 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5799. 2020-11-23T12:51:02.5802044Z [cluster1] I1123 12:45:45.613497 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5800. 2020-11-23T12:51:02.5803875Z [cluster1] I1123 12:45:45.613509 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5801. 2020-11-23T12:51:02.5805170Z [cluster1] I1123 12:45:45.613519 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5802. 2020-11-23T12:51:02.5806771Z [cluster1] I1123 12:45:45.613527 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5803. 2020-11-23T12:51:02.5807643Z [cluster1] I1123 12:45:45.613583 1 route.go:790] Found nil gw or dst
  5804. 2020-11-23T12:51:02.5808452Z [cluster1] I1123 12:45:45.613654 1 route.go:829] Found equivalent route, not adding
  5805. 2020-11-23T12:51:02.5809322Z [cluster1] I1123 12:45:45.613664 1 route.go:829] Found equivalent route, not adding
  5806. 2020-11-23T12:51:02.5811800Z [cluster1] I1123 12:45:45.613695 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5807. 2020-11-23T12:51:02.5814781Z [cluster1] I1123 12:45:45.613713 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5808. 2020-11-23T12:51:02.5818426Z [cluster1] I1123 12:46:15.609007 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5809. 2020-11-23T12:51:02.5820554Z [cluster1] I1123 12:46:15.609087 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5810. 2020-11-23T12:51:02.5821829Z [cluster1] I1123 12:46:15.609101 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5811. 2020-11-23T12:51:02.5822834Z [cluster1] I1123 12:46:15.609375 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5812. 2020-11-23T12:51:02.5823682Z [cluster1] I1123 12:46:15.613753 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5813. 2020-11-23T12:51:02.5824509Z [cluster1] I1123 12:46:15.614103 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5814. 2020-11-23T12:51:02.5825537Z [cluster1] I1123 12:46:15.614145 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5815. 2020-11-23T12:51:02.5826514Z [cluster1] I1123 12:46:15.614156 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5816. 2020-11-23T12:51:02.5827693Z [cluster1] I1123 12:46:15.614166 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5817. 2020-11-23T12:51:02.5829854Z [cluster1] I1123 12:46:15.614174 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5818. 2020-11-23T12:51:02.5830751Z [cluster1] I1123 12:46:15.614286 1 route.go:790] Found nil gw or dst
  5819. 2020-11-23T12:51:02.5832774Z [cluster1] I1123 12:46:15.614445 1 route.go:829] Found equivalent route, not adding
  5820. 2020-11-23T12:51:02.5833547Z [cluster1] I1123 12:46:15.614462 1 route.go:829] Found equivalent route, not adding
  5821. 2020-11-23T12:51:02.5835315Z [cluster1] I1123 12:46:15.614576 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5822. 2020-11-23T12:51:02.5837710Z [cluster1] I1123 12:46:15.614608 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5823. 2020-11-23T12:51:02.5840342Z [cluster1] I1123 12:46:45.609155 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5824. 2020-11-23T12:51:02.5842114Z [cluster1] I1123 12:46:45.609245 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5825. 2020-11-23T12:51:02.5843328Z [cluster1] I1123 12:46:45.609270 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5826. 2020-11-23T12:51:02.5844716Z [cluster1] I1123 12:46:45.609604 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5827. 2020-11-23T12:51:02.5845517Z [cluster1] I1123 12:46:45.615248 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5828. 2020-11-23T12:51:02.5846323Z [cluster1] I1123 12:46:45.615701 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5829. 2020-11-23T12:51:02.5847268Z [cluster1] I1123 12:46:45.615744 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5830. 2020-11-23T12:51:02.5848219Z [cluster1] I1123 12:46:45.615755 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5831. 2020-11-23T12:51:02.5849494Z [cluster1] I1123 12:46:45.615764 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5832. 2020-11-23T12:51:02.5850680Z [cluster1] I1123 12:46:45.615772 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5833. 2020-11-23T12:51:02.5851432Z [cluster1] I1123 12:46:45.615780 1 route.go:790] Found nil gw or dst
  5834. 2020-11-23T12:51:02.5852124Z [cluster1] I1123 12:46:45.615843 1 route.go:829] Found equivalent route, not adding
  5835. 2020-11-23T12:51:02.5852881Z [cluster1] I1123 12:46:45.615863 1 route.go:829] Found equivalent route, not adding
  5836. 2020-11-23T12:51:02.5854547Z [cluster1] I1123 12:46:45.615896 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5837. 2020-11-23T12:51:02.5857206Z [cluster1] I1123 12:46:45.615926 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5838. 2020-11-23T12:51:02.5859782Z [cluster1] I1123 12:47:15.609293 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5839. 2020-11-23T12:51:02.5862255Z [cluster1] I1123 12:47:15.609667 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5840. 2020-11-23T12:51:02.5864086Z [cluster1] I1123 12:47:15.609835 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5841. 2020-11-23T12:51:02.5865484Z [cluster1] I1123 12:47:15.609983 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5842. 2020-11-23T12:51:02.5866518Z [cluster1] I1123 12:47:15.610389 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5843. 2020-11-23T12:51:02.5867350Z [cluster1] I1123 12:47:15.614850 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5844. 2020-11-23T12:51:02.5868275Z [cluster1] I1123 12:47:15.615179 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5845. 2020-11-23T12:51:02.5869241Z [cluster1] I1123 12:47:15.615246 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5846. 2020-11-23T12:51:02.5870232Z [cluster1] I1123 12:47:15.615260 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5847. 2020-11-23T12:51:02.5871209Z [cluster1] I1123 12:47:15.615269 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5848. 2020-11-23T12:51:02.5872191Z [cluster1] I1123 12:47:15.615277 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5849. 2020-11-23T12:51:02.5873276Z [cluster1] I1123 12:47:15.615453 1 route.go:790] Found nil gw or dst
  5850. 2020-11-23T12:51:02.5873964Z [cluster1] I1123 12:47:15.615671 1 route.go:829] Found equivalent route, not adding
  5851. 2020-11-23T12:51:02.5874714Z [cluster1] I1123 12:47:15.615693 1 route.go:829] Found equivalent route, not adding
  5852. 2020-11-23T12:51:02.5876406Z [cluster1] I1123 12:47:15.615731 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5853. 2020-11-23T12:51:02.5878797Z [cluster1] I1123 12:47:45.609526 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5854. 2020-11-23T12:51:02.5880751Z [cluster1] I1123 12:47:45.609636 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5855. 2020-11-23T12:51:02.5882540Z [cluster1] I1123 12:47:45.609648 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5856. 2020-11-23T12:51:02.5883555Z [cluster1] I1123 12:47:45.609926 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5857. 2020-11-23T12:51:02.5884390Z [cluster1] I1123 12:47:45.615389 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5858. 2020-11-23T12:51:02.5885220Z [cluster1] I1123 12:47:45.615695 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5859. 2020-11-23T12:51:02.5886194Z [cluster1] I1123 12:47:45.615744 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5860. 2020-11-23T12:51:02.5887525Z [cluster1] I1123 12:47:45.615754 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5861. 2020-11-23T12:51:02.5888504Z [cluster1] I1123 12:47:45.615764 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5862. 2020-11-23T12:51:02.5889499Z [cluster1] I1123 12:47:45.615772 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5863. 2020-11-23T12:51:02.5890252Z [cluster1] I1123 12:47:45.615780 1 route.go:790] Found nil gw or dst
  5864. 2020-11-23T12:51:02.5890948Z [cluster1] I1123 12:47:45.615921 1 route.go:829] Found equivalent route, not adding
  5865. 2020-11-23T12:51:02.5891868Z [cluster1] I1123 12:47:45.615934 1 route.go:829] Found equivalent route, not adding
  5866. 2020-11-23T12:51:02.5893626Z [cluster1] I1123 12:47:45.615990 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5867. 2020-11-23T12:51:02.5896464Z [cluster1] I1123 12:47:45.616013 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5868. 2020-11-23T12:51:02.5898926Z [cluster1] I1123 12:48:15.609654 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5869. 2020-11-23T12:51:02.5901087Z [cluster1] I1123 12:48:15.609751 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5870. 2020-11-23T12:51:02.5902512Z [cluster1] I1123 12:48:15.609778 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5871. 2020-11-23T12:51:02.5903470Z [cluster1] I1123 12:48:15.610072 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5872. 2020-11-23T12:51:02.5904290Z [cluster1] I1123 12:48:15.614050 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5873. 2020-11-23T12:51:02.5905083Z [cluster1] I1123 12:48:15.614329 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5874. 2020-11-23T12:51:02.5906214Z [cluster1] I1123 12:48:15.614365 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5875. 2020-11-23T12:51:02.5907338Z [cluster1] I1123 12:48:15.614375 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5876. 2020-11-23T12:51:02.5908292Z [cluster1] I1123 12:48:15.614384 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5877. 2020-11-23T12:51:02.5909230Z [cluster1] I1123 12:48:15.614391 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5878. 2020-11-23T12:51:02.5909973Z [cluster1] I1123 12:48:15.614399 1 route.go:790] Found nil gw or dst
  5879. 2020-11-23T12:51:02.5910626Z [cluster1] I1123 12:48:15.614453 1 route.go:829] Found equivalent route, not adding
  5880. 2020-11-23T12:51:02.5911371Z [cluster1] I1123 12:48:15.614471 1 route.go:829] Found equivalent route, not adding
  5881. 2020-11-23T12:51:02.5912961Z [cluster1] I1123 12:48:15.614500 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5882. 2020-11-23T12:51:02.5915466Z [cluster1] I1123 12:48:15.614524 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5883. 2020-11-23T12:51:02.5917919Z [cluster1] I1123 12:48:45.609828 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5884. 2020-11-23T12:51:02.5920174Z [cluster1] I1123 12:48:45.609927 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5885. 2020-11-23T12:51:02.5921422Z [cluster1] I1123 12:48:45.609939 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5886. 2020-11-23T12:51:02.5922438Z [cluster1] I1123 12:48:45.610307 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5887. 2020-11-23T12:51:02.5923265Z [cluster1] I1123 12:48:45.614930 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5888. 2020-11-23T12:51:02.5924105Z [cluster1] I1123 12:48:45.615130 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5889. 2020-11-23T12:51:02.5925080Z [cluster1] I1123 12:48:45.615166 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5890. 2020-11-23T12:51:02.5926065Z [cluster1] I1123 12:48:45.615176 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5891. 2020-11-23T12:51:02.5927152Z [cluster1] I1123 12:48:45.615201 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5892. 2020-11-23T12:51:02.5928163Z [cluster1] I1123 12:48:45.615209 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5893. 2020-11-23T12:51:02.5928985Z [cluster1] I1123 12:48:45.615217 1 route.go:790] Found nil gw or dst
  5894. 2020-11-23T12:51:02.5929677Z [cluster1] I1123 12:48:45.615275 1 route.go:829] Found equivalent route, not adding
  5895. 2020-11-23T12:51:02.5930430Z [cluster1] I1123 12:48:45.615284 1 route.go:829] Found equivalent route, not adding
  5896. 2020-11-23T12:51:02.5932236Z [cluster1] I1123 12:48:45.615313 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5897. 2020-11-23T12:51:02.5934509Z [cluster1] I1123 12:48:45.615331 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5898. 2020-11-23T12:51:02.5937067Z [cluster1] I1123 12:49:15.610169 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5899. 2020-11-23T12:51:02.5938815Z [cluster1] I1123 12:49:15.610241 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5900. 2020-11-23T12:51:02.5940039Z [cluster1] I1123 12:49:15.610270 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5901. 2020-11-23T12:51:02.5940998Z [cluster1] I1123 12:49:15.610634 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5902. 2020-11-23T12:51:02.5941811Z [cluster1] I1123 12:49:15.617485 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5903. 2020-11-23T12:51:02.5942601Z [cluster1] I1123 12:49:15.617776 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5904. 2020-11-23T12:51:02.5943557Z [cluster1] I1123 12:49:15.617824 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5905. 2020-11-23T12:51:02.5944496Z [cluster1] I1123 12:49:15.617835 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5906. 2020-11-23T12:51:02.5945657Z [cluster1] I1123 12:49:15.617845 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5907. 2020-11-23T12:51:02.5946632Z [cluster1] I1123 12:49:15.617861 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5908. 2020-11-23T12:51:02.5947402Z [cluster1] I1123 12:49:15.617869 1 route.go:790] Found nil gw or dst
  5909. 2020-11-23T12:51:02.5948083Z [cluster1] I1123 12:49:15.617939 1 route.go:829] Found equivalent route, not adding
  5910. 2020-11-23T12:51:02.5948870Z [cluster1] I1123 12:49:15.617950 1 route.go:829] Found equivalent route, not adding
  5911. 2020-11-23T12:51:02.5950646Z [cluster1] I1123 12:49:15.617981 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5912. 2020-11-23T12:51:02.5952930Z [cluster1] I1123 12:49:15.617999 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5913. 2020-11-23T12:51:02.5955584Z [cluster1] I1123 12:49:45.610435 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5914. 2020-11-23T12:51:02.5957412Z [cluster1] I1123 12:49:45.610486 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5915. 2020-11-23T12:51:02.5962837Z [cluster1] I1123 12:49:45.610600 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5916. 2020-11-23T12:51:02.5964291Z [cluster1] I1123 12:49:45.610893 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5917. 2020-11-23T12:51:02.5965306Z [cluster1] I1123 12:49:45.615068 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5918. 2020-11-23T12:51:02.5966643Z [cluster1] I1123 12:49:45.615444 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5919. 2020-11-23T12:51:02.5967792Z [cluster1] I1123 12:49:45.615593 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5920. 2020-11-23T12:51:02.5968967Z [cluster1] I1123 12:49:45.615621 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5921. 2020-11-23T12:51:02.5970474Z [cluster1] I1123 12:49:45.615631 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5922. 2020-11-23T12:51:02.5971477Z [cluster1] I1123 12:49:45.615640 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5923. 2020-11-23T12:51:02.5972230Z [cluster1] I1123 12:49:45.615667 1 route.go:790] Found nil gw or dst
  5924. 2020-11-23T12:51:02.5972926Z [cluster1] I1123 12:49:45.615845 1 route.go:829] Found equivalent route, not adding
  5925. 2020-11-23T12:51:02.5973848Z [cluster1] I1123 12:49:45.615862 1 route.go:829] Found equivalent route, not adding
  5926. 2020-11-23T12:51:02.5975767Z [cluster1] I1123 12:49:45.615896 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5927. 2020-11-23T12:51:02.5978312Z [cluster1] I1123 12:49:45.615914 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5928. 2020-11-23T12:51:02.5980810Z [cluster1] I1123 12:50:15.610495 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5929. 2020-11-23T12:51:02.5984097Z [cluster1] I1123 12:50:15.610532 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5930. 2020-11-23T12:51:02.5985375Z [cluster1] I1123 12:50:15.610561 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5931. 2020-11-23T12:51:02.5986390Z [cluster1] I1123 12:50:15.610943 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5932. 2020-11-23T12:51:02.5987241Z [cluster1] I1123 12:50:15.615646 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5933. 2020-11-23T12:51:02.5988565Z [cluster1] I1123 12:50:15.615852 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5934. 2020-11-23T12:51:02.5989570Z [cluster1] I1123 12:50:15.615887 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5935. 2020-11-23T12:51:02.5990586Z [cluster1] I1123 12:50:15.615897 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5936. 2020-11-23T12:51:02.5991555Z [cluster1] I1123 12:50:15.615906 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5937. 2020-11-23T12:51:02.5992541Z [cluster1] I1123 12:50:15.615920 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5938. 2020-11-23T12:51:02.5993297Z [cluster1] I1123 12:50:15.615928 1 route.go:790] Found nil gw or dst
  5939. 2020-11-23T12:51:02.5993994Z [cluster1] I1123 12:50:15.615983 1 route.go:829] Found equivalent route, not adding
  5940. 2020-11-23T12:51:02.5994743Z [cluster1] I1123 12:50:15.615993 1 route.go:829] Found equivalent route, not adding
  5941. 2020-11-23T12:51:02.5997740Z [cluster1] I1123 12:50:15.616021 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5942. 2020-11-23T12:51:02.6000163Z [lighthouse]$ [cluster1] kubectl --context=cluster1 get pods --selector=app=submariner-lighthouse-agent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  5943. 2020-11-23T12:51:02.8910673Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-lighthouse-agent-ddbc4f5f-gmssw
  5944. 2020-11-23T12:51:02.8925790Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-lighthouse-agent-ddbc4f5f-gmssw
  5945. 2020-11-23T12:51:02.8957740Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n submariner-operator logs submariner-lighthouse-agent-ddbc4f5f-gmssw
  5946. 2020-11-23T12:51:02.8980113Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n submariner-operator logs submariner-lighthouse-agent-ddbc4f5f-gmssw
  5947. 2020-11-23T12:51:03.2605309Z [cluster1] I1123 12:50:15.616038 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5948. 2020-11-23T12:51:03.2607889Z [cluster1] I1123 12:50:45.610662 1 route.go:570] Processing local Endpoint cluster1-submariner-cable-cluster1-172-17-0-8 with IP 172.17.0.8, Host cluster1-worker for this cluster
  5949. 2020-11-23T12:51:03.2609609Z [cluster1] I1123 12:50:45.610712 1 route.go:612] This route agent is running on a non-gateway/non-active node
  5950. 2020-11-23T12:51:03.2611153Z [cluster1] I1123 12:50:45.610723 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.8
  5951. 2020-11-23T12:51:03.2612409Z [cluster1] I1123 12:50:45.610982 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  5952. 2020-11-23T12:51:03.2613159Z [cluster1] I1123 12:50:45.616792 1 route.go:771] Reconciling routes to gw: 240.17.0.8
  5953. 2020-11-23T12:51:03.2614705Z [cluster1] I1123 12:50:45.617017 1 route.go:787] Processing route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5954. 2020-11-23T12:51:03.2616342Z [cluster1] I1123 12:50:45.617041 1 route.go:793] Found route {Ifindex: 13 Dst: 10.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5955. 2020-11-23T12:51:03.2617967Z [cluster1] I1123 12:50:45.617051 1 route.go:787] Processing route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254}
  5956. 2020-11-23T12:51:03.2619185Z [cluster1] I1123 12:50:45.617059 1 route.go:793] Found route {Ifindex: 13 Dst: 100.2.0.0/16 Src: <nil> Gw: 240.17.0.8 Flags: [] Table: 254} with gw 240.17.0.8 already installed
  5957. 2020-11-23T12:51:03.2620598Z [cluster1] I1123 12:50:45.617066 1 route.go:787] Processing route {Ifindex: 13 Dst: 240.0.0.0/8 Src: 240.17.0.9 Gw: <nil> Flags: [] Table: 254}
  5958. 2020-11-23T12:51:03.2621465Z [cluster1] I1123 12:50:45.617083 1 route.go:790] Found nil gw or dst
  5959. 2020-11-23T12:51:03.2622455Z [cluster1] I1123 12:50:45.617138 1 route.go:829] Found equivalent route, not adding
  5960. 2020-11-23T12:51:03.2623157Z [cluster1] I1123 12:50:45.617146 1 route.go:829] Found equivalent route, not adding
  5961. 2020-11-23T12:51:03.2625050Z [cluster1] I1123 12:50:45.617175 1 route.go:647] Successfully processed local Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8"
  5962. 2020-11-23T12:51:03.2627648Z [cluster1] I1123 12:50:45.617192 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6" with subnets [100.2.0.0/16 10.2.0.0/16]
  5963. 2020-11-23T12:51:03.2628800Z [cluster1] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  5964. 2020-11-23T12:51:03.2630080Z [cluster1] +++++++++++++++++++++: Logs for Pod submariner-lighthouse-agent-ddbc4f5f-gmssw in namespace submariner-operator :++++++++++++++++++++++
  5965. 2020-11-23T12:51:03.2631318Z [cluster1] + trap 'exit 1' SIGTERM SIGINT
  5966. 2020-11-23T12:51:03.2631817Z [cluster1] + LIGHTHOUSE_VERBOSITY=1
  5967. 2020-11-23T12:51:03.2632668Z [cluster1] + '[' '' == true ']'
  5968. 2020-11-23T12:51:03.2633271Z [cluster1] + DEBUG=-v=1
  5969. 2020-11-23T12:51:03.2633984Z [cluster1] + exec lighthouse-agent -v=1 -alsologtostderr
  5970. 2020-11-23T12:51:03.2635004Z [cluster1] I1123 12:40:01.502670 1 main.go:34] AgentSpec: {cluster1 submariner-operator false}
  5971. 2020-11-23T12:51:03.2636601Z [cluster1] W1123 12:40:01.502884 1 client_config.go:543] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  5972. 2020-11-23T12:51:03.2638308Z [cluster1] I1123 12:40:01.503102 1 main.go:51] Starting submariner-lighthouse-agent {cluster1 submariner-operator false}
  5973. 2020-11-23T12:51:03.2639242Z [cluster1] I1123 12:40:19.576621 1 agent.go:167] Starting Agent controller
  5974. 2020-11-23T12:51:03.2639871Z [cluster1] I1123 12:40:20.177650 1 agent.go:193] Agent controller started
  5975. 2020-11-23T12:51:03.2729398Z [lighthouse]$ [cluster1] kubectl get pods --selector=app=submariner-lighthouse-coredns -n submariner-operator -o jsonpath={.items[*].metadata.name}
  5976. 2020-11-23T12:51:03.2744201Z [lighthouse]$ [cluster1] kubectl get pods --selector=app=submariner-lighthouse-coredns -n submariner-operator -o jsonpath={.items[*].metadata.name}
  5977. 2020-11-23T12:51:03.2764551Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 get pods --selector=app=submariner-lighthouse-coredns -n submariner-operator -o jsonpath={.items[*].metadata.name}
  5978. 2020-11-23T12:51:03.2785081Z [lighthouse]$ [cluster1] kubectl --context=cluster1 get pods --selector=app=submariner-lighthouse-coredns -n submariner-operator -o jsonpath={.items[*].metadata.name}
  5979. 2020-11-23T12:51:03.6000087Z [cluster1] E1123 12:43:54.526673 1 queue.go:83] broker -> local for *v1beta1.EndpointSlice: Failed to process object with key "submariner-k8s-broker/nginx-demo-cluster2": error creating &unstructured.Unstructured{Object:map[string]interface {}{"addressType":"IPv4", "apiVersion":"discovery.k8s.io/v1beta1", "endpoints":[]interface {}{map[string]interface {}{"addresses":[]interface {}{"10.2.0.6"}, "conditions":map[string]interface {}{"ready":true}, "hostname":"nginx-demo-5598bbc5d7-rglc4", "topology":map[string]interface {}{"kubernetes.io/hostname":"cluster2-worker2"}}}, "kind":"EndpointSlice", "metadata":map[string]interface {}{"labels":map[string]interface {}{"endpointslice.kubernetes.io/managed-by":"lighthouse-agent.submariner.io", "lighthouse.submariner.io/sourceCluster":"cluster2", "lighthouse.submariner.io/sourceName":"nginx-demo", "lighthouse.submariner.io/sourceNamespace":"e2e-tests-discovery-rnk2r", "multicluster.kubernetes.io/service-name":"nginx-demo-e2e-tests-discovery-rnk2r-cluster2", "submariner-io/clusterID":"cluster2"}, "name":"nginx-demo-cluster2", "namespace":"e2e-tests-discovery-rnk2r"}, "ports":[]interface {}{map[string]interface {}{"name":"", "port":8080, "protocol":"TCP"}}}}: endpointslices.discovery.k8s.io "nginx-demo-cluster2" is forbidden: unable to create new content in namespace e2e-tests-discovery-rnk2r because it is being terminated
  5980. 2020-11-23T12:51:03.6016270Z [cluster1] E1123 12:43:54.567319 1 queue.go:83] broker -> local for *v1beta1.EndpointSlice: Failed to process object with key "submariner-k8s-broker/nginx-demo-cluster2": error creating &unstructured.Unstructured{Object:map[string]interface {}{"addressType":"IPv4", "apiVersion":"discovery.k8s.io/v1beta1", "endpoints":[]interface {}{map[string]interface {}{"addresses":[]interface {}{"10.2.0.6"}, "conditions":map[string]interface {}{"ready":true}, "hostname":"nginx-demo-5598bbc5d7-rglc4", "topology":map[string]interface {}{"kubernetes.io/hostname":"cluster2-worker2"}}}, "kind":"EndpointSlice", "metadata":map[string]interface {}{"labels":map[string]interface {}{"endpointslice.kubernetes.io/managed-by":"lighthouse-agent.submariner.io", "lighthouse.submariner.io/sourceCluster":"cluster2", "lighthouse.submariner.io/sourceName":"nginx-demo", "lighthouse.submariner.io/sourceNamespace":"e2e-tests-discovery-rnk2r", "multicluster.kubernetes.io/service-name":"nginx-demo-e2e-tests-discovery-rnk2r-cluster2", "submariner-io/clusterID":"cluster2"}, "name":"nginx-demo-cluster2", "namespace":"e2e-tests-discovery-rnk2r"}, "ports":[]interface {}{map[string]interface {}{"name":"", "port":8080, "protocol":"TCP"}}}}: endpointslices.discovery.k8s.io "nginx-demo-cluster2" is forbidden: unable to create new content in namespace e2e-tests-discovery-rnk2r because it is being terminated
  5981. 2020-11-23T12:51:03.6031086Z [cluster1] E1123 12:43:54.665895 1 queue.go:83] broker -> local for *v1beta1.EndpointSlice: Failed to process object with key "submariner-k8s-broker/nginx-demo-cluster2": error creating &unstructured.Unstructured{Object:map[string]interface {}{"addressType":"IPv4", "apiVersion":"discovery.k8s.io/v1beta1", "endpoints":interface {}(nil), "kind":"EndpointSlice", "metadata":map[string]interface {}{"labels":map[string]interface {}{"endpointslice.kubernetes.io/managed-by":"lighthouse-agent.submariner.io", "lighthouse.submariner.io/sourceCluster":"cluster2", "lighthouse.submariner.io/sourceName":"nginx-demo", "lighthouse.submariner.io/sourceNamespace":"e2e-tests-discovery-rnk2r", "multicluster.kubernetes.io/service-name":"nginx-demo-e2e-tests-discovery-rnk2r-cluster2", "submariner-io/clusterID":"cluster2"}, "name":"nginx-demo-cluster2", "namespace":"e2e-tests-discovery-rnk2r"}, "ports":interface {}(nil)}}: endpointslices.discovery.k8s.io "nginx-demo-cluster2" is forbidden: unable to create new content in namespace e2e-tests-discovery-rnk2r because it is being terminated
  5982. 2020-11-23T12:51:03.6046301Z [cluster1] E1123 12:43:54.768140 1 queue.go:83] broker -> local for *v1beta1.EndpointSlice: Failed to process object with key "submariner-k8s-broker/nginx-demo-cluster2": error creating &unstructured.Unstructured{Object:map[string]interface {}{"addressType":"IPv4", "apiVersion":"discovery.k8s.io/v1beta1", "endpoints":interface {}(nil), "kind":"EndpointSlice", "metadata":map[string]interface {}{"labels":map[string]interface {}{"endpointslice.kubernetes.io/managed-by":"lighthouse-agent.submariner.io", "lighthouse.submariner.io/sourceCluster":"cluster2", "lighthouse.submariner.io/sourceName":"nginx-demo", "lighthouse.submariner.io/sourceNamespace":"e2e-tests-discovery-rnk2r", "multicluster.kubernetes.io/service-name":"nginx-demo-e2e-tests-discovery-rnk2r-cluster2", "submariner-io/clusterID":"cluster2"}, "name":"nginx-demo-cluster2", "namespace":"e2e-tests-discovery-rnk2r"}, "ports":interface {}(nil)}}: endpointslices.discovery.k8s.io "nginx-demo-cluster2" is forbidden: unable to create new content in namespace e2e-tests-discovery-rnk2r because it is being terminated
  5983. 2020-11-23T12:51:03.6052879Z [cluster1] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  5984. 2020-11-23T12:51:03.6077130Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-554mr
  5985. 2020-11-23T12:51:03.6086163Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-554mr
  5986. 2020-11-23T12:51:03.6103943Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-554mr
  5987. 2020-11-23T12:51:03.6118297Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-554mr
  5988. 2020-11-23T12:51:03.9469864Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-pqzvt
  5989. 2020-11-23T12:51:03.9484455Z [lighthouse]$ [cluster1] kubectl -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-pqzvt
  5990. 2020-11-23T12:51:03.9502435Z [lighthouse]$ [cluster1] command kubectl --context=cluster1 -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-pqzvt
  5991. 2020-11-23T12:51:03.9514489Z [lighthouse]$ [cluster1] kubectl --context=cluster1 -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-pqzvt
  5992. 2020-11-23T12:51:04.2430948Z [cluster1] +++++++++++++++++++++: Logs for Pod submariner-lighthouse-coredns-557485fbc-554mr in namespace submariner-operator :++++++++++++++++++++++
  5993. 2020-11-23T12:51:04.2434150Z [cluster1] W1123 12:39:45.935762 1 client_config.go:543] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  5994. 2020-11-23T12:51:04.2435491Z [cluster1] I1123 12:39:45.935995 1 controller.go:48] Starting ServiceImport Controller
  5995. 2020-11-23T12:51:04.2436891Z [cluster1] I1123 12:39:46.046949 1 controller.go:51] Starting EndpointSlice Controller
  5996. 2020-11-23T12:51:04.2437766Z [cluster1] I1123 12:39:46.095425 1 controller.go:72] Starting Gateway status Controller
  5997. 2020-11-23T12:51:04.2438624Z [cluster1] clusterset.local.:53
  5998. 2020-11-23T12:51:04.2439497Z [cluster1] CoreDNS-1.6.7
  5999. 2020-11-23T12:51:04.2439975Z [cluster1] linux/amd64, go1.15.2,
  6000. 2020-11-23T12:51:04.2440698Z [cluster1] I1123 12:39:47.642978 1 controller.go:181] Updating the gateway localClusterID "cluster1"
  6001. 2020-11-23T12:51:04.2457685Z [cluster1] I1123 12:39:47.643035 1 controller.go:173] Updating the gateway status map[string]bool{"cluster1":true}
  6002. 2020-11-23T12:51:04.2458587Z [cluster1] I1123 12:40:59.411352 1 controller.go:173] Updating the gateway status map[string]bool{"cluster1":true, "cluster2":true}
  6003. 2020-11-23T12:51:04.2460736Z [cluster1] [ERROR] plugin/errors: 3 web-0.cluster2.nginx-ss.e2e-tests-discovery-9ccwc.svc.clusterset.local. A: plugin/lighthouse: record not found
  6004. 2020-11-23T12:51:04.2463569Z [cluster1] [ERROR] plugin/errors: 3 web-0.cluster2.nginx-ss.e2e-tests-discovery-9ccwc.svc.clusterset.local. A: plugin/lighthouse: record not found
  6005. 2020-11-23T12:51:04.2466821Z [cluster1] [ERROR] plugin/errors: 3 web-0.cluster2.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local. A: plugin/lighthouse: record not found
  6006. 2020-11-23T12:51:04.2469799Z [cluster1] [ERROR] plugin/errors: 3 web-0.cluster2.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local. A: plugin/lighthouse: record not found
  6007. 2020-11-23T12:51:04.2472641Z [cluster1] [ERROR] plugin/errors: 3 web-0.cluster2.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local. A: plugin/lighthouse: record not found
  6008. 2020-11-23T12:51:04.2475429Z [cluster1] [ERROR] plugin/errors: 3 web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local. A: plugin/lighthouse: record not found
  6009. 2020-11-23T12:51:04.2478376Z [cluster1] [ERROR] plugin/errors: 3 web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local. A: plugin/lighthouse: record not found
  6010. 2020-11-23T12:51:04.2481440Z [cluster1] [ERROR] plugin/errors: 3 web-2.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local. A: plugin/lighthouse: record not found
  6011. 2020-11-23T12:51:04.2485508Z [cluster1] [ERROR] plugin/errors: 3 web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local. A: plugin/lighthouse: record not found
  6012. 2020-11-23T12:51:04.2488402Z [cluster1] [ERROR] plugin/errors: 3 web-2.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local. A: plugin/lighthouse: record not found
  6013. 2020-11-23T12:51:04.2492398Z [cluster1] [ERROR] plugin/errors: 3 web-2.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local. A: plugin/lighthouse: record not found
  6014. 2020-11-23T12:51:04.2527518Z [cluster1] [ERROR] plugin/errors: 3 web-2.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local. A: plugin/lighthouse: record not found
  6015. 2020-11-23T12:51:04.2530057Z [cluster1] +++++++++++++++++++++: Logs for Pod submariner-lighthouse-coredns-557485fbc-pqzvt in namespace submariner-operator :++++++++++++++++++++++
  6016. 2020-11-23T12:51:04.2531675Z [cluster1] W1123 12:40:09.178892 1 client_config.go:543] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  6017. 2020-11-23T12:51:04.2532618Z [cluster1] I1123 12:40:09.179163 1 controller.go:48] Starting ServiceImport Controller
  6018. 2020-11-23T12:51:04.2533355Z [cluster1] I1123 12:40:09.279647 1 controller.go:51] Starting EndpointSlice Controller
  6019. 2020-11-23T12:51:04.2534287Z [cluster1] I1123 12:40:09.291668 1 controller.go:72] Starting Gateway status Controller
  6020. 2020-11-23T12:51:04.2535064Z [cluster1] I1123 12:40:09.391999 1 controller.go:181] Updating the gateway localClusterID "cluster1"
  6021. 2020-11-23T12:51:04.2536076Z [cluster1] I1123 12:40:09.392028 1 controller.go:173] Updating the gateway status map[string]bool{"cluster1":true}
  6022. 2020-11-23T12:51:04.2536835Z [cluster1] clusterset.local.:53
  6023. 2020-11-23T12:51:04.2537507Z [cluster1] CoreDNS-1.6.7
  6024. 2020-11-23T12:51:04.2537910Z [cluster1] linux/amd64, go1.15.2,
  6025. 2020-11-23T12:51:04.2538584Z [cluster1] I1123 12:40:59.411558 1 controller.go:173] Updating the gateway status map[string]bool{"cluster1":true, "cluster2":true}
  6026. 2020-11-23T12:51:04.2540530Z [cluster1] [ERROR] plugin/errors: 3 web-0.cluster2.nginx-ss.e2e-tests-discovery-9ccwc.svc.clusterset.local. A: plugin/lighthouse: record not found
  6027. 2020-11-23T12:51:04.2559047Z [lighthouse]$ [cluster1] subctl show all
  6028. 2020-11-23T12:51:04.6397876Z [cluster1] [ERROR] plugin/errors: 3 web-0.cluster2.nginx-ss.e2e-tests-discovery-9ccwc.svc.clusterset.local. A: plugin/lighthouse: record not found
  6029. 2020-11-23T12:51:04.6400541Z [cluster1] [ERROR] plugin/errors: 3 web-0.cluster2.nginx-ss.e2e-tests-discovery-9ccwc.svc.clusterset.local. A: plugin/lighthouse: record not found
  6030. 2020-11-23T12:51:04.6403108Z [cluster1] [ERROR] plugin/errors: 3 web-0.cluster2.nginx-ss.e2e-tests-discovery-9ccwc.svc.clusterset.local. A: plugin/lighthouse: record not found
  6031. 2020-11-23T12:51:04.6405681Z [cluster1] [ERROR] plugin/errors: 3 web-0.cluster2.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local. A: plugin/lighthouse: record not found
  6032. 2020-11-23T12:51:04.6408248Z [cluster1] [ERROR] plugin/errors: 3 web-0.cluster2.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local. A: plugin/lighthouse: record not found
  6033. 2020-11-23T12:51:04.6410789Z [cluster1] [ERROR] plugin/errors: 3 web-0.cluster2.nginx-ss.e2e-tests-discovery-rck5q.svc.clusterset.local. A: plugin/lighthouse: record not found
  6034. 2020-11-23T12:51:04.6413578Z [cluster1] [ERROR] plugin/errors: 3 web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local. A: plugin/lighthouse: record not found
  6035. 2020-11-23T12:51:04.6416956Z [cluster1] [ERROR] plugin/errors: 3 web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local. A: plugin/lighthouse: record not found
  6036. 2020-11-23T12:51:04.6420388Z [cluster1] [ERROR] plugin/errors: 3 web-1.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local. A: plugin/lighthouse: record not found
  6037. 2020-11-23T12:51:04.6423166Z [cluster1] [ERROR] plugin/errors: 3 web-2.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local. A: plugin/lighthouse: record not found
  6038. 2020-11-23T12:51:04.6425825Z [cluster1] [ERROR] plugin/errors: 3 web-2.cluster2.nginx-ss.e2e-tests-discovery-bs5zk.svc.clusterset.local. A: plugin/lighthouse: record not found
  6039. 2020-11-23T12:51:04.6427197Z [cluster1] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  6040. 2020-11-23T12:51:04.6427542Z [cluster1]
  6041. 2020-11-23T12:51:04.6427960Z [cluster1] Showing information for cluster "cluster2":
  6042. 2020-11-23T12:51:04.6428478Z [cluster1] Discovered network details:
  6043. 2020-11-23T12:51:04.6429127Z [cluster1] Network plugin: weave-net
  6044. 2020-11-23T12:51:04.6429604Z [cluster1] Service CIDRs: [100.2.0.0/16]
  6045. 2020-11-23T12:51:04.6430001Z [cluster1] Cluster CIDRs: [10.2.0.0/16]
  6046. 2020-11-23T12:51:04.6430344Z [cluster1]
  6047. 2020-11-23T12:51:04.6430810Z [cluster1] CLUSTER ID ENDPOINT IP PUBLIC IP CABLE DRIVER TYPE
  6048. 2020-11-23T12:51:04.6431375Z [cluster1] cluster2 172.17.0.6 libreswan local
  6049. 2020-11-23T12:51:04.6431907Z [cluster1] cluster1 172.17.0.8 libreswan remote
  6050. 2020-11-23T12:51:04.6432306Z [cluster1]
  6051. 2020-11-23T12:51:04.6433015Z [cluster1] GATEWAY CLUSTER REMOTE IP CABLE DRIVER SUBNETS STATUS
  6052. 2020-11-23T12:51:04.6434019Z [cluster1] cluster1-worker cluster1 172.17.0.8 libreswan 100.1.0.0/16, 10.1.0.0/16 connected
  6053. 2020-11-23T12:51:04.6434645Z [cluster1]
  6054. 2020-11-23T12:51:04.6435008Z [cluster1] NODE HA STATUS SUMMARY
  6055. 2020-11-23T12:51:04.6435956Z [cluster1] cluster2-worker active All connections (1) are established
  6056. 2020-11-23T12:51:04.6436444Z [cluster1]
  6057. 2020-11-23T12:51:04.6436874Z [cluster1] COMPONENT REPOSITORY VERSION
  6058. 2020-11-23T12:51:04.6437401Z [cluster1] submariner localhost:5000 local
  6059. 2020-11-23T12:51:04.6438185Z [cluster1] submariner-operator localhost:5000 local
  6060. 2020-11-23T12:51:04.6438998Z [cluster1] service-discovery localhost:5000 local
  6061. 2020-11-23T12:51:04.6439447Z [cluster1]
  6062. 2020-11-23T12:51:04.6440052Z [cluster1] Showing information for cluster "cluster1":
  6063. 2020-11-23T12:51:04.6440555Z [cluster1] Discovered network details:
  6064. 2020-11-23T12:51:04.6441672Z [cluster1] Network plugin: weave-net
  6065. 2020-11-23T12:51:04.6442153Z [cluster1] Service CIDRs: [100.1.0.0/16]
  6066. 2020-11-23T12:51:04.6442598Z [cluster1] Cluster CIDRs: [10.1.0.0/16]
  6067. 2020-11-23T12:51:04.6442995Z [cluster1]
  6068. 2020-11-23T12:51:04.6443498Z [cluster1] CLUSTER ID ENDPOINT IP PUBLIC IP CABLE DRIVER TYPE
  6069. 2020-11-23T12:51:04.6444593Z [cluster1] cluster1 172.17.0.8 libreswan local
  6070. 2020-11-23T12:51:04.6445271Z [cluster1] cluster2 172.17.0.6 libreswan remote
  6071. 2020-11-23T12:51:04.6445663Z [cluster1]
  6072. 2020-11-23T12:51:04.6446124Z [cluster1] GATEWAY CLUSTER REMOTE IP CABLE DRIVER SUBNETS STATUS
  6073. 2020-11-23T12:51:04.6658643Z [cluster1] cluster2-worker cluster2 172.17.0.6 libreswan 100.2.0.0/16, 10.2.0.0/16 connected
  6074. 2020-11-23T12:51:04.6659863Z [cluster1]
  6075. 2020-11-23T12:51:04.6660274Z [cluster1] NODE HA STATUS SUMMARY
  6076. 2020-11-23T12:51:04.6661113Z [cluster1] cluster1-worker active All connections (1) are established
  6077. 2020-11-23T12:51:04.6661649Z [cluster1]
  6078. 2020-11-23T12:51:04.6662265Z [cluster1] COMPONENT REPOSITORY VERSION
  6079. 2020-11-23T12:51:04.6662828Z [cluster1] submariner localhost:5000 local
  6080. 2020-11-23T12:51:04.6664308Z [cluster1] submariner-operator localhost:5000 local
  6081. 2020-11-23T12:51:04.6665213Z [cluster1] service-discovery localhost:5000 local
  6082. 2020-11-23T12:51:04.6665988Z [cluster1] ===================== END Post mortem cluster1 =====================
  6083. 2020-11-23T12:51:04.6684896Z [lighthouse]$ [cluster2] post_analyze
  6084. 2020-11-23T12:51:04.6698514Z [lighthouse]$ [cluster2] sed s/^/[cluster2] /
  6085. 2020-11-23T12:51:04.6710029Z [lighthouse]$ [cluster2] post_analyze
  6086. 2020-11-23T12:51:04.6732567Z [lighthouse]$ [cluster2] kubectl get all --all-namespaces
  6087. 2020-11-23T12:51:04.6748319Z [lighthouse]$ [cluster2] kubectl get all --all-namespaces
  6088. 2020-11-23T12:51:04.6762438Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 get all --all-namespaces
  6089. 2020-11-23T12:51:04.6777821Z [lighthouse]$ [cluster2] kubectl --context=cluster2 get all --all-namespaces
  6090. 2020-11-23T12:51:05.2060355Z [cluster2] ======================= Post mortem cluster2 =======================
  6091. 2020-11-23T12:51:05.2061569Z [cluster2] NAMESPACE NAME READY STATUS RESTARTS AGE
  6092. 2020-11-23T12:51:05.2063187Z [cluster2] kube-system pod/coredns-6955765f44-pm552 1/1 Running 0 14m
  6093. 2020-11-23T12:51:05.2064607Z [cluster2] kube-system pod/coredns-6955765f44-v9lkh 1/1 Running 0 14m
  6094. 2020-11-23T12:51:05.2065725Z [cluster2] kube-system pod/etcd-cluster2-control-plane 1/1 Running 0 14m
  6095. 2020-11-23T12:51:05.2067080Z [cluster2] kube-system pod/kube-apiserver-cluster2-control-plane 1/1 Running 0 14m
  6096. 2020-11-23T12:51:05.2068717Z [cluster2] kube-system pod/kube-controller-manager-cluster2-control-plane 1/1 Running 0 14m
  6097. 2020-11-23T12:51:05.2070123Z [cluster2] kube-system pod/kube-proxy-9lm8x 1/1 Running 0 13m
  6098. 2020-11-23T12:51:05.2071098Z [cluster2] kube-system pod/kube-proxy-m8ncc 1/1 Running 0 14m
  6099. 2020-11-23T12:51:05.2072081Z [cluster2] kube-system pod/kube-proxy-phbxh 1/1 Running 0 14m
  6100. 2020-11-23T12:51:05.2073309Z [cluster2] kube-system pod/kube-scheduler-cluster2-control-plane 1/1 Running 0 14m
  6101. 2020-11-23T12:51:05.2074540Z [cluster2] kube-system pod/weave-net-qdnrp 2/2 Running 0 13m
  6102. 2020-11-23T12:51:05.2075503Z [cluster2] kube-system pod/weave-net-vvbwq 2/2 Running 0 13m
  6103. 2020-11-23T12:51:05.2076472Z [cluster2] kube-system pod/weave-net-wq8vm 2/2 Running 0 13m
  6104. 2020-11-23T12:51:05.2077766Z [cluster2] local-path-storage pod/local-path-provisioner-7745554f7f-59st6 1/1 Running 0 14m
  6105. 2020-11-23T12:51:05.2079185Z [cluster2] submariner-operator pod/submariner-gateway-j88f9 1/1 Running 0 11m
  6106. 2020-11-23T12:51:05.2080727Z [cluster2] submariner-operator pod/submariner-lighthouse-agent-6c5788ff7d-zpk6x 1/1 Running 0 11m
  6107. 2020-11-23T12:51:05.2083700Z [cluster2] submariner-operator pod/submariner-lighthouse-coredns-557485fbc-hdbss 1/1 Running 0 11m
  6108. 2020-11-23T12:51:05.2086257Z [cluster2] submariner-operator pod/submariner-lighthouse-coredns-557485fbc-rtgck 1/1 Running 0 11m
  6109. 2020-11-23T12:51:05.2089140Z [cluster2] submariner-operator pod/submariner-operator-6675977db7-jsrh8 1/1 Running 0 12m
  6110. 2020-11-23T12:51:05.2090724Z [cluster2] submariner-operator pod/submariner-routeagent-mwdhq 1/1 Running 0 11m
  6111. 2020-11-23T12:51:05.2092025Z [cluster2] submariner-operator pod/submariner-routeagent-nghzf 1/1 Running 0 11m
  6112. 2020-11-23T12:51:05.2093475Z [cluster2] submariner-operator pod/submariner-routeagent-zhpmz 1/1 Running 0 11m
  6113. 2020-11-23T12:51:05.2094212Z [cluster2]
  6114. 2020-11-23T12:51:05.2095026Z [cluster2] NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
  6115. 2020-11-23T12:51:05.2096280Z [cluster2] default service/kubernetes ClusterIP 100.2.0.1 <none> 443/TCP 14m
  6116. 2020-11-23T12:51:05.2097403Z [cluster2] kube-system service/kube-dns ClusterIP 100.2.0.10 <none> 53/UDP,53/TCP,9153/TCP 14m
  6117. 2020-11-23T12:51:05.2098930Z [cluster2] submariner-operator service/submariner-lighthouse-coredns ClusterIP 100.2.180.88 <none> 53/UDP 11m
  6118. 2020-11-23T12:51:05.2100702Z [cluster2] submariner-operator service/submariner-operator-metrics ClusterIP 100.2.153.185 <none> 8383/TCP,8686/TCP 11m
  6119. 2020-11-23T12:51:05.2101498Z [cluster2]
  6120. 2020-11-23T12:51:05.2102504Z [cluster2] NAMESPACE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
  6121. 2020-11-23T12:51:05.2104658Z [cluster2] kube-system daemonset.apps/kube-proxy 3 3 3 3 3 beta.kubernetes.io/os=linux 14m
  6122. 2020-11-23T12:51:05.2106166Z [cluster2] kube-system daemonset.apps/weave-net 3 3 3 3 3 <none> 13m
  6123. 2020-11-23T12:51:05.2107393Z [cluster2] submariner-operator daemonset.apps/submariner-gateway 1 1 1 1 1 submariner.io/gateway=true 11m
  6124. 2020-11-23T12:51:05.2170095Z [lighthouse]$ [cluster2] kubectl get pods -A
  6125. 2020-11-23T12:51:05.2184389Z [lighthouse]$ [cluster2] tail -n +2
  6126. 2020-11-23T12:51:05.2193837Z [lighthouse]$ [cluster2] kubectl get pods -A
  6127. 2020-11-23T12:51:05.2203949Z [lighthouse]$ [cluster2] grep -v Running
  6128. 2020-11-23T12:51:05.2221701Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 get pods -A
  6129. 2020-11-23T12:51:05.2247057Z [lighthouse]$ [cluster2] sed s/ */;/g
  6130. 2020-11-23T12:51:05.2253739Z [lighthouse]$ [cluster2] kubectl --context=cluster2 get pods -A
  6131. 2020-11-23T12:51:05.5278240Z [lighthouse]$ [cluster2] namespace=kube-system
  6132. 2020-11-23T12:51:05.5301573Z [lighthouse]$ [cluster2] kubectl get pods --selector=k8s-app=kube-proxy -n kube-system -o jsonpath={.items[*].metadata.name}
  6133. 2020-11-23T12:51:05.5327012Z [lighthouse]$ [cluster2] kubectl get pods --selector=k8s-app=kube-proxy -n kube-system -o jsonpath={.items[*].metadata.name}
  6134. 2020-11-23T12:51:05.5342113Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 get pods --selector=k8s-app=kube-proxy -n kube-system -o jsonpath={.items[*].metadata.name}
  6135. 2020-11-23T12:51:05.5357129Z [lighthouse]$ [cluster2] kubectl --context=cluster2 get pods --selector=k8s-app=kube-proxy -n kube-system -o jsonpath={.items[*].metadata.name}
  6136. 2020-11-23T12:51:05.8873191Z [lighthouse]$ [cluster2] kubectl -n kube-system logs kube-proxy-9lm8x
  6137. 2020-11-23T12:51:05.8891295Z [lighthouse]$ [cluster2] kubectl -n kube-system logs kube-proxy-9lm8x
  6138. 2020-11-23T12:51:05.8909280Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 -n kube-system logs kube-proxy-9lm8x
  6139. 2020-11-23T12:51:05.8925990Z [lighthouse]$ [cluster2] kubectl --context=cluster2 -n kube-system logs kube-proxy-9lm8x
  6140. 2020-11-23T12:51:06.3922096Z [lighthouse]$ [cluster2] kubectl -n kube-system logs kube-proxy-m8ncc
  6141. 2020-11-23T12:51:06.3933756Z [lighthouse]$ [cluster2] kubectl -n kube-system logs kube-proxy-m8ncc
  6142. 2020-11-23T12:51:06.3955731Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 -n kube-system logs kube-proxy-m8ncc
  6143. 2020-11-23T12:51:06.3971925Z [lighthouse]$ [cluster2] kubectl --context=cluster2 -n kube-system logs kube-proxy-m8ncc
  6144. 2020-11-23T12:51:06.7169890Z [cluster2] submariner-operator daemonset.apps/submariner-routeagent 3 3 3 3 3 <none> 11m
  6145. 2020-11-23T12:51:06.7170807Z [cluster2]
  6146. 2020-11-23T12:51:06.7171688Z [cluster2] NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE
  6147. 2020-11-23T12:51:06.7172801Z [cluster2] kube-system deployment.apps/coredns 2/2 2 2 14m
  6148. 2020-11-23T12:51:06.7174090Z [cluster2] local-path-storage deployment.apps/local-path-provisioner 1/1 1 1 14m
  6149. 2020-11-23T12:51:06.7176670Z [cluster2] submariner-operator deployment.apps/submariner-lighthouse-agent 1/1 1 1 11m
  6150. 2020-11-23T12:51:06.7178405Z [cluster2] submariner-operator deployment.apps/submariner-lighthouse-coredns 2/2 2 2 11m
  6151. 2020-11-23T12:51:06.7179940Z [cluster2] submariner-operator deployment.apps/submariner-operator 1/1 1 1 12m
  6152. 2020-11-23T12:51:06.7180873Z [cluster2]
  6153. 2020-11-23T12:51:06.7181424Z [cluster2] NAMESPACE NAME DESIRED CURRENT READY AGE
  6154. 2020-11-23T12:51:06.7182554Z [cluster2] kube-system replicaset.apps/coredns-6955765f44 2 2 2 14m
  6155. 2020-11-23T12:51:06.7183980Z [cluster2] local-path-storage replicaset.apps/local-path-provisioner-7745554f7f 1 1 1 14m
  6156. 2020-11-23T12:51:06.7185793Z [cluster2] submariner-operator replicaset.apps/submariner-lighthouse-agent-6c5788ff7d 1 1 1 11m
  6157. 2020-11-23T12:51:06.7187742Z [cluster2] submariner-operator replicaset.apps/submariner-lighthouse-coredns-557485fbc 2 2 2 11m
  6158. 2020-11-23T12:51:06.7189552Z [cluster2] submariner-operator replicaset.apps/submariner-operator-6675977db7 1 1 1 12m
  6159. 2020-11-23T12:51:06.7191073Z [cluster2] +++++++++++++++++++++: Logs for Pod kube-proxy-9lm8x in namespace kube-system :++++++++++++++++++++++
  6160. 2020-11-23T12:51:06.7192002Z [cluster2] W1123 12:37:15.818333 1 server_others.go:323] Unknown proxy mode "", assuming iptables proxy
  6161. 2020-11-23T12:51:06.7192816Z [cluster2] I1123 12:37:15.928391 1 node.go:135] Successfully retrieved node IP: 172.17.0.4
  6162. 2020-11-23T12:51:06.7193575Z [cluster2] I1123 12:37:15.928632 1 server_others.go:145] Using iptables Proxier.
  6163. 2020-11-23T12:51:06.7194240Z [cluster2] I1123 12:37:15.930401 1 server.go:571] Version: v1.17.0
  6164. 2020-11-23T12:51:06.7195078Z [cluster2] I1123 12:37:15.933075 1 conntrack.go:52] Setting nf_conntrack_max to 131072
  6165. 2020-11-23T12:51:06.7196214Z [cluster2] I1123 12:37:15.935920 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_established' to 86400
  6166. 2020-11-23T12:51:06.7197437Z [cluster2] I1123 12:37:15.936086 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_close_wait' to 3600
  6167. 2020-11-23T12:51:06.7198294Z [cluster2] I1123 12:37:15.943805 1 config.go:131] Starting endpoints config controller
  6168. 2020-11-23T12:51:06.7199117Z [cluster2] I1123 12:37:15.943827 1 shared_informer.go:197] Waiting for caches to sync for endpoints config
  6169. 2020-11-23T12:51:06.7199906Z [cluster2] I1123 12:37:15.936297 1 config.go:313] Starting service config controller
  6170. 2020-11-23T12:51:06.7201374Z [cluster2] I1123 12:37:15.944304 1 shared_informer.go:197] Waiting for caches to sync for service config
  6171. 2020-11-23T12:51:06.7202227Z [cluster2] I1123 12:37:16.045170 1 shared_informer.go:204] Caches are synced for endpoints config
  6172. 2020-11-23T12:51:06.7203065Z [cluster2] I1123 12:37:16.045755 1 shared_informer.go:204] Caches are synced for service config
  6173. 2020-11-23T12:51:06.7204645Z [cluster2] +++++++++++++++++++++: Logs for Pod kube-proxy-m8ncc in namespace kube-system :++++++++++++++++++++++
  6174. 2020-11-23T12:51:06.7205539Z [cluster2] W1123 12:37:15.717785 1 server_others.go:323] Unknown proxy mode "", assuming iptables proxy
  6175. 2020-11-23T12:51:06.7206331Z [cluster2] I1123 12:37:15.927311 1 node.go:135] Successfully retrieved node IP: 172.17.0.6
  6176. 2020-11-23T12:51:06.7207063Z [cluster2] I1123 12:37:15.927359 1 server_others.go:145] Using iptables Proxier.
  6177. 2020-11-23T12:51:06.7207704Z [cluster2] I1123 12:37:15.928900 1 server.go:571] Version: v1.17.0
  6178. 2020-11-23T12:51:06.7208345Z [cluster2] I1123 12:37:15.929917 1 conntrack.go:52] Setting nf_conntrack_max to 131072
  6179. 2020-11-23T12:51:06.7209483Z [cluster2] I1123 12:37:15.942128 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_established' to 86400
  6180. 2020-11-23T12:51:06.7210902Z [cluster2] I1123 12:37:15.942421 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_close_wait' to 3600
  6181. 2020-11-23T12:51:06.7211811Z [cluster2] I1123 12:37:15.942834 1 config.go:131] Starting endpoints config controller
  6182. 2020-11-23T12:51:06.7241211Z [lighthouse]$ [cluster2] kubectl -n kube-system logs kube-proxy-phbxh
  6183. 2020-11-23T12:51:06.7291772Z [lighthouse]$ [cluster2] kubectl -n kube-system logs kube-proxy-phbxh
  6184. 2020-11-23T12:51:06.7304608Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 -n kube-system logs kube-proxy-phbxh
  6185. 2020-11-23T12:51:06.7317525Z [lighthouse]$ [cluster2] kubectl --context=cluster2 -n kube-system logs kube-proxy-phbxh
  6186. 2020-11-23T12:51:07.0502717Z [lighthouse]$ [cluster2] namespace=submariner-operator
  6187. 2020-11-23T12:51:07.0523823Z [lighthouse]$ [cluster2] kubectl get pods --selector=name=submariner-operator -n submariner-operator -o jsonpath={.items[*].metadata.name}
  6188. 2020-11-23T12:51:07.0540993Z [lighthouse]$ [cluster2] kubectl get pods --selector=name=submariner-operator -n submariner-operator -o jsonpath={.items[*].metadata.name}
  6189. 2020-11-23T12:51:07.0553574Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 get pods --selector=name=submariner-operator -n submariner-operator -o jsonpath={.items[*].metadata.name}
  6190. 2020-11-23T12:51:07.0566737Z [lighthouse]$ [cluster2] kubectl --context=cluster2 get pods --selector=name=submariner-operator -n submariner-operator -o jsonpath={.items[*].metadata.name}
  6191. 2020-11-23T12:51:07.3883233Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-operator-6675977db7-jsrh8
  6192. 2020-11-23T12:51:07.3894361Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-operator-6675977db7-jsrh8
  6193. 2020-11-23T12:51:07.3908508Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 -n submariner-operator logs submariner-operator-6675977db7-jsrh8
  6194. 2020-11-23T12:51:07.3920680Z [lighthouse]$ [cluster2] kubectl --context=cluster2 -n submariner-operator logs submariner-operator-6675977db7-jsrh8
  6195. 2020-11-23T12:51:07.7024274Z [cluster2] I1123 12:37:15.942879 1 shared_informer.go:197] Waiting for caches to sync for endpoints config
  6196. 2020-11-23T12:51:07.7027380Z [cluster2] I1123 12:37:15.942941 1 config.go:313] Starting service config controller
  6197. 2020-11-23T12:51:07.7028094Z [cluster2] I1123 12:37:15.942953 1 shared_informer.go:197] Waiting for caches to sync for service config
  6198. 2020-11-23T12:51:07.7028794Z [cluster2] I1123 12:37:16.043252 1 shared_informer.go:204] Caches are synced for endpoints config
  6199. 2020-11-23T12:51:07.7029496Z [cluster2] I1123 12:37:16.044498 1 shared_informer.go:204] Caches are synced for service config
  6200. 2020-11-23T12:51:07.7031062Z [cluster2] +++++++++++++++++++++: Logs for Pod kube-proxy-phbxh in namespace kube-system :++++++++++++++++++++++
  6201. 2020-11-23T12:51:07.7031811Z [cluster2] W1123 12:36:48.345750 1 server_others.go:323] Unknown proxy mode "", assuming iptables proxy
  6202. 2020-11-23T12:51:07.7032462Z [cluster2] I1123 12:36:48.355630 1 node.go:135] Successfully retrieved node IP: 172.17.0.5
  6203. 2020-11-23T12:51:07.7033070Z [cluster2] I1123 12:36:48.355666 1 server_others.go:145] Using iptables Proxier.
  6204. 2020-11-23T12:51:07.7033605Z [cluster2] I1123 12:36:48.356194 1 server.go:571] Version: v1.17.0
  6205. 2020-11-23T12:51:07.7034134Z [cluster2] I1123 12:36:48.357079 1 conntrack.go:52] Setting nf_conntrack_max to 131072
  6206. 2020-11-23T12:51:07.7035091Z [cluster2] I1123 12:36:48.357502 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_established' to 86400
  6207. 2020-11-23T12:51:07.7036096Z [cluster2] I1123 12:36:48.359908 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_close_wait' to 3600
  6208. 2020-11-23T12:51:07.7037022Z [cluster2] I1123 12:36:48.361701 1 config.go:313] Starting service config controller
  6209. 2020-11-23T12:51:07.7037936Z [cluster2] I1123 12:36:48.361871 1 shared_informer.go:197] Waiting for caches to sync for service config
  6210. 2020-11-23T12:51:07.7038831Z [cluster2] I1123 12:36:48.362034 1 config.go:131] Starting endpoints config controller
  6211. 2020-11-23T12:51:07.7039519Z [cluster2] I1123 12:36:48.362201 1 shared_informer.go:197] Waiting for caches to sync for endpoints config
  6212. 2020-11-23T12:51:07.7040230Z [cluster2] I1123 12:36:48.462213 1 shared_informer.go:204] Caches are synced for service config
  6213. 2020-11-23T12:51:07.7041584Z [cluster2] I1123 12:36:48.462525 1 shared_informer.go:204] Caches are synced for endpoints config
  6214. 2020-11-23T12:51:07.7042333Z [cluster2] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  6215. 2020-11-23T12:51:07.7044322Z [cluster2] +++++++++++++++++++++: Logs for Pod submariner-operator-6675977db7-jsrh8 in namespace submariner-operator :++++++++++++++++++++++
  6216. 2020-11-23T12:51:07.7046124Z [cluster2] 2020-11-23T12:39:03.354Z INFO cmd Go Version: go1.15.2
  6217. 2020-11-23T12:51:07.7047194Z [cluster2] 2020-11-23T12:39:03.357Z INFO cmd Go OS/Arch: linux/amd64
  6218. 2020-11-23T12:51:07.7048475Z [cluster2] 2020-11-23T12:39:03.357Z INFO cmd Version of operator-sdk: v0.17.0
  6219. 2020-11-23T12:51:07.7049444Z [cluster2] 2020-11-23T12:39:03.357Z INFO cmd Submariner operator version: v0.7.0-58-g459eaa6
  6220. 2020-11-23T12:51:07.7050817Z [cluster2] 2020-11-23T12:39:03.357Z INFO leader Trying to become the leader.
  6221. 2020-11-23T12:51:07.7052133Z [cluster2] 2020-11-23T12:39:03.661Z DEBUG leader Found namespace {"Namespace": "submariner-operator"}
  6222. 2020-11-23T12:51:07.7054040Z [cluster2] 2020-11-23T12:39:03.661Z DEBUG leader Found podname {"Pod.Name": "submariner-operator-6675977db7-jsrh8"}
  6223. 2020-11-23T12:51:07.7057110Z [cluster2] 2020-11-23T12:39:03.686Z DEBUG leader Found Pod {"Pod.Namespace": "submariner-operator", "Pod.Name": "submariner-operator-6675977db7-jsrh8"}
  6224. 2020-11-23T12:51:07.7059107Z [cluster2] 2020-11-23T12:39:03.691Z INFO leader No pre-existing lock was found.
  6225. 2020-11-23T12:51:07.7060393Z [cluster2] 2020-11-23T12:39:03.699Z INFO leader Became the leader.
  6226. 2020-11-23T12:51:07.7061847Z [cluster2] 2020-11-23T12:39:04.004Z INFO controller-runtime.metrics metrics server is starting to listen {"addr": "0.0.0.0:8383"}
  6227. 2020-11-23T12:51:07.7088008Z [cluster2] 2020-11-23T12:39:04.007Z INFO cmd Registering Components.
  6228. 2020-11-23T12:51:07.7089218Z [cluster2] 2020-11-23T12:39:04.007Z INFO cmd Creating the engine CRDs
  6229. 2020-11-23T12:51:07.7090443Z [cluster2] 2020-11-23T12:39:04.123Z INFO cmd Creating the Lighthouse CRDs
  6230. 2020-11-23T12:51:07.7091818Z [cluster2] 2020-11-23T12:39:04.464Z INFO cmd The Lighthouse CRDs were updated, restarting...
  6231. 2020-11-23T12:51:07.7092683Z [cluster2] 2020-11-23T12:39:04.856Z INFO cmd Go Version: go1.15.2
  6232. 2020-11-23T12:51:07.7093831Z [cluster2] 2020-11-23T12:39:04.856Z INFO cmd Go OS/Arch: linux/amd64
  6233. 2020-11-23T12:51:07.7094879Z [cluster2] 2020-11-23T12:39:04.856Z INFO cmd Version of operator-sdk: v0.17.0
  6234. 2020-11-23T12:51:07.7096172Z [cluster2] 2020-11-23T12:39:04.856Z INFO cmd Submariner operator version: v0.7.0-58-g459eaa6
  6235. 2020-11-23T12:51:07.7097146Z [cluster2] 2020-11-23T12:39:04.857Z INFO leader Trying to become the leader.
  6236. 2020-11-23T12:51:07.7098503Z [cluster2] 2020-11-23T12:39:05.395Z DEBUG leader Found namespace {"Namespace": "submariner-operator"}
  6237. 2020-11-23T12:51:07.7100078Z [cluster2] 2020-11-23T12:39:05.395Z DEBUG leader Found podname {"Pod.Name": "submariner-operator-6675977db7-jsrh8"}
  6238. 2020-11-23T12:51:07.7101640Z [cluster2] 2020-11-23T12:39:05.542Z DEBUG leader Found Pod {"Pod.Namespace": "submariner-operator", "Pod.Name": "submariner-operator-6675977db7-jsrh8"}
  6239. 2020-11-23T12:51:07.7102963Z [cluster2] 2020-11-23T12:39:06.033Z INFO leader Found existing lock with my name. I was likely restarted.
  6240. 2020-11-23T12:51:07.7103803Z [cluster2] 2020-11-23T12:39:06.033Z INFO leader Continuing as the leader.
  6241. 2020-11-23T12:51:07.7104827Z [cluster2] 2020-11-23T12:39:06.541Z INFO controller-runtime.metrics metrics server is starting to listen {"addr": "0.0.0.0:8383"}
  6242. 2020-11-23T12:51:07.7105973Z [cluster2] 2020-11-23T12:39:06.542Z INFO cmd Registering Components.
  6243. 2020-11-23T12:51:07.7106787Z [cluster2] 2020-11-23T12:39:06.542Z INFO cmd Creating the engine CRDs
  6244. 2020-11-23T12:51:07.7107520Z [cluster2] 2020-11-23T12:39:07.186Z INFO cmd Creating the Lighthouse CRDs
  6245. 2020-11-23T12:51:07.7108437Z [cluster2] 2020-11-23T12:39:07.967Z DEBUG k8sutil Found namespace {"Namespace": "submariner-operator"}
  6246. 2020-11-23T12:51:07.7109550Z [cluster2] 2020-11-23T12:39:07.967Z DEBUG kubemetrics Starting collecting operator types
  6247. 2020-11-23T12:51:07.7110671Z [cluster2] 2020-11-23T12:39:07.967Z DEBUG kubemetrics Generating metric families {"apiVersion": "submariner.io/v1alpha1", "kind": "Submariner"}
  6248. 2020-11-23T12:51:07.7112016Z [cluster2] 2020-11-23T12:39:08.472Z DEBUG kubemetrics Generating metric families {"apiVersion": "submariner.io/v1alpha1", "kind": "ServiceDiscovery"}
  6249. 2020-11-23T12:51:07.7113328Z [cluster2] 2020-11-23T12:39:08.998Z DEBUG kubemetrics Starting serving custom resource metrics
  6250. 2020-11-23T12:51:07.7114365Z [cluster2] 2020-11-23T12:39:09.502Z DEBUG k8sutil Found namespace {"Namespace": "submariner-operator"}
  6251. 2020-11-23T12:51:07.7115616Z [cluster2] 2020-11-23T12:39:09.502Z DEBUG k8sutil Found podname {"Pod.Name": "submariner-operator-6675977db7-jsrh8"}
  6252. 2020-11-23T12:51:07.7117220Z [cluster2] 2020-11-23T12:39:09.505Z DEBUG k8sutil Found Pod {"Pod.Namespace": "submariner-operator", "Pod.Name": "submariner-operator-6675977db7-jsrh8"}
  6253. 2020-11-23T12:51:07.7119325Z [cluster2] 2020-11-23T12:39:09.585Z DEBUG metrics Pods owner found {"Kind": "Deployment", "Name": "submariner-operator", "Namespace": "submariner-operator"}
  6254. 2020-11-23T12:51:07.7121144Z [cluster2] 2020-11-23T12:39:09.608Z INFO metrics Metrics Service object created {"Service.Name": "submariner-operator-metrics", "Service.Namespace": "submariner-operator"}
  6255. 2020-11-23T12:51:07.7123185Z [cluster2] 2020-11-23T12:39:10.110Z INFO cmd Could not create ServiceMonitor object {"error": "no ServiceMonitor registered with the API"}
  6256. 2020-11-23T12:51:07.7124839Z [cluster2] 2020-11-23T12:39:10.110Z INFO cmd Install prometheus-operator in your cluster to create ServiceMonitor objects {"error": "no ServiceMonitor registered with the API"}
  6257. 2020-11-23T12:51:07.7126125Z [cluster2] 2020-11-23T12:39:10.110Z INFO cmd Starting the Cmd.
  6258. 2020-11-23T12:51:07.7127069Z [cluster2] 2020-11-23T12:39:10.111Z INFO controller-runtime.manager starting metrics server {"path": "/metrics"}
  6259. 2020-11-23T12:51:07.7128716Z [cluster2] 2020-11-23T12:39:10.111Z INFO controller-runtime.controller Starting EventSource {"controller": "submariner-controller", "source": "kind source: /, Kind="}
  6260. 2020-11-23T12:51:07.7130444Z [cluster2] 2020-11-23T12:39:10.111Z INFO controller-runtime.controller Starting EventSource {"controller": "servicediscovery-controller", "source": "kind source: /, Kind="}
  6261. 2020-11-23T12:51:07.7132082Z [cluster2] 2020-11-23T12:39:10.111Z INFO controller-runtime.controller Starting EventSource {"controller": "submariner", "source": "kind source: /, Kind="}
  6262. 2020-11-23T12:51:07.7133783Z [cluster2] 2020-11-23T12:39:10.111Z INFO controller-runtime.controller Starting EventSource {"controller": "servicediscovery", "source": "kind source: /, Kind="}
  6263. 2020-11-23T12:51:07.7135678Z [cluster2] 2020-11-23T12:39:10.212Z INFO controller-runtime.controller Starting EventSource {"controller": "submariner-controller", "source": "kind source: /, Kind="}
  6264. 2020-11-23T12:51:07.7137533Z [cluster2] 2020-11-23T12:39:10.212Z INFO controller-runtime.controller Starting EventSource {"controller": "submariner", "source": "kind source: /, Kind="}
  6265. 2020-11-23T12:51:07.7139393Z [cluster2] 2020-11-23T12:39:10.212Z INFO controller-runtime.controller Starting Controller {"controller": "servicediscovery"}
  6266. 2020-11-23T12:51:07.7152895Z [cluster2] 2020-11-23T12:39:10.212Z INFO controller-runtime.controller Starting EventSource {"controller": "servicediscovery-controller", "source": "kind source: /, Kind="}
  6267. 2020-11-23T12:51:07.7155783Z [cluster2] 2020-11-23T12:39:10.312Z INFO controller-runtime.controller Starting workers {"controller": "servicediscovery", "worker count": 1}
  6268. 2020-11-23T12:51:07.7161101Z [cluster2] 2020-11-23T12:39:10.313Z INFO controller-runtime.controller Starting Controller {"controller": "servicediscovery-controller"}
  6269. 2020-11-23T12:51:07.7163504Z [cluster2] 2020-11-23T12:39:10.313Z INFO controller-runtime.controller Starting workers {"controller": "servicediscovery-controller", "worker count": 1}
  6270. 2020-11-23T12:51:07.7187965Z [cluster2] 2020-11-23T12:39:10.313Z INFO controller-runtime.controller Starting EventSource {"controller": "submariner-controller", "source": "kind source: /, Kind="}
  6271. 2020-11-23T12:51:07.7190249Z [cluster2] 2020-11-23T12:39:10.313Z INFO controller-runtime.controller Starting Controller {"controller": "submariner"}
  6272. 2020-11-23T12:51:07.7204759Z [cluster2] 2020-11-23T12:39:10.514Z INFO controller-runtime.controller Starting workers {"controller": "submariner", "worker count": 1}
  6273. 2020-11-23T12:51:07.7206471Z [cluster2] 2020-11-23T12:39:10.515Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6274. 2020-11-23T12:51:07.7208082Z [cluster2] 2020-11-23T12:39:10.518Z INFO controller-runtime.controller Starting Controller {"controller": "submariner-controller"}
  6275. 2020-11-23T12:51:07.7209674Z [cluster2] 2020-11-23T12:39:10.518Z INFO controller-runtime.controller Starting workers {"controller": "submariner-controller", "worker count": 1}
  6276. 2020-11-23T12:51:07.7211315Z [cluster2] 2020-11-23T12:39:10.518Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6277. 2020-11-23T12:51:07.7212563Z [cluster2] 2020-11-23T12:39:10.681Z INFO controller_submariner Cluster network discovered
  6278. 2020-11-23T12:51:07.7213828Z [cluster2] 2020-11-23T12:39:10.681Z INFO controller_submariner Discovered K8s network details {"plugin": "weave-net", "clusterCIDRs": ["10.2.0.0/16"], "serviceCIDRs": ["100.2.0.0/16"]}
  6279. 2020-11-23T12:51:07.7215057Z [cluster2] 2020-11-23T12:39:10.681Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6280. 2020-11-23T12:51:07.7216356Z [cluster2] 2020-11-23T12:39:10.681Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6281. 2020-11-23T12:51:07.7217426Z [cluster2] 2020-11-23T12:39:10.685Z INFO controller_submariner Cluster network discovered
  6282. 2020-11-23T12:51:07.7218628Z [cluster2] 2020-11-23T12:39:10.685Z INFO controller_submariner Discovered K8s network details {"plugin": "weave-net", "clusterCIDRs": ["10.2.0.0/16"], "serviceCIDRs": ["100.2.0.0/16"]}
  6283. 2020-11-23T12:51:07.7219817Z [cluster2] 2020-11-23T12:39:10.685Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6284. 2020-11-23T12:51:07.7220840Z [cluster2] 2020-11-23T12:39:10.685Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6285. 2020-11-23T12:51:07.7222607Z [cluster2] 2020-11-23T12:39:10.714Z INFO controller_submariner Created a new DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6286. 2020-11-23T12:51:07.7226833Z [cluster2] 2020-11-23T12:39:10.822Z ERROR controller-runtime.controller Reconciler error {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator", "error": "error creating or updating DaemonSet submariner-operator/submariner-gateway: daemonsets.apps \"submariner-gateway\" already exists", "errorVerbose": "daemonsets.apps \"submariner-gateway\" already exists\nerror creating or updating DaemonSet submariner-operator/submariner-gateway"}
  6287. 2020-11-23T12:51:07.7229590Z [cluster2] github.com/go-logr/zapr.(*zapLogger).Error
  6288. 2020-11-23T12:51:07.7230710Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  6289. 2020-11-23T12:51:07.7231893Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  6290. 2020-11-23T12:51:07.7233589Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:248
  6291. 2020-11-23T12:51:07.7235273Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  6292. 2020-11-23T12:51:07.7236701Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  6293. 2020-11-23T12:51:07.7239152Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  6294. 2020-11-23T12:51:07.7246945Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  6295. 2020-11-23T12:51:07.7248354Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  6296. 2020-11-23T12:51:07.7250200Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  6297. 2020-11-23T12:51:07.7255205Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  6298. 2020-11-23T12:51:07.7265177Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  6299. 2020-11-23T12:51:07.7272692Z [cluster2] k8s.io/apimachinery/pkg/util/wait.Until
  6300. 2020-11-23T12:51:07.7281593Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  6301. 2020-11-23T12:51:07.7284423Z [cluster2] 2020-11-23T12:39:10.822Z INFO controller_submariner Created a new DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6302. 2020-11-23T12:51:07.7287617Z [cluster2] 2020-11-23T12:39:11.052Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6303. 2020-11-23T12:51:07.7290498Z [cluster2] 2020-11-23T12:39:11.053Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6304. 2020-11-23T12:51:07.7309037Z [cluster2] 2020-11-23T12:39:11.100Z INFO controller_submariner Created Service Discovery CR {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "Namespace": "submariner-operator", "Name": "service-discovery"}
  6305. 2020-11-23T12:51:07.7312452Z [cluster2] 2020-11-23T12:39:11.100Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  6306. 2020-11-23T12:51:07.7317730Z [cluster2] 2020-11-23T12:39:11.100Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6307. 2020-11-23T12:51:07.7320648Z [cluster2] 2020-11-23T12:39:11.217Z INFO controller_servicediscovery Created a new Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  6308. 2020-11-23T12:51:07.7326550Z [cluster2] 2020-11-23T12:39:11.217Z ERROR controller-runtime.controller Reconciler error {"controller": "servicediscovery", "name": "service-discovery", "namespace": "submariner-operator", "error": "error creating or updating Deployment submariner-operator/submariner-lighthouse-agent: Deployment.apps \"submariner-lighthouse-agent\" not found", "errorVerbose": "Deployment.apps \"submariner-lighthouse-agent\" not found\nerror creating or updating Deployment submariner-operator/submariner-lighthouse-agent"}
  6309. 2020-11-23T12:51:07.7330213Z [cluster2] github.com/go-logr/zapr.(*zapLogger).Error
  6310. 2020-11-23T12:51:07.7331566Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  6311. 2020-11-23T12:51:07.7333131Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  6312. 2020-11-23T12:51:07.7336266Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:248
  6313. 2020-11-23T12:51:07.7338434Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  6314. 2020-11-23T12:51:07.7341018Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  6315. 2020-11-23T12:51:07.7343151Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  6316. 2020-11-23T12:51:07.7346340Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  6317. 2020-11-23T12:51:07.7347851Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  6318. 2020-11-23T12:51:07.7349530Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  6319. 2020-11-23T12:51:07.7351245Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  6320. 2020-11-23T12:51:07.7353621Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  6321. 2020-11-23T12:51:07.7355147Z [cluster2] k8s.io/apimachinery/pkg/util/wait.Until
  6322. 2020-11-23T12:51:07.7357126Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  6323. 2020-11-23T12:51:07.7371184Z [cluster2] 2020-11-23T12:39:11.329Z ERROR controller-runtime.controller Reconciler error {"controller": "servicediscovery-controller", "name": "service-discovery", "namespace": "submariner-operator", "error": "error creating or updating Deployment submariner-operator/submariner-lighthouse-agent: deployments.apps \"submariner-lighthouse-agent\" already exists", "errorVerbose": "deployments.apps \"submariner-lighthouse-agent\" already exists\nerror creating or updating Deployment submariner-operator/submariner-lighthouse-agent"}
  6324. 2020-11-23T12:51:07.7376655Z [cluster2] github.com/go-logr/zapr.(*zapLogger).Error
  6325. 2020-11-23T12:51:07.7378077Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  6326. 2020-11-23T12:51:07.7380282Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  6327. 2020-11-23T12:51:07.7382049Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:248
  6328. 2020-11-23T12:51:07.7383614Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  6329. 2020-11-23T12:51:07.7385775Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  6330. 2020-11-23T12:51:07.7387222Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  6331. 2020-11-23T12:51:07.7388731Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  6332. 2020-11-23T12:51:07.7390267Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  6333. 2020-11-23T12:51:07.7391527Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  6334. 2020-11-23T12:51:07.7392442Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  6335. 2020-11-23T12:51:07.7393902Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  6336. 2020-11-23T12:51:07.7395478Z [cluster2] k8s.io/apimachinery/pkg/util/wait.Until
  6337. 2020-11-23T12:51:07.7396840Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  6338. 2020-11-23T12:51:07.7399338Z [cluster2] 2020-11-23T12:39:11.829Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6339. 2020-11-23T12:51:07.7401207Z [cluster2] 2020-11-23T12:39:12.004Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6340. 2020-11-23T12:51:07.7402500Z [cluster2] 2020-11-23T12:39:12.007Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6341. 2020-11-23T12:51:07.7404150Z [cluster2] 2020-11-23T12:39:12.226Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6342. 2020-11-23T12:51:07.7406162Z [cluster2] 2020-11-23T12:39:12.334Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6343. 2020-11-23T12:51:07.7408672Z [cluster2] 2020-11-23T12:39:12.349Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6344. 2020-11-23T12:51:07.7411726Z [cluster2] 2020-11-23T12:39:12.868Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  6345. 2020-11-23T12:51:07.7414511Z [cluster2] 2020-11-23T12:39:12.925Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6346. 2020-11-23T12:51:07.7418086Z [cluster2] 2020-11-23T12:39:12.951Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  6347. 2020-11-23T12:51:07.7420285Z [cluster2] 2020-11-23T12:39:13.016Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6348. 2020-11-23T12:51:07.7421379Z [cluster2] 2020-11-23T12:39:13.016Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6349. 2020-11-23T12:51:07.7424005Z [cluster2] 2020-11-23T12:39:13.260Z INFO controller_servicediscovery Created a new ConfigMap {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "ConfigMap.Namespace": "submariner-operator", "ConfigMap.Name": "submariner-lighthouse-coredns"}
  6350. 2020-11-23T12:51:07.7426405Z [cluster2] 2020-11-23T12:39:13.269Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  6351. 2020-11-23T12:51:07.7428663Z [cluster2] 2020-11-23T12:39:13.463Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6352. 2020-11-23T12:51:07.7432418Z [cluster2] 2020-11-23T12:39:13.560Z ERROR controller_servicediscovery Error creating the lighthouseCoreDNS configMap {"error": "error creating or updating ConfigMap submariner-operator/submariner-lighthouse-coredns: configmaps \"submariner-lighthouse-coredns\" already exists", "errorVerbose": "configmaps \"submariner-lighthouse-coredns\" already exists\nerror creating or updating ConfigMap submariner-operator/submariner-lighthouse-coredns"}
  6353. 2020-11-23T12:51:07.7435132Z [cluster2] github.com/go-logr/zapr.(*zapLogger).Error
  6354. 2020-11-23T12:51:07.7436169Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  6355. 2020-11-23T12:51:07.7437673Z [cluster2] github.com/submariner-io/submariner-operator/controllers/servicediscovery.(*ServiceDiscoveryReconciler).Reconcile
  6356. 2020-11-23T12:51:07.7440083Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/controllers/servicediscovery/servicediscovery_controller.go:121
  6357. 2020-11-23T12:51:07.7441633Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  6358. 2020-11-23T12:51:07.7443852Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:246
  6359. 2020-11-23T12:51:07.7445982Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  6360. 2020-11-23T12:51:07.7448358Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  6361. 2020-11-23T12:51:07.7450225Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  6362. 2020-11-23T12:51:07.7452706Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  6363. 2020-11-23T12:51:07.7454165Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  6364. 2020-11-23T12:51:07.7455553Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  6365. 2020-11-23T12:51:07.7456611Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  6366. 2020-11-23T12:51:07.7460673Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  6367. 2020-11-23T12:51:07.7461920Z [cluster2] k8s.io/apimachinery/pkg/util/wait.Until
  6368. 2020-11-23T12:51:07.7463607Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  6369. 2020-11-23T12:51:07.7468403Z [cluster2] 2020-11-23T12:39:13.560Z ERROR controller-runtime.controller Reconciler error {"controller": "servicediscovery-controller", "name": "service-discovery", "namespace": "submariner-operator", "error": "error creating or updating ConfigMap submariner-operator/submariner-lighthouse-coredns: configmaps \"submariner-lighthouse-coredns\" already exists", "errorVerbose": "configmaps \"submariner-lighthouse-coredns\" already exists\nerror creating or updating ConfigMap submariner-operator/submariner-lighthouse-coredns"}
  6370. 2020-11-23T12:51:07.7473536Z [cluster2] github.com/go-logr/zapr.(*zapLogger).Error
  6371. 2020-11-23T12:51:07.7474768Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  6372. 2020-11-23T12:51:07.7476714Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  6373. 2020-11-23T12:51:07.7478676Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:248
  6374. 2020-11-23T12:51:07.7480384Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  6375. 2020-11-23T12:51:07.7481936Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  6376. 2020-11-23T12:51:07.7483518Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  6377. 2020-11-23T12:51:07.7485881Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  6378. 2020-11-23T12:51:07.7487275Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  6379. 2020-11-23T12:51:07.7488497Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  6380. 2020-11-23T12:51:07.7489609Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  6381. 2020-11-23T12:51:07.7490729Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  6382. 2020-11-23T12:51:07.7491613Z [cluster2] k8s.io/apimachinery/pkg/util/wait.Until
  6383. 2020-11-23T12:51:07.7494747Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  6384. 2020-11-23T12:51:07.7496758Z [cluster2] 2020-11-23T12:39:13.561Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6385. 2020-11-23T12:51:07.7499429Z [cluster2] 2020-11-23T12:39:13.601Z INFO controller_servicediscovery Created a new Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-coredns"}
  6386. 2020-11-23T12:51:07.7508816Z [cluster2] 2020-11-23T12:39:13.699Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6387. 2020-11-23T12:51:07.7510074Z [cluster2] 2020-11-23T12:39:13.699Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6388. 2020-11-23T12:51:07.7513297Z [cluster2] 2020-11-23T12:39:13.819Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6389. 2020-11-23T12:51:07.7516079Z [cluster2] 2020-11-23T12:39:13.820Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6390. 2020-11-23T12:51:07.7519319Z [cluster2] 2020-11-23T12:39:14.074Z ERROR controller_submariner failed to update the Submariner status {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "error": "Operation cannot be fulfilled on submariners.submariner.io \"submariner\": the object has been modified; please apply your changes to the latest version and try again"}
  6391. 2020-11-23T12:51:07.7521111Z [cluster2] github.com/go-logr/zapr.(*zapLogger).Error
  6392. 2020-11-23T12:51:07.7522156Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  6393. 2020-11-23T12:51:07.7523676Z [cluster2] github.com/submariner-io/submariner-operator/controllers/submariner.(*SubmarinerReconciler).Reconcile
  6394. 2020-11-23T12:51:07.7525169Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/controllers/submariner/submariner_controller.go:197
  6395. 2020-11-23T12:51:07.7526480Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  6396. 2020-11-23T12:51:07.7528092Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:246
  6397. 2020-11-23T12:51:07.7529585Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  6398. 2020-11-23T12:51:07.7531093Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  6399. 2020-11-23T12:51:07.7532449Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  6400. 2020-11-23T12:51:07.7534073Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  6401. 2020-11-23T12:51:07.7535265Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  6402. 2020-11-23T12:51:07.7536768Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  6403. 2020-11-23T12:51:07.7538246Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  6404. 2020-11-23T12:51:07.7539643Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  6405. 2020-11-23T12:51:07.7540724Z [cluster2] k8s.io/apimachinery/pkg/util/wait.Until
  6406. 2020-11-23T12:51:07.7542284Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  6407. 2020-11-23T12:51:07.7545714Z [cluster2] 2020-11-23T12:39:14.075Z ERROR controller-runtime.controller Reconciler error {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator", "error": "Operation cannot be fulfilled on submariners.submariner.io \"submariner\": the object has been modified; please apply your changes to the latest version and try again"}
  6408. 2020-11-23T12:51:07.7550308Z [cluster2] github.com/go-logr/zapr.(*zapLogger).Error
  6409. 2020-11-23T12:51:07.7552295Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  6410. 2020-11-23T12:51:07.7554762Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  6411. 2020-11-23T12:51:07.7556377Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:248
  6412. 2020-11-23T12:51:07.7558509Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  6413. 2020-11-23T12:51:07.7560815Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  6414. 2020-11-23T12:51:07.7562947Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  6415. 2020-11-23T12:51:07.7564974Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  6416. 2020-11-23T12:51:07.7566110Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  6417. 2020-11-23T12:51:07.7567297Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  6418. 2020-11-23T12:51:07.7568375Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  6419. 2020-11-23T12:51:07.7569885Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  6420. 2020-11-23T12:51:07.7571194Z [cluster2] k8s.io/apimachinery/pkg/util/wait.Until
  6421. 2020-11-23T12:51:07.7572612Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  6422. 2020-11-23T12:51:07.7575010Z [cluster2] 2020-11-23T12:39:14.130Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6423. 2020-11-23T12:51:07.7578676Z [cluster2] 2020-11-23T12:39:14.560Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6424. 2020-11-23T12:51:07.7581341Z [cluster2] 2020-11-23T12:39:15.018Z INFO controller_servicediscovery Created a new Service {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Service.Namespace": "submariner-operator", "Service.Name": "submariner-lighthouse-coredns"}
  6425. 2020-11-23T12:51:07.7585438Z [cluster2] 2020-11-23T12:39:15.018Z ERROR controller_servicediscovery Error creating the lighthouseCoreDNS service {"error": "error creating or updating Service submariner-operator/submariner-lighthouse-coredns: Service \"submariner-lighthouse-coredns\" not found", "errorVerbose": "Service \"submariner-lighthouse-coredns\" not found\nerror creating or updating Service submariner-operator/submariner-lighthouse-coredns"}
  6426. 2020-11-23T12:51:07.7588171Z [cluster2] github.com/go-logr/zapr.(*zapLogger).Error
  6427. 2020-11-23T12:51:07.7589253Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  6428. 2020-11-23T12:51:07.7590864Z [cluster2] github.com/submariner-io/submariner-operator/controllers/servicediscovery.(*ServiceDiscoveryReconciler).Reconcile
  6429. 2020-11-23T12:51:07.7592645Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/controllers/servicediscovery/servicediscovery_controller.go:139
  6430. 2020-11-23T12:51:07.7594153Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  6431. 2020-11-23T12:51:07.7595711Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:246
  6432. 2020-11-23T12:51:07.7597285Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  6433. 2020-11-23T12:51:07.7598880Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  6434. 2020-11-23T12:51:07.7600468Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  6435. 2020-11-23T12:51:07.7602760Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  6436. 2020-11-23T12:51:07.7603956Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  6437. 2020-11-23T12:51:07.7605219Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  6438. 2020-11-23T12:51:07.7606151Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  6439. 2020-11-23T12:51:07.7607421Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  6440. 2020-11-23T12:51:07.7608307Z [cluster2] k8s.io/apimachinery/pkg/util/wait.Until
  6441. 2020-11-23T12:51:07.7609386Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  6442. 2020-11-23T12:51:07.7613401Z [cluster2] 2020-11-23T12:39:15.018Z ERROR controller-runtime.controller Reconciler error {"controller": "servicediscovery", "name": "service-discovery", "namespace": "submariner-operator", "error": "error creating or updating Service submariner-operator/submariner-lighthouse-coredns: Service \"submariner-lighthouse-coredns\" not found", "errorVerbose": "Service \"submariner-lighthouse-coredns\" not found\nerror creating or updating Service submariner-operator/submariner-lighthouse-coredns"}
  6443. 2020-11-23T12:51:07.7616652Z [cluster2] github.com/go-logr/zapr.(*zapLogger).Error
  6444. 2020-11-23T12:51:07.7617734Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  6445. 2020-11-23T12:51:07.7619012Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  6446. 2020-11-23T12:51:07.7620542Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:248
  6447. 2020-11-23T12:51:07.7622211Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  6448. 2020-11-23T12:51:07.7623707Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  6449. 2020-11-23T12:51:07.7625070Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  6450. 2020-11-23T12:51:07.7626458Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  6451. 2020-11-23T12:51:07.7627580Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  6452. 2020-11-23T12:51:07.7628719Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  6453. 2020-11-23T12:51:07.7629600Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  6454. 2020-11-23T12:51:07.7630697Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  6455. 2020-11-23T12:51:07.7631534Z [cluster2] k8s.io/apimachinery/pkg/util/wait.Until
  6456. 2020-11-23T12:51:07.7632595Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  6457. 2020-11-23T12:51:07.7634351Z [cluster2] 2020-11-23T12:39:15.075Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6458. 2020-11-23T12:51:07.7636409Z [cluster2] 2020-11-23T12:39:15.666Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  6459. 2020-11-23T12:51:07.7638380Z [cluster2] 2020-11-23T12:39:15.760Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6460. 2020-11-23T12:51:07.7639511Z [cluster2] 2020-11-23T12:39:15.760Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6461. 2020-11-23T12:51:07.7641791Z [cluster2] 2020-11-23T12:39:16.019Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6462. 2020-11-23T12:51:07.7655787Z [cluster2] 2020-11-23T12:39:16.054Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6463. 2020-11-23T12:51:07.7659680Z [cluster2] 2020-11-23T12:39:16.214Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  6464. 2020-11-23T12:51:07.7671062Z [cluster2] 2020-11-23T12:39:16.526Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-coredns"}
  6465. 2020-11-23T12:51:07.7675159Z [cluster2] 2020-11-23T12:39:16.552Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6466. 2020-11-23T12:51:07.7677812Z [cluster2] 2020-11-23T12:39:16.730Z INFO controller_servicediscovery coredns configmap does not have lighthouse configuration hence creating {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6467. 2020-11-23T12:51:07.7680301Z [cluster2] 2020-11-23T12:39:16.730Z INFO controller_servicediscovery Updated coredns ConfigMap #lighthouse-start AUTO-GENERATED SECTION. DO NOT EDIT
  6468. 2020-11-23T12:51:07.7681246Z [cluster2] clusterset.local:53 {
  6469. 2020-11-23T12:51:07.7681729Z [cluster2] forward . 100.2.180.88
  6470. 2020-11-23T12:51:07.7682095Z [cluster2] }
  6471. 2020-11-23T12:51:07.7682658Z [cluster2] #lighthouse-end
  6472. 2020-11-23T12:51:07.7683087Z [cluster2] .:53 {
  6473. 2020-11-23T12:51:07.7683441Z [cluster2] errors
  6474. 2020-11-23T12:51:07.7683832Z [cluster2] health {
  6475. 2020-11-23T12:51:07.7684222Z [cluster2] lameduck 5s
  6476. 2020-11-23T12:51:07.7684589Z [cluster2] }
  6477. 2020-11-23T12:51:07.7684957Z [cluster2] ready
  6478. 2020-11-23T12:51:07.7685704Z [cluster2] kubernetes cluster2.local in-addr.arpa ip6.arpa {
  6479. 2020-11-23T12:51:07.7686316Z [cluster2] pods insecure
  6480. 2020-11-23T12:51:07.7687001Z [cluster2] fallthrough in-addr.arpa ip6.arpa
  6481. 2020-11-23T12:51:07.7687502Z [cluster2] ttl 30
  6482. 2020-11-23T12:51:07.7687844Z [cluster2] }
  6483. 2020-11-23T12:51:07.7688235Z [cluster2] prometheus :9153
  6484. 2020-11-23T12:51:07.7688730Z [cluster2] forward . /etc/resolv.conf
  6485. 2020-11-23T12:51:07.7689519Z [cluster2] cache 30
  6486. 2020-11-23T12:51:07.7689894Z [cluster2] loop
  6487. 2020-11-23T12:51:07.7690253Z [cluster2] reload
  6488. 2020-11-23T12:51:07.7690818Z [cluster2] loadbalance
  6489. 2020-11-23T12:51:07.7691183Z [cluster2] }
  6490. 2020-11-23T12:51:07.7691497Z [cluster2]
  6491. 2020-11-23T12:51:07.7693102Z [cluster2] 2020-11-23T12:39:16.871Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6492. 2020-11-23T12:51:07.7698037Z [cluster2] 2020-11-23T12:39:16.910Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  6493. 2020-11-23T12:51:07.7701190Z [cluster2] 2020-11-23T12:39:17.113Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-coredns"}
  6494. 2020-11-23T12:51:07.7703859Z [cluster2] 2020-11-23T12:39:19.153Z INFO controller_servicediscovery coredns configmap has lighthouse configuration hence updating {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6495. 2020-11-23T12:51:07.7705701Z [cluster2] 2020-11-23T12:39:19.153Z INFO controller_servicediscovery Updated coredns ConfigMap #lighthouse-start AUTO-GENERATED SECTION. DO NOT EDIT
  6496. 2020-11-23T12:51:07.7708351Z [cluster2] clusterset.local:53 {
  6497. 2020-11-23T12:51:07.7718367Z [cluster2] forward . 100.2.180.88
  6498. 2020-11-23T12:51:07.7718801Z [cluster2] }
  6499. 2020-11-23T12:51:07.7719595Z [cluster2] #lighthouse-end
  6500. 2020-11-23T12:51:07.7720390Z [cluster2] .:53 {
  6501. 2020-11-23T12:51:07.7720772Z [cluster2] errors
  6502. 2020-11-23T12:51:07.7721319Z [cluster2] health {
  6503. 2020-11-23T12:51:07.7721935Z [cluster2] lameduck 5s
  6504. 2020-11-23T12:51:07.7722303Z [cluster2] }
  6505. 2020-11-23T12:51:07.7722643Z [cluster2] ready
  6506. 2020-11-23T12:51:07.7723442Z [cluster2] kubernetes cluster2.local in-addr.arpa ip6.arpa {
  6507. 2020-11-23T12:51:07.7724043Z [cluster2] pods insecure
  6508. 2020-11-23T12:51:07.7724746Z [cluster2] fallthrough in-addr.arpa ip6.arpa
  6509. 2020-11-23T12:51:07.7725234Z [cluster2] ttl 30
  6510. 2020-11-23T12:51:07.7725592Z [cluster2] }
  6511. 2020-11-23T12:51:07.7725978Z [cluster2] prometheus :9153
  6512. 2020-11-23T12:51:07.7726452Z [cluster2] forward . /etc/resolv.conf
  6513. 2020-11-23T12:51:07.7726914Z [cluster2] cache 30
  6514. 2020-11-23T12:51:07.7727274Z [cluster2] loop
  6515. 2020-11-23T12:51:07.7727647Z [cluster2] reload
  6516. 2020-11-23T12:51:07.7728042Z [cluster2] loadbalance
  6517. 2020-11-23T12:51:07.7728432Z [cluster2] }
  6518. 2020-11-23T12:51:07.7728758Z [cluster2]
  6519. 2020-11-23T12:51:07.7729082Z [cluster2]
  6520. 2020-11-23T12:51:07.7730706Z [cluster2] 2020-11-23T12:39:19.154Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "servicediscovery-controller", "name": "service-discovery", "namespace": "submariner-operator"}
  6521. 2020-11-23T12:51:07.7733109Z [cluster2] 2020-11-23T12:39:19.154Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6522. 2020-11-23T12:51:07.7735960Z [cluster2] 2020-11-23T12:39:19.234Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  6523. 2020-11-23T12:51:07.7739336Z [cluster2] 2020-11-23T12:39:19.511Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "servicediscovery", "name": "service-discovery", "namespace": "submariner-operator"}
  6524. 2020-11-23T12:51:07.7742095Z [cluster2] 2020-11-23T12:39:20.088Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-coredns"}
  6525. 2020-11-23T12:51:07.7745143Z [cluster2] 2020-11-23T12:39:20.219Z INFO controller_servicediscovery coredns configmap has lighthouse configuration hence updating {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6526. 2020-11-23T12:51:07.7747559Z [cluster2] 2020-11-23T12:39:20.219Z INFO controller_servicediscovery Updated coredns ConfigMap #lighthouse-start AUTO-GENERATED SECTION. DO NOT EDIT
  6527. 2020-11-23T12:51:07.7748873Z [cluster2] clusterset.local:53 {
  6528. 2020-11-23T12:51:07.7749683Z [cluster2] forward . 100.2.180.88
  6529. 2020-11-23T12:51:07.7750069Z [cluster2] }
  6530. 2020-11-23T12:51:07.7750624Z [cluster2] #lighthouse-end
  6531. 2020-11-23T12:51:07.7751218Z [cluster2] .:53 {
  6532. 2020-11-23T12:51:07.7751750Z [cluster2] errors
  6533. 2020-11-23T12:51:07.7752459Z [cluster2] health {
  6534. 2020-11-23T12:51:07.7752865Z [cluster2] lameduck 5s
  6535. 2020-11-23T12:51:07.7753240Z [cluster2] }
  6536. 2020-11-23T12:51:07.7753777Z [cluster2] ready
  6537. 2020-11-23T12:51:07.7754782Z [cluster2] kubernetes cluster2.local in-addr.arpa ip6.arpa {
  6538. 2020-11-23T12:51:07.7755574Z [cluster2] pods insecure
  6539. 2020-11-23T12:51:07.7756676Z [cluster2] fallthrough in-addr.arpa ip6.arpa
  6540. 2020-11-23T12:51:07.7757219Z [cluster2] ttl 30
  6541. 2020-11-23T12:51:07.7757961Z [cluster2] }
  6542. 2020-11-23T12:51:07.7758557Z [cluster2] prometheus :9153
  6543. 2020-11-23T12:51:07.7759262Z [cluster2] forward . /etc/resolv.conf
  6544. 2020-11-23T12:51:07.7759748Z [cluster2] cache 30
  6545. 2020-11-23T12:51:07.7760338Z [cluster2] loop
  6546. 2020-11-23T12:51:07.7760775Z [cluster2] reload
  6547. 2020-11-23T12:51:07.7761214Z [cluster2] loadbalance
  6548. 2020-11-23T12:51:07.7761652Z [cluster2] }
  6549. 2020-11-23T12:51:07.7762013Z [cluster2]
  6550. 2020-11-23T12:51:07.7762371Z [cluster2]
  6551. 2020-11-23T12:51:07.7762744Z [cluster2]
  6552. 2020-11-23T12:51:07.7765834Z [cluster2] 2020-11-23T12:39:20.551Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "servicediscovery-controller", "name": "service-discovery", "namespace": "submariner-operator"}
  6553. 2020-11-23T12:51:07.7768332Z [cluster2] 2020-11-23T12:39:44.013Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6554. 2020-11-23T12:51:07.7770274Z [cluster2] 2020-11-23T12:39:44.053Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6555. 2020-11-23T12:51:07.7771455Z [cluster2] 2020-11-23T12:39:44.053Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6556. 2020-11-23T12:51:07.7773486Z [cluster2] 2020-11-23T12:39:44.159Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6557. 2020-11-23T12:51:07.7776583Z [cluster2] 2020-11-23T12:39:44.247Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6558. 2020-11-23T12:51:07.7779210Z [cluster2] 2020-11-23T12:39:44.606Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6559. 2020-11-23T12:51:07.7781388Z [cluster2] 2020-11-23T12:39:44.617Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6560. 2020-11-23T12:51:07.7783127Z [cluster2] 2020-11-23T12:39:44.621Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6561. 2020-11-23T12:51:07.7784536Z [cluster2] 2020-11-23T12:39:44.873Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6562. 2020-11-23T12:51:07.7785654Z [cluster2] 2020-11-23T12:39:44.873Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6563. 2020-11-23T12:51:07.7786769Z [cluster2] 2020-11-23T12:39:44.874Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6564. 2020-11-23T12:51:07.7787885Z [cluster2] 2020-11-23T12:39:44.874Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6565. 2020-11-23T12:51:07.7790376Z [cluster2] 2020-11-23T12:39:44.920Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6566. 2020-11-23T12:51:07.7793200Z [cluster2] 2020-11-23T12:39:45.296Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6567. 2020-11-23T12:51:07.7795921Z [cluster2] 2020-11-23T12:39:45.361Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6568. 2020-11-23T12:51:07.7799039Z [cluster2] 2020-11-23T12:39:45.533Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6569. 2020-11-23T12:51:07.7803492Z [cluster2] 2020-11-23T12:39:45.536Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  6570. 2020-11-23T12:51:07.7805740Z [cluster2] 2020-11-23T12:39:45.536Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6571. 2020-11-23T12:51:07.7807817Z [cluster2] 2020-11-23T12:39:45.537Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6572. 2020-11-23T12:51:07.7810595Z [cluster2] 2020-11-23T12:39:45.655Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  6573. 2020-11-23T12:51:07.7814155Z [cluster2] 2020-11-23T12:39:45.656Z ERROR controller_submariner failed to update the Submariner status {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "error": "Operation cannot be fulfilled on submariners.submariner.io \"submariner\": the object has been modified; please apply your changes to the latest version and try again"}
  6574. 2020-11-23T12:51:07.7816526Z [cluster2] github.com/go-logr/zapr.(*zapLogger).Error
  6575. 2020-11-23T12:51:07.7817602Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  6576. 2020-11-23T12:51:07.7819026Z [cluster2] github.com/submariner-io/submariner-operator/controllers/submariner.(*SubmarinerReconciler).Reconcile
  6577. 2020-11-23T12:51:07.7820672Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/controllers/submariner/submariner_controller.go:197
  6578. 2020-11-23T12:51:07.7821999Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  6579. 2020-11-23T12:51:07.7823674Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:246
  6580. 2020-11-23T12:51:07.7825318Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  6581. 2020-11-23T12:51:07.7826816Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  6582. 2020-11-23T12:51:07.7828385Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  6583. 2020-11-23T12:51:07.7829824Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  6584. 2020-11-23T12:51:07.7831132Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  6585. 2020-11-23T12:51:07.7832275Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  6586. 2020-11-23T12:51:07.7833160Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  6587. 2020-11-23T12:51:07.7834261Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  6588. 2020-11-23T12:51:07.7835650Z [cluster2] k8s.io/apimachinery/pkg/util/wait.Until
  6589. 2020-11-23T12:51:07.7836879Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  6590. 2020-11-23T12:51:07.7839564Z [cluster2] 2020-11-23T12:39:45.656Z ERROR controller-runtime.controller Reconciler error {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator", "error": "Operation cannot be fulfilled on submariners.submariner.io \"submariner\": the object has been modified; please apply your changes to the latest version and try again"}
  6591. 2020-11-23T12:51:07.7841897Z [cluster2] github.com/go-logr/zapr.(*zapLogger).Error
  6592. 2020-11-23T12:51:07.7842895Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  6593. 2020-11-23T12:51:07.7844305Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  6594. 2020-11-23T12:51:07.7847074Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:248
  6595. 2020-11-23T12:51:07.7852082Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  6596. 2020-11-23T12:51:07.7853715Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  6597. 2020-11-23T12:51:07.7855323Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  6598. 2020-11-23T12:51:07.7856923Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  6599. 2020-11-23T12:51:07.7858021Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  6600. 2020-11-23T12:51:07.7866128Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  6601. 2020-11-23T12:51:07.7867751Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  6602. 2020-11-23T12:51:07.7869850Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  6603. 2020-11-23T12:51:07.7871080Z [cluster2] k8s.io/apimachinery/pkg/util/wait.Until
  6604. 2020-11-23T12:51:07.7872968Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  6605. 2020-11-23T12:51:07.7874385Z [cluster2] 2020-11-23T12:39:45.656Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6606. 2020-11-23T12:51:07.7896904Z [cluster2] 2020-11-23T12:39:45.656Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6607. 2020-11-23T12:51:08.3910695Z [cluster2] 2020-11-23T12:39:45.702Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-coredns"}
  6608. 2020-11-23T12:51:08.3913528Z [cluster2] 2020-11-23T12:39:45.740Z INFO controller_servicediscovery coredns configmap has lighthouse configuration hence updating {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6609. 2020-11-23T12:51:08.3915596Z [cluster2] 2020-11-23T12:39:45.740Z INFO controller_servicediscovery Updated coredns ConfigMap #lighthouse-start AUTO-GENERATED SECTION. DO NOT EDIT
  6610. 2020-11-23T12:51:08.3917319Z [cluster2] clusterset.local:53 {
  6611. 2020-11-23T12:51:08.3917874Z [cluster2] forward . 100.2.180.88
  6612. 2020-11-23T12:51:08.3918503Z [cluster2] }
  6613. 2020-11-23T12:51:08.3919163Z [cluster2] #lighthouse-end
  6614. 2020-11-23T12:51:08.3919702Z [cluster2] .:53 {
  6615. 2020-11-23T12:51:08.3920488Z [cluster2] errors
  6616. 2020-11-23T12:51:08.3921043Z [cluster2] health {
  6617. 2020-11-23T12:51:08.3921570Z [cluster2] lameduck 5s
  6618. 2020-11-23T12:51:08.3921928Z [cluster2] }
  6619. 2020-11-23T12:51:08.3922248Z [cluster2] ready
  6620. 2020-11-23T12:51:08.3923144Z [cluster2] kubernetes cluster2.local in-addr.arpa ip6.arpa {
  6621. 2020-11-23T12:51:08.3923745Z [cluster2] pods insecure
  6622. 2020-11-23T12:51:08.3924384Z [cluster2] fallthrough in-addr.arpa ip6.arpa
  6623. 2020-11-23T12:51:08.3925118Z [cluster2] ttl 30
  6624. 2020-11-23T12:51:08.3925448Z [cluster2] }
  6625. 2020-11-23T12:51:08.3925795Z [cluster2] prometheus :9153
  6626. 2020-11-23T12:51:08.3926261Z [cluster2] forward . /etc/resolv.conf
  6627. 2020-11-23T12:51:08.3926938Z [cluster2] cache 30
  6628. 2020-11-23T12:51:08.3927332Z [cluster2] loop
  6629. 2020-11-23T12:51:08.3927684Z [cluster2] reload
  6630. 2020-11-23T12:51:08.3928044Z [cluster2] loadbalance
  6631. 2020-11-23T12:51:08.3928397Z [cluster2] }
  6632. 2020-11-23T12:51:08.3928688Z [cluster2]
  6633. 2020-11-23T12:51:08.3928983Z [cluster2]
  6634. 2020-11-23T12:51:08.3929462Z [cluster2]
  6635. 2020-11-23T12:51:08.3929746Z [cluster2]
  6636. 2020-11-23T12:51:08.3931316Z [cluster2] 2020-11-23T12:39:45.740Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6637. 2020-11-23T12:51:08.3934572Z [cluster2] 2020-11-23T12:39:45.843Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6638. 2020-11-23T12:51:08.3937335Z [cluster2] 2020-11-23T12:39:45.844Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "servicediscovery-controller", "name": "service-discovery", "namespace": "submariner-operator"}
  6639. 2020-11-23T12:51:08.3940367Z [cluster2] 2020-11-23T12:39:45.944Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  6640. 2020-11-23T12:51:08.3942763Z [cluster2] 2020-11-23T12:39:46.656Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6641. 2020-11-23T12:51:08.3944648Z [cluster2] 2020-11-23T12:39:46.791Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6642. 2020-11-23T12:51:08.3945797Z [cluster2] 2020-11-23T12:39:46.791Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6643. 2020-11-23T12:51:08.3947528Z [cluster2] 2020-11-23T12:39:46.875Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6644. 2020-11-23T12:51:08.3949936Z [cluster2] 2020-11-23T12:39:46.915Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6645. 2020-11-23T12:51:08.3952703Z [cluster2] 2020-11-23T12:39:46.977Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6646. 2020-11-23T12:51:08.3955183Z [cluster2] 2020-11-23T12:39:49.275Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6647. 2020-11-23T12:51:08.3957155Z [cluster2] 2020-11-23T12:39:49.294Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6648. 2020-11-23T12:51:08.3959483Z [cluster2] 2020-11-23T12:39:49.294Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6649. 2020-11-23T12:51:08.3962081Z [cluster2] 2020-11-23T12:39:49.308Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6650. 2020-11-23T12:51:08.3966473Z [cluster2] 2020-11-23T12:39:49.316Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6651. 2020-11-23T12:51:08.3969667Z [cluster2] 2020-11-23T12:39:49.340Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6652. 2020-11-23T12:51:08.3971916Z [cluster2] 2020-11-23T12:39:49.343Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6653. 2020-11-23T12:51:08.3974511Z [cluster2] 2020-11-23T12:39:49.343Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6654. 2020-11-23T12:51:08.4003383Z [cluster2] 2020-11-23T12:39:49.361Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6655. 2020-11-23T12:51:08.4004473Z [cluster2] 2020-11-23T12:39:49.361Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6656. 2020-11-23T12:51:08.4005744Z [cluster2] 2020-11-23T12:39:49.372Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6657. 2020-11-23T12:51:08.4006868Z [cluster2] 2020-11-23T12:39:49.372Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6658. 2020-11-23T12:51:08.4008717Z [cluster2] 2020-11-23T12:39:49.382Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6659. 2020-11-23T12:51:08.4012157Z [cluster2] 2020-11-23T12:39:49.383Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6660. 2020-11-23T12:51:08.4014843Z [cluster2] 2020-11-23T12:39:49.391Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6661. 2020-11-23T12:51:08.4017874Z [cluster2] 2020-11-23T12:39:49.439Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6662. 2020-11-23T12:51:08.4020131Z [cluster2] 2020-11-23T12:39:49.461Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6663. 2020-11-23T12:51:08.4022083Z [cluster2] 2020-11-23T12:39:49.504Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  6664. 2020-11-23T12:51:08.4023785Z [cluster2] 2020-11-23T12:39:49.510Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6665. 2020-11-23T12:51:08.4025304Z [cluster2] 2020-11-23T12:39:49.520Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6666. 2020-11-23T12:51:08.4026499Z [cluster2] 2020-11-23T12:39:49.520Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6667. 2020-11-23T12:51:08.4029126Z [cluster2] 2020-11-23T12:39:49.536Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6668. 2020-11-23T12:51:08.4031643Z [cluster2] 2020-11-23T12:39:49.542Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6669. 2020-11-23T12:51:08.4033903Z [cluster2] 2020-11-23T12:39:49.590Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6670. 2020-11-23T12:51:08.4035694Z [cluster2] 2020-11-23T12:39:49.590Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6671. 2020-11-23T12:51:08.4037409Z [cluster2] 2020-11-23T12:39:49.591Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6672. 2020-11-23T12:51:08.4038785Z [cluster2] 2020-11-23T12:39:49.610Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6673. 2020-11-23T12:51:08.4039814Z [cluster2] 2020-11-23T12:39:49.610Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6674. 2020-11-23T12:51:08.4040794Z [cluster2] 2020-11-23T12:39:49.614Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6675. 2020-11-23T12:51:08.4041787Z [cluster2] 2020-11-23T12:39:49.614Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6676. 2020-11-23T12:51:08.4043672Z [cluster2] 2020-11-23T12:39:49.624Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6677. 2020-11-23T12:51:08.4046123Z [cluster2] 2020-11-23T12:39:49.628Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6678. 2020-11-23T12:51:08.4049199Z [cluster2] 2020-11-23T12:39:49.637Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6679. 2020-11-23T12:51:08.4052044Z [cluster2] 2020-11-23T12:39:49.650Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6680. 2020-11-23T12:51:08.4055795Z [cluster2] 2020-11-23T12:39:49.653Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6681. 2020-11-23T12:51:08.4076802Z [cluster2] 2020-11-23T12:39:49.666Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  6682. 2020-11-23T12:51:08.4079884Z [cluster2] 2020-11-23T12:39:54.295Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6683. 2020-11-23T12:51:08.4082713Z [cluster2] 2020-11-23T12:39:54.475Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6684. 2020-11-23T12:51:08.4083991Z [cluster2] 2020-11-23T12:39:54.475Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6685. 2020-11-23T12:51:08.4086058Z [cluster2] 2020-11-23T12:39:54.479Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6686. 2020-11-23T12:51:08.4089587Z [cluster2] 2020-11-23T12:39:54.484Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6687. 2020-11-23T12:51:08.4093007Z [cluster2] 2020-11-23T12:39:54.493Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6688. 2020-11-23T12:51:08.4095820Z [cluster2] 2020-11-23T12:39:54.495Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6689. 2020-11-23T12:51:08.4098028Z [cluster2] 2020-11-23T12:39:54.495Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6690. 2020-11-23T12:51:08.4099439Z [cluster2] 2020-11-23T12:39:54.806Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6691. 2020-11-23T12:51:08.4100582Z [cluster2] 2020-11-23T12:39:54.806Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6692. 2020-11-23T12:51:08.4101676Z [cluster2] 2020-11-23T12:39:54.809Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6693. 2020-11-23T12:51:08.4102764Z [cluster2] 2020-11-23T12:39:54.809Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6694. 2020-11-23T12:51:08.4104654Z [cluster2] 2020-11-23T12:39:54.819Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6695. 2020-11-23T12:51:08.4107453Z [cluster2] 2020-11-23T12:39:54.820Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6696. 2020-11-23T12:51:08.4110148Z [cluster2] 2020-11-23T12:39:54.827Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6697. 2020-11-23T12:51:08.4112987Z [cluster2] 2020-11-23T12:39:54.828Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6698. 2020-11-23T12:51:08.4116430Z [cluster2] 2020-11-23T12:39:54.854Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  6699. 2020-11-23T12:51:08.4119177Z [cluster2] 2020-11-23T12:39:54.856Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6700. 2020-11-23T12:51:08.4122852Z [cluster2] 2020-11-23T12:39:57.054Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6701. 2020-11-23T12:51:08.4125810Z [cluster2] 2020-11-23T12:39:57.081Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  6702. 2020-11-23T12:51:08.4129603Z [cluster2] 2020-11-23T12:39:57.107Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-coredns"}
  6703. 2020-11-23T12:51:08.4132252Z [cluster2] 2020-11-23T12:39:57.158Z INFO controller_servicediscovery coredns configmap has lighthouse configuration hence updating {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6704. 2020-11-23T12:51:08.4134096Z [cluster2] 2020-11-23T12:39:57.160Z INFO controller_servicediscovery Updated coredns ConfigMap #lighthouse-start AUTO-GENERATED SECTION. DO NOT EDIT
  6705. 2020-11-23T12:51:08.4135262Z [cluster2] clusterset.local:53 {
  6706. 2020-11-23T12:51:08.4135970Z [cluster2] forward . 100.2.180.88
  6707. 2020-11-23T12:51:08.4136331Z [cluster2] }
  6708. 2020-11-23T12:51:08.4137072Z [cluster2] #lighthouse-end
  6709. 2020-11-23T12:51:08.4138197Z [cluster2] .:53 {
  6710. 2020-11-23T12:51:08.4138591Z [cluster2] errors
  6711. 2020-11-23T12:51:08.4138991Z [cluster2] health {
  6712. 2020-11-23T12:51:08.4139423Z [cluster2] lameduck 5s
  6713. 2020-11-23T12:51:08.4139815Z [cluster2] }
  6714. 2020-11-23T12:51:08.4140197Z [cluster2] ready
  6715. 2020-11-23T12:51:08.4141165Z [cluster2] kubernetes cluster2.local in-addr.arpa ip6.arpa {
  6716. 2020-11-23T12:51:08.4142999Z [lighthouse]$ [cluster2] namespace=submariner-operator
  6717. 2020-11-23T12:51:08.4144477Z [lighthouse]$ [cluster2] kubectl get pods --selector=app=submariner-globalnet -n submariner-operator -o jsonpath={.items[*].metadata.name}
  6718. 2020-11-23T12:51:08.4146663Z [lighthouse]$ [cluster2] kubectl get pods --selector=app=submariner-globalnet -n submariner-operator -o jsonpath={.items[*].metadata.name}
  6719. 2020-11-23T12:51:08.4148606Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 get pods --selector=app=submariner-globalnet -n submariner-operator -o jsonpath={.items[*].metadata.name}
  6720. 2020-11-23T12:51:08.4151272Z [lighthouse]$ [cluster2] kubectl --context=cluster2 get pods --selector=app=submariner-globalnet -n submariner-operator -o jsonpath={.items[*].metadata.name}
  6721. 2020-11-23T12:51:08.4153613Z [lighthouse]$ [cluster2] kubectl get pods --selector=app=submariner-engine -n submariner-operator -o jsonpath={.items[*].metadata.name}
  6722. 2020-11-23T12:51:08.4156760Z [lighthouse]$ [cluster2] kubectl get pods --selector=app=submariner-engine -n submariner-operator -o jsonpath={.items[*].metadata.name}
  6723. 2020-11-23T12:51:08.4158943Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 get pods --selector=app=submariner-engine -n submariner-operator -o jsonpath={.items[*].metadata.name}
  6724. 2020-11-23T12:51:08.4161532Z [lighthouse]$ [cluster2] kubectl --context=cluster2 get pods --selector=app=submariner-engine -n submariner-operator -o jsonpath={.items[*].metadata.name}
  6725. 2020-11-23T12:51:08.4163491Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-gateway-j88f9
  6726. 2020-11-23T12:51:08.4165979Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-gateway-j88f9
  6727. 2020-11-23T12:51:08.4168140Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 -n submariner-operator logs submariner-gateway-j88f9
  6728. 2020-11-23T12:51:08.4170064Z [lighthouse]$ [cluster2] kubectl --context=cluster2 -n submariner-operator logs submariner-gateway-j88f9
  6729. 2020-11-23T12:51:08.4170924Z [cluster2] pods insecure
  6730. 2020-11-23T12:51:08.4171608Z [cluster2] fallthrough in-addr.arpa ip6.arpa
  6731. 2020-11-23T12:51:08.4172112Z [cluster2] ttl 30
  6732. 2020-11-23T12:51:08.4172467Z [cluster2] }
  6733. 2020-11-23T12:51:08.4172869Z [cluster2] prometheus :9153
  6734. 2020-11-23T12:51:08.4173346Z [cluster2] forward . /etc/resolv.conf
  6735. 2020-11-23T12:51:08.4173982Z [cluster2] cache 30
  6736. 2020-11-23T12:51:08.4174529Z [cluster2] loop
  6737. 2020-11-23T12:51:08.4174992Z [cluster2] reload
  6738. 2020-11-23T12:51:08.4175610Z [cluster2] loadbalance
  6739. 2020-11-23T12:51:08.4176040Z [cluster2] }
  6740. 2020-11-23T12:51:08.4176419Z [cluster2]
  6741. 2020-11-23T12:51:08.4176775Z [cluster2]
  6742. 2020-11-23T12:51:08.4177147Z [cluster2]
  6743. 2020-11-23T12:51:08.4177499Z [cluster2]
  6744. 2020-11-23T12:51:08.4177855Z [cluster2]
  6745. 2020-11-23T12:51:08.4180128Z [cluster2] 2020-11-23T12:39:57.166Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "servicediscovery-controller", "name": "service-discovery", "namespace": "submariner-operator"}
  6746. 2020-11-23T12:51:08.4182251Z [cluster2] 2020-11-23T12:39:59.508Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6747. 2020-11-23T12:51:08.4183684Z [cluster2] 2020-11-23T12:39:59.586Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6748. 2020-11-23T12:51:08.4184798Z [cluster2] 2020-11-23T12:39:59.586Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6749. 2020-11-23T12:51:08.4186769Z [cluster2] 2020-11-23T12:39:59.596Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6750. 2020-11-23T12:51:08.4190263Z [cluster2] 2020-11-23T12:39:59.612Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6751. 2020-11-23T12:51:08.4193612Z [cluster2] 2020-11-23T12:39:59.693Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6752. 2020-11-23T12:51:08.4195705Z [cluster2] 2020-11-23T12:39:59.694Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6753. 2020-11-23T12:51:08.4197994Z [cluster2] 2020-11-23T12:39:59.694Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6754. 2020-11-23T12:51:08.4199456Z [cluster2] 2020-11-23T12:39:59.724Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6755. 2020-11-23T12:51:08.4201677Z [cluster2] 2020-11-23T12:39:59.724Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6756. 2020-11-23T12:51:08.4204074Z [cluster2] 2020-11-23T12:39:59.740Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6757. 2020-11-23T12:51:08.4209912Z [cluster2] 2020-11-23T12:39:59.749Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6758. 2020-11-23T12:51:08.4211062Z [cluster2] 2020-11-23T12:39:59.749Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6759. 2020-11-23T12:51:08.4213028Z [cluster2] 2020-11-23T12:39:59.764Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6760. 2020-11-23T12:51:08.4216130Z [cluster2] 2020-11-23T12:39:59.775Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6761. 2020-11-23T12:51:08.4219245Z [cluster2] 2020-11-23T12:39:59.804Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6762. 2020-11-23T12:51:08.4221941Z [cluster2] 2020-11-23T12:39:59.836Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6763. 2020-11-23T12:51:08.4224624Z [cluster2] 2020-11-23T12:39:59.836Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6764. 2020-11-23T12:51:08.4229259Z [cluster2] 2020-11-23T12:39:59.857Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6765. 2020-11-23T12:51:08.4230524Z [cluster2] 2020-11-23T12:39:59.857Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6766. 2020-11-23T12:51:08.4233102Z [cluster2] 2020-11-23T12:39:59.873Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6767. 2020-11-23T12:51:08.4249211Z [cluster2] 2020-11-23T12:39:59.884Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6768. 2020-11-23T12:51:08.4253320Z [cluster2] 2020-11-23T12:39:59.896Z ERROR controller_submariner failed to update the Submariner status {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "error": "Operation cannot be fulfilled on submariners.submariner.io \"submariner\": the object has been modified; please apply your changes to the latest version and try again"}
  6769. 2020-11-23T12:51:08.4256650Z [cluster2] github.com/go-logr/zapr.(*zapLogger).Error
  6770. 2020-11-23T12:51:08.4258025Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  6771. 2020-11-23T12:51:08.4260419Z [cluster2] github.com/submariner-io/submariner-operator/controllers/submariner.(*SubmarinerReconciler).Reconcile
  6772. 2020-11-23T12:51:08.4262772Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/controllers/submariner/submariner_controller.go:197
  6773. 2020-11-23T12:51:08.4264687Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  6774. 2020-11-23T12:51:08.4266874Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:246
  6775. 2020-11-23T12:51:08.4326033Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  6776. 2020-11-23T12:51:08.4329367Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  6777. 2020-11-23T12:51:08.4331385Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  6778. 2020-11-23T12:51:08.4333583Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  6779. 2020-11-23T12:51:08.4334727Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  6780. 2020-11-23T12:51:08.4336216Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  6781. 2020-11-23T12:51:08.4337162Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  6782. 2020-11-23T12:51:08.4338330Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  6783. 2020-11-23T12:51:08.4339226Z [cluster2] k8s.io/apimachinery/pkg/util/wait.Until
  6784. 2020-11-23T12:51:08.4340309Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  6785. 2020-11-23T12:51:08.4342750Z [cluster2] 2020-11-23T12:39:59.896Z ERROR controller-runtime.controller Reconciler error {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator", "error": "Operation cannot be fulfilled on submariners.submariner.io \"submariner\": the object has been modified; please apply your changes to the latest version and try again"}
  6786. 2020-11-23T12:51:08.4344694Z [cluster2] github.com/go-logr/zapr.(*zapLogger).Error
  6787. 2020-11-23T12:51:08.4345882Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  6788. 2020-11-23T12:51:08.4347180Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
  6789. 2020-11-23T12:51:08.4348663Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:248
  6790. 2020-11-23T12:51:08.4350139Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  6791. 2020-11-23T12:51:08.4352047Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:222
  6792. 2020-11-23T12:51:08.4353510Z [cluster2] sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker
  6793. 2020-11-23T12:51:08.4355273Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:201
  6794. 2020-11-23T12:51:08.4356741Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  6795. 2020-11-23T12:51:08.4357975Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:152
  6796. 2020-11-23T12:51:08.4359251Z [cluster2] k8s.io/apimachinery/pkg/util/wait.JitterUntil
  6797. 2020-11-23T12:51:08.4360988Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:153
  6798. 2020-11-23T12:51:08.4361935Z [cluster2] k8s.io/apimachinery/pkg/util/wait.Until
  6799. 2020-11-23T12:51:08.4364213Z [cluster2] /go/src/github.com/submariner-io/submariner-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88
  6800. 2020-11-23T12:51:08.4366919Z [cluster2] 2020-11-23T12:39:59.899Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6801. 2020-11-23T12:51:08.4369230Z [cluster2] 2020-11-23T12:40:00.897Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6802. 2020-11-23T12:51:08.4370621Z [cluster2] 2020-11-23T12:40:00.910Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6803. 2020-11-23T12:51:08.4372514Z [cluster2] 2020-11-23T12:40:00.910Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6804. 2020-11-23T12:51:08.4376234Z [cluster2] 2020-11-23T12:40:00.917Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6805. 2020-11-23T12:51:08.4379879Z [cluster2] 2020-11-23T12:40:00.933Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6806. 2020-11-23T12:51:08.4394850Z [cluster2] 2020-11-23T12:40:00.944Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  6807. 2020-11-23T12:51:08.4397158Z [cluster2] 2020-11-23T12:40:04.607Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6808. 2020-11-23T12:51:08.4398661Z [cluster2] 2020-11-23T12:40:04.624Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6809. 2020-11-23T12:51:08.4399833Z [cluster2] 2020-11-23T12:40:04.624Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6810. 2020-11-23T12:51:08.4401860Z [cluster2] 2020-11-23T12:40:04.634Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6811. 2020-11-23T12:51:08.4404712Z [cluster2] 2020-11-23T12:40:04.647Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6812. 2020-11-23T12:51:08.4407272Z [cluster2] 2020-11-23T12:40:04.664Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6813. 2020-11-23T12:51:08.4409458Z [cluster2] 2020-11-23T12:40:09.700Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6814. 2020-11-23T12:51:08.4411363Z [cluster2] 2020-11-23T12:40:09.725Z INFO controller_servicediscovery Reconciling ServiceDiscovery {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6815. 2020-11-23T12:51:08.4412957Z [cluster2] 2020-11-23T12:40:09.730Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6816. 2020-11-23T12:51:08.4414070Z [cluster2] 2020-11-23T12:40:09.730Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6817. 2020-11-23T12:51:08.4416183Z [cluster2] 2020-11-23T12:40:09.743Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6818. 2020-11-23T12:51:08.4418958Z [cluster2] 2020-11-23T12:40:09.752Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6819. 2020-11-23T12:51:08.4421432Z [cluster2] 2020-11-23T12:40:09.768Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6820. 2020-11-23T12:51:08.4424203Z [cluster2] 2020-11-23T12:40:09.771Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-agent"}
  6821. 2020-11-23T12:51:08.4429131Z [cluster2] 2020-11-23T12:40:09.776Z INFO controller_servicediscovery Updated existing Deployment {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery", "Deployment.Namespace": "submariner-operator", "Deployment.Name": "submariner-lighthouse-coredns"}
  6822. 2020-11-23T12:51:08.4433479Z [cluster2] 2020-11-23T12:40:09.779Z INFO controller_servicediscovery coredns configmap has lighthouse configuration hence updating {"Request.Namespace": "submariner-operator", "Request.Name": "service-discovery"}
  6823. 2020-11-23T12:51:08.4436231Z [cluster2] 2020-11-23T12:40:09.779Z INFO controller_servicediscovery Updated coredns ConfigMap #lighthouse-start AUTO-GENERATED SECTION. DO NOT EDIT
  6824. 2020-11-23T12:51:08.4437154Z [cluster2] clusterset.local:53 {
  6825. 2020-11-23T12:51:08.4437788Z [cluster2] forward . 100.2.180.88
  6826. 2020-11-23T12:51:08.4438156Z [cluster2] }
  6827. 2020-11-23T12:51:08.4438743Z [cluster2] #lighthouse-end
  6828. 2020-11-23T12:51:08.4439180Z [cluster2] .:53 {
  6829. 2020-11-23T12:51:08.4439534Z [cluster2] errors
  6830. 2020-11-23T12:51:08.4439925Z [cluster2] health {
  6831. 2020-11-23T12:51:08.4440316Z [cluster2] lameduck 5s
  6832. 2020-11-23T12:51:08.4440706Z [cluster2] }
  6833. 2020-11-23T12:51:08.4441048Z [cluster2] ready
  6834. 2020-11-23T12:51:08.4441800Z [cluster2] kubernetes cluster2.local in-addr.arpa ip6.arpa {
  6835. 2020-11-23T12:51:08.4442414Z [cluster2] pods insecure
  6836. 2020-11-23T12:51:08.4443094Z [cluster2] fallthrough in-addr.arpa ip6.arpa
  6837. 2020-11-23T12:51:08.4443638Z [cluster2] ttl 30
  6838. 2020-11-23T12:51:08.4443989Z [cluster2] }
  6839. 2020-11-23T12:51:08.4444393Z [cluster2] prometheus :9153
  6840. 2020-11-23T12:51:08.4444868Z [cluster2] forward . /etc/resolv.conf
  6841. 2020-11-23T12:51:08.4445306Z [cluster2] cache 30
  6842. 2020-11-23T12:51:08.4445834Z [cluster2] loop
  6843. 2020-11-23T12:51:08.4446179Z [cluster2] reload
  6844. 2020-11-23T12:51:08.4446573Z [cluster2] loadbalance
  6845. 2020-11-23T12:51:08.4446937Z [cluster2] }
  6846. 2020-11-23T12:51:08.4447263Z [cluster2]
  6847. 2020-11-23T12:51:08.4447574Z [cluster2]
  6848. 2020-11-23T12:51:08.4447883Z [cluster2]
  6849. 2020-11-23T12:51:08.4448205Z [cluster2]
  6850. 2020-11-23T12:51:08.4448511Z [cluster2]
  6851. 2020-11-23T12:51:08.4448838Z [cluster2]
  6852. 2020-11-23T12:51:08.4450393Z [cluster2] 2020-11-23T12:40:09.786Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "servicediscovery-controller", "name": "service-discovery", "namespace": "submariner-operator"}
  6853. 2020-11-23T12:51:08.4452438Z [cluster2] 2020-11-23T12:40:14.730Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6854. 2020-11-23T12:51:08.4454319Z [cluster2] 2020-11-23T12:40:14.739Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6855. 2020-11-23T12:51:08.4455735Z [cluster2] 2020-11-23T12:40:14.739Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6856. 2020-11-23T12:51:08.4457712Z [cluster2] 2020-11-23T12:40:14.743Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6857. 2020-11-23T12:51:08.4461074Z [cluster2] 2020-11-23T12:40:14.746Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6858. 2020-11-23T12:51:08.4464736Z [cluster2] 2020-11-23T12:40:14.751Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6859. 2020-11-23T12:51:08.4467049Z [cluster2] 2020-11-23T12:40:19.750Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6860. 2020-11-23T12:51:08.4468586Z [cluster2] 2020-11-23T12:40:19.759Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6861. 2020-11-23T12:51:08.4473099Z [cluster2] 2020-11-23T12:40:19.759Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6862. 2020-11-23T12:51:08.4475612Z [cluster2] 2020-11-23T12:40:19.763Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6863. 2020-11-23T12:51:08.4478793Z [cluster2] 2020-11-23T12:40:19.768Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6864. 2020-11-23T12:51:08.4481439Z [cluster2] 2020-11-23T12:40:19.774Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6865. 2020-11-23T12:51:08.4483415Z [cluster2] 2020-11-23T12:40:24.765Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6866. 2020-11-23T12:51:08.4485920Z [cluster2] 2020-11-23T12:40:24.775Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6867. 2020-11-23T12:51:08.4499739Z [cluster2] 2020-11-23T12:40:24.775Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6868. 2020-11-23T12:51:08.4502949Z [cluster2] 2020-11-23T12:40:24.780Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6869. 2020-11-23T12:51:08.4505725Z [cluster2] 2020-11-23T12:40:24.785Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6870. 2020-11-23T12:51:08.4508653Z [cluster2] 2020-11-23T12:40:24.790Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6871. 2020-11-23T12:51:08.4510854Z [cluster2] 2020-11-23T12:40:29.782Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6872. 2020-11-23T12:51:08.4512438Z [cluster2] 2020-11-23T12:40:29.793Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6873. 2020-11-23T12:51:08.4513756Z [cluster2] 2020-11-23T12:40:29.793Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6874. 2020-11-23T12:51:08.4515951Z [cluster2] 2020-11-23T12:40:29.798Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6875. 2020-11-23T12:51:08.4519712Z [cluster2] 2020-11-23T12:40:29.802Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6876. 2020-11-23T12:51:08.4522294Z [cluster2] 2020-11-23T12:40:29.808Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6877. 2020-11-23T12:51:08.4524348Z [cluster2] 2020-11-23T12:40:34.821Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6878. 2020-11-23T12:51:08.4525808Z [cluster2] 2020-11-23T12:40:34.830Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6879. 2020-11-23T12:51:08.4526969Z [cluster2] 2020-11-23T12:40:34.830Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6880. 2020-11-23T12:51:08.4529203Z [cluster2] 2020-11-23T12:40:34.838Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6881. 2020-11-23T12:51:08.4532117Z [cluster2] 2020-11-23T12:40:34.841Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6882. 2020-11-23T12:51:08.4575852Z [cluster2] 2020-11-23T12:40:34.847Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6883. 2020-11-23T12:51:08.4579028Z [cluster2] 2020-11-23T12:40:39.843Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6884. 2020-11-23T12:51:08.4581122Z [cluster2] 2020-11-23T12:40:39.856Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6885. 2020-11-23T12:51:08.4583705Z [cluster2] 2020-11-23T12:40:39.857Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6886. 2020-11-23T12:51:08.4585977Z [cluster2] 2020-11-23T12:40:39.860Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6887. 2020-11-23T12:51:08.4589304Z [cluster2] 2020-11-23T12:40:39.868Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6888. 2020-11-23T12:51:08.4591889Z [cluster2] 2020-11-23T12:40:39.874Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6889. 2020-11-23T12:51:08.4593934Z [cluster2] 2020-11-23T12:40:44.872Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6890. 2020-11-23T12:51:08.4595415Z [cluster2] 2020-11-23T12:40:44.883Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6891. 2020-11-23T12:51:08.4596569Z [cluster2] 2020-11-23T12:40:44.883Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6892. 2020-11-23T12:51:08.4598600Z [cluster2] 2020-11-23T12:40:44.888Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6893. 2020-11-23T12:51:08.4601431Z [cluster2] 2020-11-23T12:40:44.891Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6894. 2020-11-23T12:51:08.4604005Z [cluster2] 2020-11-23T12:40:44.897Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6895. 2020-11-23T12:51:08.4606042Z [cluster2] 2020-11-23T12:40:49.886Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6896. 2020-11-23T12:51:08.4607629Z [cluster2] 2020-11-23T12:40:49.891Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6897. 2020-11-23T12:51:08.4608748Z [cluster2] 2020-11-23T12:40:49.891Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6898. 2020-11-23T12:51:08.4610723Z [cluster2] 2020-11-23T12:40:49.896Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6899. 2020-11-23T12:51:08.4613612Z [cluster2] 2020-11-23T12:40:49.899Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6900. 2020-11-23T12:51:08.4616422Z [cluster2] 2020-11-23T12:40:49.906Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6901. 2020-11-23T12:51:08.4618461Z [cluster2] 2020-11-23T12:40:54.902Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6902. 2020-11-23T12:51:08.4620068Z [cluster2] 2020-11-23T12:40:54.908Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6903. 2020-11-23T12:51:08.4621196Z [cluster2] 2020-11-23T12:40:54.908Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6904. 2020-11-23T12:51:08.4623155Z [cluster2] 2020-11-23T12:40:54.912Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6905. 2020-11-23T12:51:08.4625895Z [cluster2] 2020-11-23T12:40:54.915Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6906. 2020-11-23T12:51:08.4628486Z [cluster2] 2020-11-23T12:40:54.920Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6907. 2020-11-23T12:51:08.4630414Z [cluster2] 2020-11-23T12:40:59.923Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6908. 2020-11-23T12:51:08.4631776Z [cluster2] 2020-11-23T12:40:59.936Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6909. 2020-11-23T12:51:08.4632877Z [cluster2] 2020-11-23T12:40:59.936Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6910. 2020-11-23T12:51:08.4634765Z [cluster2] 2020-11-23T12:40:59.941Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6911. 2020-11-23T12:51:08.4637419Z [cluster2] 2020-11-23T12:40:59.944Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6912. 2020-11-23T12:51:08.4639551Z [cluster2] 2020-11-23T12:40:59.950Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6913. 2020-11-23T12:51:08.4641490Z [cluster2] 2020-11-23T12:40:59.953Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6914. 2020-11-23T12:51:08.4643534Z [cluster2] 2020-11-23T12:40:59.953Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6915. 2020-11-23T12:51:08.4644914Z [cluster2] 2020-11-23T12:40:59.961Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6916. 2020-11-23T12:51:08.4646011Z [cluster2] 2020-11-23T12:40:59.961Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6917. 2020-11-23T12:51:08.4647090Z [cluster2] 2020-11-23T12:40:59.966Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6918. 2020-11-23T12:51:08.4648176Z [cluster2] 2020-11-23T12:40:59.966Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6919. 2020-11-23T12:51:08.4650171Z [cluster2] 2020-11-23T12:40:59.968Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6920. 2020-11-23T12:51:08.4658064Z [cluster2] 2020-11-23T12:40:59.971Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6921. 2020-11-23T12:51:08.4661845Z [cluster2] 2020-11-23T12:40:59.973Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6922. 2020-11-23T12:51:08.4665471Z [cluster2] 2020-11-23T12:40:59.978Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6923. 2020-11-23T12:51:08.4668235Z [cluster2] 2020-11-23T12:40:59.980Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner", "name": "submariner", "namespace": "submariner-operator"}
  6924. 2020-11-23T12:51:08.4670514Z [cluster2] 2020-11-23T12:40:59.984Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6925. 2020-11-23T12:51:08.4672417Z [cluster2] 2020-11-23T12:41:04.955Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6926. 2020-11-23T12:51:08.4673832Z [cluster2] 2020-11-23T12:41:04.964Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6927. 2020-11-23T12:51:08.4675258Z [cluster2] 2020-11-23T12:41:04.964Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6928. 2020-11-23T12:51:08.4678041Z [cluster2] 2020-11-23T12:41:04.968Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6929. 2020-11-23T12:51:08.4681704Z [cluster2] 2020-11-23T12:41:04.983Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6930. 2020-11-23T12:51:08.4684180Z [cluster2] 2020-11-23T12:41:04.995Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6931. 2020-11-23T12:51:08.4686162Z [cluster2] 2020-11-23T12:41:09.986Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6932. 2020-11-23T12:51:08.4687562Z [cluster2] 2020-11-23T12:41:10.001Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6933. 2020-11-23T12:51:08.4689235Z [cluster2] 2020-11-23T12:41:10.001Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6934. 2020-11-23T12:51:08.4691558Z [cluster2] 2020-11-23T12:41:10.013Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6935. 2020-11-23T12:51:08.4694751Z [cluster2] 2020-11-23T12:41:10.020Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6936. 2020-11-23T12:51:08.4697701Z [cluster2] 2020-11-23T12:41:10.292Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6937. 2020-11-23T12:51:08.4699952Z [cluster2] 2020-11-23T12:41:15.023Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6938. 2020-11-23T12:51:08.4706863Z [cluster2] 2020-11-23T12:41:15.052Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6939. 2020-11-23T12:51:08.4708057Z [cluster2] 2020-11-23T12:41:15.052Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6940. 2020-11-23T12:51:08.4710108Z [cluster2] 2020-11-23T12:41:15.065Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6941. 2020-11-23T12:51:08.4713161Z [cluster2] 2020-11-23T12:41:15.070Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6942. 2020-11-23T12:51:08.4715791Z [cluster2] 2020-11-23T12:41:15.077Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6943. 2020-11-23T12:51:08.4717770Z [cluster2] 2020-11-23T12:41:20.064Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6944. 2020-11-23T12:51:08.4719194Z [cluster2] 2020-11-23T12:41:20.079Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6945. 2020-11-23T12:51:08.4720318Z [cluster2] 2020-11-23T12:41:20.079Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6946. 2020-11-23T12:51:08.4722289Z [cluster2] 2020-11-23T12:41:20.091Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6947. 2020-11-23T12:51:08.4728167Z [cluster2] 2020-11-23T12:41:20.097Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6948. 2020-11-23T12:51:08.4730780Z [cluster2] 2020-11-23T12:41:20.103Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6949. 2020-11-23T12:51:08.4732768Z [cluster2] 2020-11-23T12:41:25.102Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6950. 2020-11-23T12:51:08.4734201Z [cluster2] 2020-11-23T12:41:25.118Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6951. 2020-11-23T12:51:08.4735584Z [cluster2] 2020-11-23T12:41:25.118Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6952. 2020-11-23T12:51:08.4737555Z [cluster2] 2020-11-23T12:41:25.144Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6953. 2020-11-23T12:51:08.4741379Z [cluster2] 2020-11-23T12:41:25.164Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6954. 2020-11-23T12:51:08.4744414Z [cluster2] 2020-11-23T12:41:25.175Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6955. 2020-11-23T12:51:08.4746346Z [cluster2] 2020-11-23T12:41:30.171Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6956. 2020-11-23T12:51:08.4747704Z [cluster2] 2020-11-23T12:41:30.196Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6957. 2020-11-23T12:51:08.4748984Z [cluster2] 2020-11-23T12:41:30.196Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6958. 2020-11-23T12:51:08.4751590Z [cluster2] 2020-11-23T12:41:30.203Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6959. 2020-11-23T12:51:08.4755109Z [cluster2] 2020-11-23T12:41:30.212Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6960. 2020-11-23T12:51:08.4757733Z [cluster2] 2020-11-23T12:41:30.224Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6961. 2020-11-23T12:51:08.4759953Z [cluster2] 2020-11-23T12:41:35.197Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6962. 2020-11-23T12:51:08.4761874Z [cluster2] 2020-11-23T12:41:35.212Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6963. 2020-11-23T12:51:08.4763433Z [cluster2] 2020-11-23T12:41:35.212Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6964. 2020-11-23T12:51:08.4765551Z [cluster2] 2020-11-23T12:41:35.224Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6965. 2020-11-23T12:51:08.4768295Z [cluster2] 2020-11-23T12:41:35.229Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6966. 2020-11-23T12:51:08.4770787Z [cluster2] 2020-11-23T12:41:35.241Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6967. 2020-11-23T12:51:08.4772763Z [cluster2] 2020-11-23T12:41:40.229Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6968. 2020-11-23T12:51:08.4774184Z [cluster2] 2020-11-23T12:41:40.236Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6969. 2020-11-23T12:51:08.4775307Z [cluster2] 2020-11-23T12:41:40.236Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6970. 2020-11-23T12:51:08.4777532Z [cluster2] 2020-11-23T12:41:40.257Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6971. 2020-11-23T12:51:08.4780262Z [cluster2] 2020-11-23T12:41:40.267Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6972. 2020-11-23T12:51:08.4783307Z [cluster2] 2020-11-23T12:41:40.274Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6973. 2020-11-23T12:51:08.4785496Z [cluster2] 2020-11-23T12:41:45.290Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6974. 2020-11-23T12:51:08.4786924Z [cluster2] 2020-11-23T12:41:45.306Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6975. 2020-11-23T12:51:08.4788043Z [cluster2] 2020-11-23T12:41:45.306Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6976. 2020-11-23T12:51:08.4790160Z [cluster2] 2020-11-23T12:41:45.314Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6977. 2020-11-23T12:51:08.4792960Z [cluster2] 2020-11-23T12:41:45.319Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6978. 2020-11-23T12:51:08.4795588Z [cluster2] 2020-11-23T12:41:45.328Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6979. 2020-11-23T12:51:08.4797578Z [cluster2] 2020-11-23T12:41:50.334Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6980. 2020-11-23T12:51:08.4798983Z [cluster2] 2020-11-23T12:41:50.344Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6981. 2020-11-23T12:51:08.4800119Z [cluster2] 2020-11-23T12:41:50.344Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6982. 2020-11-23T12:51:08.4802071Z [cluster2] 2020-11-23T12:41:50.350Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6983. 2020-11-23T12:51:08.4804811Z [cluster2] 2020-11-23T12:41:50.355Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6984. 2020-11-23T12:51:08.4807280Z [cluster2] 2020-11-23T12:41:50.370Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6985. 2020-11-23T12:51:08.4809415Z [cluster2] 2020-11-23T12:41:55.390Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6986. 2020-11-23T12:51:08.4810775Z [cluster2] 2020-11-23T12:41:55.400Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6987. 2020-11-23T12:51:08.4811880Z [cluster2] 2020-11-23T12:41:55.400Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6988. 2020-11-23T12:51:08.4813776Z [cluster2] 2020-11-23T12:41:55.406Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6989. 2020-11-23T12:51:08.4816563Z [cluster2] 2020-11-23T12:41:55.414Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6990. 2020-11-23T12:51:08.4819002Z [cluster2] 2020-11-23T12:41:55.421Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6991. 2020-11-23T12:51:08.4820911Z [cluster2] 2020-11-23T12:42:00.416Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6992. 2020-11-23T12:51:08.4822286Z [cluster2] 2020-11-23T12:42:00.437Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6993. 2020-11-23T12:51:08.4823373Z [cluster2] 2020-11-23T12:42:00.437Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  6994. 2020-11-23T12:51:08.4825281Z [cluster2] 2020-11-23T12:42:00.447Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  6995. 2020-11-23T12:51:08.4828066Z [cluster2] 2020-11-23T12:42:00.451Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  6996. 2020-11-23T12:51:08.4830529Z [cluster2] 2020-11-23T12:42:00.459Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  6997. 2020-11-23T12:51:08.4832706Z [cluster2] 2020-11-23T12:42:05.445Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  6998. 2020-11-23T12:51:08.4834034Z [cluster2] 2020-11-23T12:42:05.457Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  6999. 2020-11-23T12:51:08.4835082Z [cluster2] 2020-11-23T12:42:05.457Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7000. 2020-11-23T12:51:08.4836938Z [cluster2] 2020-11-23T12:42:05.482Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7001. 2020-11-23T12:51:08.4839534Z [cluster2] 2020-11-23T12:42:05.486Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7002. 2020-11-23T12:51:08.4841870Z [cluster2] 2020-11-23T12:42:05.494Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7003. 2020-11-23T12:51:08.4843725Z [cluster2] 2020-11-23T12:42:10.490Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7004. 2020-11-23T12:51:08.4845035Z [cluster2] 2020-11-23T12:42:10.500Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7005. 2020-11-23T12:51:08.4846099Z [cluster2] 2020-11-23T12:42:10.500Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7006. 2020-11-23T12:51:08.4847931Z [cluster2] 2020-11-23T12:42:10.507Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7007. 2020-11-23T12:51:08.4850670Z [cluster2] 2020-11-23T12:42:10.514Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7008. 2020-11-23T12:51:08.4853392Z [cluster2] 2020-11-23T12:42:10.524Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7009. 2020-11-23T12:51:08.4855750Z [cluster2] 2020-11-23T12:42:15.503Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7010. 2020-11-23T12:51:08.4857065Z [cluster2] 2020-11-23T12:42:15.518Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7011. 2020-11-23T12:51:08.4858250Z [cluster2] 2020-11-23T12:42:15.518Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7012. 2020-11-23T12:51:08.4860224Z [cluster2] 2020-11-23T12:42:15.525Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7013. 2020-11-23T12:51:08.4863367Z [cluster2] 2020-11-23T12:42:15.530Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7014. 2020-11-23T12:51:08.4866851Z [cluster2] 2020-11-23T12:42:15.536Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7015. 2020-11-23T12:51:08.4868858Z [cluster2] 2020-11-23T12:42:20.541Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7016. 2020-11-23T12:51:08.4872197Z [cluster2] 2020-11-23T12:42:20.556Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7017. 2020-11-23T12:51:08.4873371Z [cluster2] 2020-11-23T12:42:20.556Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7018. 2020-11-23T12:51:08.4875851Z [cluster2] 2020-11-23T12:42:20.561Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7019. 2020-11-23T12:51:08.4878657Z [cluster2] 2020-11-23T12:42:20.567Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7020. 2020-11-23T12:51:08.4881199Z [cluster2] 2020-11-23T12:42:20.587Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7021. 2020-11-23T12:51:08.4883042Z [cluster2] 2020-11-23T12:42:25.563Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7022. 2020-11-23T12:51:08.4884373Z [cluster2] 2020-11-23T12:42:25.574Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7023. 2020-11-23T12:51:08.4885419Z [cluster2] 2020-11-23T12:42:25.574Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7024. 2020-11-23T12:51:08.4887271Z [cluster2] 2020-11-23T12:42:25.579Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7025. 2020-11-23T12:51:08.4890844Z [cluster2] 2020-11-23T12:42:25.588Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7026. 2020-11-23T12:51:08.4893717Z [cluster2] 2020-11-23T12:42:25.594Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7027. 2020-11-23T12:51:08.4898633Z [cluster2] 2020-11-23T12:42:30.788Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7028. 2020-11-23T12:51:08.4900239Z [cluster2] 2020-11-23T12:42:30.859Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7029. 2020-11-23T12:51:08.4901505Z [cluster2] 2020-11-23T12:42:30.859Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7030. 2020-11-23T12:51:08.4903683Z [cluster2] 2020-11-23T12:42:30.883Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7031. 2020-11-23T12:51:08.4907438Z [cluster2] 2020-11-23T12:42:30.891Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7032. 2020-11-23T12:51:08.4911241Z [cluster2] 2020-11-23T12:42:30.905Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7033. 2020-11-23T12:51:08.4914324Z [cluster2] 2020-11-23T12:42:35.865Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7034. 2020-11-23T12:51:08.4915904Z [cluster2] 2020-11-23T12:42:35.871Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7035. 2020-11-23T12:51:08.4917001Z [cluster2] 2020-11-23T12:42:35.871Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7036. 2020-11-23T12:51:08.4919434Z [cluster2] 2020-11-23T12:42:35.876Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7037. 2020-11-23T12:51:08.4922089Z [cluster2] 2020-11-23T12:42:35.892Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7038. 2020-11-23T12:51:08.4924751Z [cluster2] 2020-11-23T12:42:35.899Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7039. 2020-11-23T12:51:08.4926726Z [cluster2] 2020-11-23T12:42:40.884Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7040. 2020-11-23T12:51:08.4928402Z [cluster2] 2020-11-23T12:42:40.897Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7041. 2020-11-23T12:51:08.4929447Z [cluster2] 2020-11-23T12:42:40.897Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7042. 2020-11-23T12:51:08.4931464Z [cluster2] 2020-11-23T12:42:40.904Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7043. 2020-11-23T12:51:08.4934290Z [cluster2] 2020-11-23T12:42:40.914Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7044. 2020-11-23T12:51:08.4937455Z [cluster2] 2020-11-23T12:42:40.925Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7045. 2020-11-23T12:51:08.4940480Z [cluster2] 2020-11-23T12:42:45.901Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7046. 2020-11-23T12:51:08.4942341Z [cluster2] 2020-11-23T12:42:45.909Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7047. 2020-11-23T12:51:08.4944063Z [cluster2] 2020-11-23T12:42:45.909Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7048. 2020-11-23T12:51:08.4946184Z [cluster2] 2020-11-23T12:42:45.914Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7049. 2020-11-23T12:51:08.4950341Z [cluster2] 2020-11-23T12:42:45.917Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7050. 2020-11-23T12:51:08.4953380Z [cluster2] 2020-11-23T12:42:45.922Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7051. 2020-11-23T12:51:08.4956859Z [cluster2] 2020-11-23T12:42:50.924Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7052. 2020-11-23T12:51:08.4959332Z [cluster2] 2020-11-23T12:42:50.932Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7053. 2020-11-23T12:51:08.4960719Z [cluster2] 2020-11-23T12:42:50.932Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7054. 2020-11-23T12:51:08.4963336Z [cluster2] 2020-11-23T12:42:50.944Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7055. 2020-11-23T12:51:08.4967097Z [cluster2] 2020-11-23T12:42:50.950Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7056. 2020-11-23T12:51:08.4969746Z [cluster2] 2020-11-23T12:42:50.965Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7057. 2020-11-23T12:51:08.4971748Z [cluster2] 2020-11-23T12:42:55.945Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7058. 2020-11-23T12:51:08.4973156Z [cluster2] 2020-11-23T12:42:55.951Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7059. 2020-11-23T12:51:08.4974289Z [cluster2] 2020-11-23T12:42:55.951Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7060. 2020-11-23T12:51:08.4976374Z [cluster2] 2020-11-23T12:42:55.956Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7061. 2020-11-23T12:51:08.4979174Z [cluster2] 2020-11-23T12:42:55.959Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7062. 2020-11-23T12:51:08.4981645Z [cluster2] 2020-11-23T12:42:55.964Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7063. 2020-11-23T12:51:08.4984202Z [cluster2] 2020-11-23T12:43:00.962Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7064. 2020-11-23T12:51:08.4985701Z [cluster2] 2020-11-23T12:43:00.972Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7065. 2020-11-23T12:51:08.4986821Z [cluster2] 2020-11-23T12:43:00.972Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7066. 2020-11-23T12:51:08.4989467Z [cluster2] 2020-11-23T12:43:00.977Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7067. 2020-11-23T12:51:08.4993470Z [cluster2] 2020-11-23T12:43:00.981Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7068. 2020-11-23T12:51:08.4997869Z [cluster2] 2020-11-23T12:43:00.988Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7069. 2020-11-23T12:51:08.5000702Z [cluster2] 2020-11-23T12:43:05.979Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7070. 2020-11-23T12:51:08.5002642Z [cluster2] 2020-11-23T12:43:05.986Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7071. 2020-11-23T12:51:08.5003966Z [cluster2] 2020-11-23T12:43:05.986Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7072. 2020-11-23T12:51:08.5007129Z [cluster2] 2020-11-23T12:43:05.991Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7073. 2020-11-23T12:51:08.5010650Z [cluster2] 2020-11-23T12:43:05.994Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7074. 2020-11-23T12:51:08.5013440Z [cluster2] 2020-11-23T12:43:06.000Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7075. 2020-11-23T12:51:08.5025421Z [cluster2] 2020-11-23T12:43:10.998Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7076. 2020-11-23T12:51:08.5027289Z [cluster2] 2020-11-23T12:43:11.003Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7077. 2020-11-23T12:51:08.5028483Z [cluster2] 2020-11-23T12:43:11.003Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7078. 2020-11-23T12:51:08.5030573Z [cluster2] 2020-11-23T12:43:11.008Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7079. 2020-11-23T12:51:08.5033448Z [cluster2] 2020-11-23T12:43:11.012Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7080. 2020-11-23T12:51:08.5037039Z [cluster2] 2020-11-23T12:43:11.018Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7081. 2020-11-23T12:51:08.5039972Z [cluster2] 2020-11-23T12:43:16.015Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7082. 2020-11-23T12:51:08.5041527Z [cluster2] 2020-11-23T12:43:16.026Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7083. 2020-11-23T12:51:08.5042968Z [cluster2] 2020-11-23T12:43:16.026Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7084. 2020-11-23T12:51:08.5045005Z [cluster2] 2020-11-23T12:43:16.031Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7085. 2020-11-23T12:51:08.5048032Z [cluster2] 2020-11-23T12:43:16.034Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7086. 2020-11-23T12:51:08.5064323Z [cluster2] 2020-11-23T12:43:16.039Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7087. 2020-11-23T12:51:08.5066648Z [cluster2] 2020-11-23T12:43:21.039Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7088. 2020-11-23T12:51:08.5068169Z [cluster2] 2020-11-23T12:43:21.046Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7089. 2020-11-23T12:51:08.5069534Z [cluster2] 2020-11-23T12:43:21.046Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7090. 2020-11-23T12:51:08.5071875Z [cluster2] 2020-11-23T12:43:21.053Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7091. 2020-11-23T12:51:08.5074890Z [cluster2] 2020-11-23T12:43:21.056Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7092. 2020-11-23T12:51:08.5077569Z [cluster2] 2020-11-23T12:43:21.062Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7093. 2020-11-23T12:51:08.5083321Z [cluster2] 2020-11-23T12:43:26.060Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7094. 2020-11-23T12:51:08.5084945Z [cluster2] 2020-11-23T12:43:26.066Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7095. 2020-11-23T12:51:08.5086112Z [cluster2] 2020-11-23T12:43:26.066Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7096. 2020-11-23T12:51:08.5095346Z [cluster2] 2020-11-23T12:43:26.070Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7097. 2020-11-23T12:51:08.5098692Z [cluster2] 2020-11-23T12:43:26.074Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7098. 2020-11-23T12:51:08.5101218Z [cluster2] 2020-11-23T12:43:26.080Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7099. 2020-11-23T12:51:08.5103198Z [cluster2] 2020-11-23T12:43:31.078Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7100. 2020-11-23T12:51:08.5104640Z [cluster2] 2020-11-23T12:43:31.095Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7101. 2020-11-23T12:51:08.5105758Z [cluster2] 2020-11-23T12:43:31.095Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7102. 2020-11-23T12:51:08.5107729Z [cluster2] 2020-11-23T12:43:31.101Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7103. 2020-11-23T12:51:08.5110575Z [cluster2] 2020-11-23T12:43:31.105Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7104. 2020-11-23T12:51:08.5113059Z [cluster2] 2020-11-23T12:43:31.110Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7105. 2020-11-23T12:51:08.5115049Z [cluster2] 2020-11-23T12:43:36.108Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7106. 2020-11-23T12:51:08.5116454Z [cluster2] 2020-11-23T12:43:36.120Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7107. 2020-11-23T12:51:08.5117591Z [cluster2] 2020-11-23T12:43:36.120Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7108. 2020-11-23T12:51:08.5119653Z [cluster2] 2020-11-23T12:43:36.130Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7109. 2020-11-23T12:51:08.5122604Z [cluster2] 2020-11-23T12:43:36.134Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7110. 2020-11-23T12:51:08.5125086Z [cluster2] 2020-11-23T12:43:36.140Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7111. 2020-11-23T12:51:08.5127011Z [cluster2] 2020-11-23T12:43:41.133Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7112. 2020-11-23T12:51:08.5128542Z [cluster2] 2020-11-23T12:43:41.141Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7113. 2020-11-23T12:51:08.5129643Z [cluster2] 2020-11-23T12:43:41.141Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7114. 2020-11-23T12:51:08.5131556Z [cluster2] 2020-11-23T12:43:41.145Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7115. 2020-11-23T12:51:08.5134186Z [cluster2] 2020-11-23T12:43:41.148Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7116. 2020-11-23T12:51:08.5142834Z [cluster2] 2020-11-23T12:43:41.153Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7117. 2020-11-23T12:51:08.5144749Z [cluster2] 2020-11-23T12:43:46.155Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7118. 2020-11-23T12:51:08.5147738Z [cluster2] 2020-11-23T12:43:46.163Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7119. 2020-11-23T12:51:08.5148829Z [cluster2] 2020-11-23T12:43:46.163Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7120. 2020-11-23T12:51:08.5150691Z [cluster2] 2020-11-23T12:43:46.167Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7121. 2020-11-23T12:51:08.5153255Z [cluster2] 2020-11-23T12:43:46.171Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7122. 2020-11-23T12:51:08.5156022Z [cluster2] 2020-11-23T12:43:46.179Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7123. 2020-11-23T12:51:08.5177630Z [cluster2] 2020-11-23T12:43:51.183Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7124. 2020-11-23T12:51:08.5180015Z [cluster2] 2020-11-23T12:43:51.191Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7125. 2020-11-23T12:51:08.5181130Z [cluster2] 2020-11-23T12:43:51.191Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7126. 2020-11-23T12:51:08.5182946Z [cluster2] 2020-11-23T12:43:51.195Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7127. 2020-11-23T12:51:08.5185452Z [cluster2] 2020-11-23T12:43:51.200Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7128. 2020-11-23T12:51:08.5187928Z [cluster2] 2020-11-23T12:43:51.205Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7129. 2020-11-23T12:51:08.5190643Z [cluster2] 2020-11-23T12:43:56.197Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7130. 2020-11-23T12:51:08.5192987Z [cluster2] 2020-11-23T12:43:56.203Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7131. 2020-11-23T12:51:08.5198535Z [cluster2] 2020-11-23T12:43:56.203Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7132. 2020-11-23T12:51:08.5200600Z [cluster2] 2020-11-23T12:43:56.208Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7133. 2020-11-23T12:51:08.5204202Z [cluster2] 2020-11-23T12:43:56.214Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7134. 2020-11-23T12:51:08.5207036Z [cluster2] 2020-11-23T12:43:56.223Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7135. 2020-11-23T12:51:08.5210781Z [cluster2] 2020-11-23T12:44:01.222Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7136. 2020-11-23T12:51:08.5212395Z [cluster2] 2020-11-23T12:44:01.230Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7137. 2020-11-23T12:51:08.5214442Z [cluster2] 2020-11-23T12:44:01.230Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7138. 2020-11-23T12:51:08.5217372Z [cluster2] 2020-11-23T12:44:01.235Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7139. 2020-11-23T12:51:08.5221941Z [cluster2] 2020-11-23T12:44:01.241Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7140. 2020-11-23T12:51:08.5225567Z [cluster2] 2020-11-23T12:44:01.247Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7141. 2020-11-23T12:51:08.5227853Z [cluster2] 2020-11-23T12:44:06.236Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7142. 2020-11-23T12:51:08.5229915Z [cluster2] 2020-11-23T12:44:06.243Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7143. 2020-11-23T12:51:08.5231167Z [cluster2] 2020-11-23T12:44:06.243Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7144. 2020-11-23T12:51:08.5233072Z [cluster2] 2020-11-23T12:44:06.247Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7145. 2020-11-23T12:51:08.5235884Z [cluster2] 2020-11-23T12:44:06.250Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7146. 2020-11-23T12:51:08.5238305Z [cluster2] 2020-11-23T12:44:06.256Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7147. 2020-11-23T12:51:08.5240210Z [cluster2] 2020-11-23T12:44:11.248Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7148. 2020-11-23T12:51:08.5252562Z [cluster2] 2020-11-23T12:44:11.258Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7149. 2020-11-23T12:51:08.5253812Z [cluster2] 2020-11-23T12:44:11.258Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7150. 2020-11-23T12:51:08.5256346Z [cluster2] 2020-11-23T12:44:11.262Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7151. 2020-11-23T12:51:08.5259572Z [cluster2] 2020-11-23T12:44:11.268Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7152. 2020-11-23T12:51:08.5300157Z [cluster2] 2020-11-23T12:44:11.276Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7153. 2020-11-23T12:51:08.5302993Z [cluster2] 2020-11-23T12:44:16.283Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7154. 2020-11-23T12:51:08.5304380Z [cluster2] 2020-11-23T12:44:16.301Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7155. 2020-11-23T12:51:08.5305683Z [cluster2] 2020-11-23T12:44:16.301Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7156. 2020-11-23T12:51:08.5308116Z [cluster2] 2020-11-23T12:44:16.305Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7157. 2020-11-23T12:51:08.5311585Z [cluster2] 2020-11-23T12:44:16.308Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7158. 2020-11-23T12:51:08.5314818Z [cluster2] 2020-11-23T12:44:16.313Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7159. 2020-11-23T12:51:08.5317587Z [cluster2] 2020-11-23T12:44:21.301Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7160. 2020-11-23T12:51:08.5319672Z [cluster2] 2020-11-23T12:44:21.308Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7161. 2020-11-23T12:51:08.5320926Z [cluster2] 2020-11-23T12:44:21.308Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7162. 2020-11-23T12:51:08.5323332Z [cluster2] 2020-11-23T12:44:21.313Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7163. 2020-11-23T12:51:08.5326168Z [cluster2] 2020-11-23T12:44:21.316Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7164. 2020-11-23T12:51:08.5328742Z [cluster2] 2020-11-23T12:44:21.323Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7165. 2020-11-23T12:51:08.5330785Z [cluster2] 2020-11-23T12:44:26.313Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7166. 2020-11-23T12:51:08.5332251Z [cluster2] 2020-11-23T12:44:26.320Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7167. 2020-11-23T12:51:08.5333615Z [cluster2] 2020-11-23T12:44:26.320Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7168. 2020-11-23T12:51:08.5335959Z [cluster2] 2020-11-23T12:44:26.323Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7169. 2020-11-23T12:51:08.5352604Z [cluster2] 2020-11-23T12:44:26.326Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7170. 2020-11-23T12:51:08.5394019Z [cluster2] 2020-11-23T12:44:26.331Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7171. 2020-11-23T12:51:08.5398104Z [cluster2] 2020-11-23T12:44:31.336Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7172. 2020-11-23T12:51:08.5407599Z [cluster2] 2020-11-23T12:44:31.343Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7173. 2020-11-23T12:51:08.5409109Z [cluster2] 2020-11-23T12:44:31.343Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7174. 2020-11-23T12:51:08.5411202Z [cluster2] 2020-11-23T12:44:31.348Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7175. 2020-11-23T12:51:08.5414933Z [cluster2] 2020-11-23T12:44:31.350Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7176. 2020-11-23T12:51:08.5417740Z [cluster2] 2020-11-23T12:44:31.356Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7177. 2020-11-23T12:51:08.5419747Z [cluster2] 2020-11-23T12:44:36.351Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7178. 2020-11-23T12:51:08.5421159Z [cluster2] 2020-11-23T12:44:36.359Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7179. 2020-11-23T12:51:08.5422299Z [cluster2] 2020-11-23T12:44:36.359Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7180. 2020-11-23T12:51:08.5424257Z [cluster2] 2020-11-23T12:44:36.364Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7181. 2020-11-23T12:51:08.5427004Z [cluster2] 2020-11-23T12:44:36.367Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7182. 2020-11-23T12:51:08.5429472Z [cluster2] 2020-11-23T12:44:36.372Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7183. 2020-11-23T12:51:08.5431471Z [cluster2] 2020-11-23T12:44:41.366Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7184. 2020-11-23T12:51:08.5432874Z [cluster2] 2020-11-23T12:44:41.372Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7185. 2020-11-23T12:51:08.5434000Z [cluster2] 2020-11-23T12:44:41.372Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7186. 2020-11-23T12:51:08.5436205Z [cluster2] 2020-11-23T12:44:41.376Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7187. 2020-11-23T12:51:08.5439156Z [cluster2] 2020-11-23T12:44:41.380Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7188. 2020-11-23T12:51:08.5441738Z [cluster2] 2020-11-23T12:44:41.385Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7189. 2020-11-23T12:51:08.5443642Z [cluster2] 2020-11-23T12:44:46.380Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7190. 2020-11-23T12:51:08.5445017Z [cluster2] 2020-11-23T12:44:46.386Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7191. 2020-11-23T12:51:08.5446107Z [cluster2] 2020-11-23T12:44:46.386Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7192. 2020-11-23T12:51:08.5448017Z [cluster2] 2020-11-23T12:44:46.389Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7193. 2020-11-23T12:51:08.5450652Z [cluster2] 2020-11-23T12:44:46.392Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7194. 2020-11-23T12:51:08.5453056Z [cluster2] 2020-11-23T12:44:46.398Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7195. 2020-11-23T12:51:08.5456436Z [cluster2] 2020-11-23T12:44:51.397Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7196. 2020-11-23T12:51:08.5457845Z [cluster2] 2020-11-23T12:44:51.404Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7197. 2020-11-23T12:51:08.5458930Z [cluster2] 2020-11-23T12:44:51.404Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7198. 2020-11-23T12:51:08.5460965Z [cluster2] 2020-11-23T12:44:51.407Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7199. 2020-11-23T12:51:08.5464330Z [cluster2] 2020-11-23T12:44:51.411Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7200. 2020-11-23T12:51:08.5467819Z [cluster2] 2020-11-23T12:44:51.416Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7201. 2020-11-23T12:51:08.5470950Z [cluster2] 2020-11-23T12:44:56.412Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7202. 2020-11-23T12:51:08.5472397Z [cluster2] 2020-11-23T12:44:56.420Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7203. 2020-11-23T12:51:08.5473512Z [cluster2] 2020-11-23T12:44:56.420Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7204. 2020-11-23T12:51:08.5475592Z [cluster2] 2020-11-23T12:44:56.424Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7205. 2020-11-23T12:51:08.5479094Z [cluster2] 2020-11-23T12:44:56.429Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7206. 2020-11-23T12:51:08.5481549Z [cluster2] 2020-11-23T12:44:56.434Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7207. 2020-11-23T12:51:08.5483633Z [cluster2] 2020-11-23T12:45:01.427Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7208. 2020-11-23T12:51:08.5484993Z [cluster2] 2020-11-23T12:45:01.435Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7209. 2020-11-23T12:51:08.5486694Z [cluster2] 2020-11-23T12:45:01.435Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7210. 2020-11-23T12:51:08.5490026Z [cluster2] 2020-11-23T12:45:01.439Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7211. 2020-11-23T12:51:08.5502434Z [cluster2] 2020-11-23T12:45:01.442Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7212. 2020-11-23T12:51:08.5506403Z [cluster2] 2020-11-23T12:45:01.447Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7213. 2020-11-23T12:51:08.5508347Z [cluster2] 2020-11-23T12:45:06.444Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7214. 2020-11-23T12:51:08.5509762Z [cluster2] 2020-11-23T12:45:06.451Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7215. 2020-11-23T12:51:08.5511344Z [cluster2] 2020-11-23T12:45:06.451Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7216. 2020-11-23T12:51:08.5514205Z [cluster2] 2020-11-23T12:45:06.455Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7217. 2020-11-23T12:51:08.5516941Z [cluster2] 2020-11-23T12:45:06.458Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7218. 2020-11-23T12:51:08.5519592Z [cluster2] 2020-11-23T12:45:06.464Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7219. 2020-11-23T12:51:08.5523366Z [cluster2] 2020-11-23T12:45:11.461Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7220. 2020-11-23T12:51:08.5526000Z [cluster2] 2020-11-23T12:45:11.471Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7221. 2020-11-23T12:51:08.5527445Z [cluster2] 2020-11-23T12:45:11.471Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7222. 2020-11-23T12:51:08.5529532Z [cluster2] 2020-11-23T12:45:11.479Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7223. 2020-11-23T12:51:08.5532893Z [cluster2] 2020-11-23T12:45:11.483Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7224. 2020-11-23T12:51:08.5535619Z [cluster2] 2020-11-23T12:45:11.488Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7225. 2020-11-23T12:51:08.5537652Z [cluster2] 2020-11-23T12:45:16.489Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7226. 2020-11-23T12:51:08.5539181Z [cluster2] 2020-11-23T12:45:16.495Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7227. 2020-11-23T12:51:08.5540277Z [cluster2] 2020-11-23T12:45:16.495Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7228. 2020-11-23T12:51:08.5542290Z [cluster2] 2020-11-23T12:45:16.498Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7229. 2020-11-23T12:51:08.5544861Z [cluster2] 2020-11-23T12:45:16.501Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7230. 2020-11-23T12:51:08.5547179Z [cluster2] 2020-11-23T12:45:16.533Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7231. 2020-11-23T12:51:08.5549692Z [cluster2] 2020-11-23T12:45:21.500Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7232. 2020-11-23T12:51:08.5551130Z [cluster2] 2020-11-23T12:45:21.507Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7233. 2020-11-23T12:51:08.5552799Z [cluster2] 2020-11-23T12:45:21.507Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7234. 2020-11-23T12:51:08.5554640Z [cluster2] 2020-11-23T12:45:21.511Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7235. 2020-11-23T12:51:08.5557410Z [cluster2] 2020-11-23T12:45:21.516Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7236. 2020-11-23T12:51:08.5560191Z [cluster2] 2020-11-23T12:45:21.522Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7237. 2020-11-23T12:51:08.5563177Z [cluster2] 2020-11-23T12:45:26.515Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7238. 2020-11-23T12:51:08.5565713Z [cluster2] 2020-11-23T12:45:26.522Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7239. 2020-11-23T12:51:08.5566771Z [cluster2] 2020-11-23T12:45:26.522Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7240. 2020-11-23T12:51:08.5568798Z [cluster2] 2020-11-23T12:45:26.526Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7241. 2020-11-23T12:51:08.5571433Z [cluster2] 2020-11-23T12:45:26.531Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7242. 2020-11-23T12:51:08.5574205Z [cluster2] 2020-11-23T12:45:26.537Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7243. 2020-11-23T12:51:08.5577493Z [cluster2] 2020-11-23T12:45:31.533Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7244. 2020-11-23T12:51:08.5578947Z [cluster2] 2020-11-23T12:45:31.543Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7245. 2020-11-23T12:51:08.5580028Z [cluster2] 2020-11-23T12:45:31.543Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7246. 2020-11-23T12:51:08.5582403Z [cluster2] 2020-11-23T12:45:31.547Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7247. 2020-11-23T12:51:08.5585041Z [cluster2] 2020-11-23T12:45:31.550Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7248. 2020-11-23T12:51:08.5588081Z [cluster2] 2020-11-23T12:45:31.556Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7249. 2020-11-23T12:51:08.5590232Z [cluster2] 2020-11-23T12:45:36.552Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7250. 2020-11-23T12:51:08.5591563Z [cluster2] 2020-11-23T12:45:36.559Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7251. 2020-11-23T12:51:08.5592623Z [cluster2] 2020-11-23T12:45:36.559Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7252. 2020-11-23T12:51:08.5595126Z [cluster2] 2020-11-23T12:45:36.563Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7253. 2020-11-23T12:51:08.5598805Z [cluster2] 2020-11-23T12:45:36.568Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7254. 2020-11-23T12:51:08.5601919Z [cluster2] 2020-11-23T12:45:36.574Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7255. 2020-11-23T12:51:08.5604401Z [cluster2] 2020-11-23T12:45:41.573Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7256. 2020-11-23T12:51:08.5607128Z [cluster2] 2020-11-23T12:45:41.587Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7257. 2020-11-23T12:51:08.5608760Z [cluster2] 2020-11-23T12:45:41.587Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7258. 2020-11-23T12:51:08.5611397Z [cluster2] 2020-11-23T12:45:41.591Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7259. 2020-11-23T12:51:08.5614145Z [cluster2] 2020-11-23T12:45:41.595Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7260. 2020-11-23T12:51:08.5616577Z [cluster2] 2020-11-23T12:45:41.602Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7261. 2020-11-23T12:51:08.5618397Z [cluster2] 2020-11-23T12:45:46.587Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7262. 2020-11-23T12:51:08.5619858Z [cluster2] 2020-11-23T12:45:46.594Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7263. 2020-11-23T12:51:08.5622352Z [cluster2] 2020-11-23T12:45:46.594Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7264. 2020-11-23T12:51:08.5624900Z [cluster2] 2020-11-23T12:45:46.598Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7265. 2020-11-23T12:51:08.5627971Z [cluster2] 2020-11-23T12:45:46.604Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7266. 2020-11-23T12:51:08.5630237Z [cluster2] 2020-11-23T12:45:46.610Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7267. 2020-11-23T12:51:08.5632031Z [cluster2] 2020-11-23T12:45:51.600Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7268. 2020-11-23T12:51:08.5633327Z [cluster2] 2020-11-23T12:45:51.607Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7269. 2020-11-23T12:51:08.5634339Z [cluster2] 2020-11-23T12:45:51.607Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7270. 2020-11-23T12:51:08.5636140Z [cluster2] 2020-11-23T12:45:51.613Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7271. 2020-11-23T12:51:08.5638780Z [cluster2] 2020-11-23T12:45:51.617Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7272. 2020-11-23T12:51:08.5641117Z [cluster2] 2020-11-23T12:45:51.624Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7273. 2020-11-23T12:51:08.5642961Z [cluster2] 2020-11-23T12:45:56.625Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7274. 2020-11-23T12:51:08.5644302Z [cluster2] 2020-11-23T12:45:56.635Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7275. 2020-11-23T12:51:08.5645340Z [cluster2] 2020-11-23T12:45:56.635Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7276. 2020-11-23T12:51:08.5647183Z [cluster2] 2020-11-23T12:45:56.639Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7277. 2020-11-23T12:51:08.5650666Z [cluster2] 2020-11-23T12:45:56.644Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7278. 2020-11-23T12:51:08.5653664Z [cluster2] 2020-11-23T12:45:56.656Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7279. 2020-11-23T12:51:08.5657665Z [cluster2] 2020-11-23T12:46:01.651Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7280. 2020-11-23T12:51:08.5661021Z [cluster2] 2020-11-23T12:46:01.658Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7281. 2020-11-23T12:51:08.5662869Z [cluster2] 2020-11-23T12:46:01.658Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7282. 2020-11-23T12:51:08.5665243Z [cluster2] 2020-11-23T12:46:01.667Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7283. 2020-11-23T12:51:08.5668400Z [cluster2] 2020-11-23T12:46:01.675Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7284. 2020-11-23T12:51:08.5671160Z [cluster2] 2020-11-23T12:46:01.682Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7285. 2020-11-23T12:51:08.5673422Z [cluster2] 2020-11-23T12:46:06.676Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7286. 2020-11-23T12:51:08.5676351Z [cluster2] 2020-11-23T12:46:06.684Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7287. 2020-11-23T12:51:08.5677679Z [cluster2] 2020-11-23T12:46:06.684Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7288. 2020-11-23T12:51:08.5680229Z [cluster2] 2020-11-23T12:46:06.688Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7289. 2020-11-23T12:51:08.5682799Z [cluster2] 2020-11-23T12:46:06.691Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7290. 2020-11-23T12:51:08.5685596Z [cluster2] 2020-11-23T12:46:06.697Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7291. 2020-11-23T12:51:08.5688434Z [cluster2] 2020-11-23T12:46:11.700Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7292. 2020-11-23T12:51:08.5690389Z [cluster2] 2020-11-23T12:46:11.706Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7293. 2020-11-23T12:51:08.5691471Z [cluster2] 2020-11-23T12:46:11.706Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7294. 2020-11-23T12:51:08.5693380Z [cluster2] 2020-11-23T12:46:11.710Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7295. 2020-11-23T12:51:08.5697200Z [cluster2] 2020-11-23T12:46:11.714Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7296. 2020-11-23T12:51:08.5700255Z [cluster2] 2020-11-23T12:46:11.720Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7297. 2020-11-23T12:51:08.5702161Z [cluster2] 2020-11-23T12:46:16.729Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7298. 2020-11-23T12:51:08.5703552Z [cluster2] 2020-11-23T12:46:16.736Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7299. 2020-11-23T12:51:08.5704628Z [cluster2] 2020-11-23T12:46:16.736Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7300. 2020-11-23T12:51:08.5706576Z [cluster2] 2020-11-23T12:46:16.744Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7301. 2020-11-23T12:51:08.5709397Z [cluster2] 2020-11-23T12:46:16.748Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7302. 2020-11-23T12:51:08.5711852Z [cluster2] 2020-11-23T12:46:16.755Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7303. 2020-11-23T12:51:08.5713928Z [cluster2] 2020-11-23T12:46:21.754Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7304. 2020-11-23T12:51:08.5715291Z [cluster2] 2020-11-23T12:46:21.765Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7305. 2020-11-23T12:51:08.5716379Z [cluster2] 2020-11-23T12:46:21.765Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7306. 2020-11-23T12:51:08.5718270Z [cluster2] 2020-11-23T12:46:21.771Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7307. 2020-11-23T12:51:08.5721067Z [cluster2] 2020-11-23T12:46:21.774Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7308. 2020-11-23T12:51:08.5723386Z [cluster2] 2020-11-23T12:46:21.780Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7309. 2020-11-23T12:51:08.5725248Z [cluster2] 2020-11-23T12:46:26.779Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7310. 2020-11-23T12:51:08.5726569Z [cluster2] 2020-11-23T12:46:26.786Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7311. 2020-11-23T12:51:08.5728085Z [cluster2] 2020-11-23T12:46:26.786Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7312. 2020-11-23T12:51:08.5729920Z [cluster2] 2020-11-23T12:46:26.791Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7313. 2020-11-23T12:51:08.5732494Z [cluster2] 2020-11-23T12:46:26.795Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7314. 2020-11-23T12:51:08.5734826Z [cluster2] 2020-11-23T12:46:26.801Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7315. 2020-11-23T12:51:08.5736909Z [cluster2] 2020-11-23T12:46:31.795Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7316. 2020-11-23T12:51:08.5738242Z [cluster2] 2020-11-23T12:46:31.800Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7317. 2020-11-23T12:51:08.5739300Z [cluster2] 2020-11-23T12:46:31.801Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7318. 2020-11-23T12:51:08.5741143Z [cluster2] 2020-11-23T12:46:31.807Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7319. 2020-11-23T12:51:08.5743831Z [cluster2] 2020-11-23T12:46:31.810Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7320. 2020-11-23T12:51:08.5746774Z [cluster2] 2020-11-23T12:46:31.816Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7321. 2020-11-23T12:51:08.5749249Z [cluster2] 2020-11-23T12:46:36.814Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7322. 2020-11-23T12:51:08.5751562Z [cluster2] 2020-11-23T12:46:36.823Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7323. 2020-11-23T12:51:08.5752640Z [cluster2] 2020-11-23T12:46:36.823Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7324. 2020-11-23T12:51:08.5755581Z [cluster2] 2020-11-23T12:46:36.827Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7325. 2020-11-23T12:51:08.5758769Z [cluster2] 2020-11-23T12:46:36.830Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7326. 2020-11-23T12:51:08.5761736Z [cluster2] 2020-11-23T12:46:36.835Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7327. 2020-11-23T12:51:08.5763780Z [cluster2] 2020-11-23T12:46:41.831Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7328. 2020-11-23T12:51:08.5765059Z [cluster2] 2020-11-23T12:46:41.846Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7329. 2020-11-23T12:51:08.5766413Z [cluster2] 2020-11-23T12:46:41.846Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7330. 2020-11-23T12:51:08.5768282Z [cluster2] 2020-11-23T12:46:41.854Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7331. 2020-11-23T12:51:08.5771238Z [cluster2] 2020-11-23T12:46:41.859Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7332. 2020-11-23T12:51:08.5774494Z [cluster2] 2020-11-23T12:46:41.864Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7333. 2020-11-23T12:51:08.5776637Z [cluster2] 2020-11-23T12:46:46.853Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7334. 2020-11-23T12:51:08.5778284Z [cluster2] 2020-11-23T12:46:46.862Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7335. 2020-11-23T12:51:08.5779330Z [cluster2] 2020-11-23T12:46:46.862Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7336. 2020-11-23T12:51:08.5781897Z [cluster2] 2020-11-23T12:46:46.868Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7337. 2020-11-23T12:51:08.5785015Z [cluster2] 2020-11-23T12:46:46.872Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7338. 2020-11-23T12:51:08.5787823Z [cluster2] 2020-11-23T12:46:46.877Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7339. 2020-11-23T12:51:08.5789669Z [cluster2] 2020-11-23T12:46:51.870Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7340. 2020-11-23T12:51:08.5791143Z [cluster2] 2020-11-23T12:46:51.878Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7341. 2020-11-23T12:51:08.5792345Z [cluster2] 2020-11-23T12:46:51.878Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7342. 2020-11-23T12:51:08.5794196Z [cluster2] 2020-11-23T12:46:51.882Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7343. 2020-11-23T12:51:08.5796752Z [cluster2] 2020-11-23T12:46:51.885Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7344. 2020-11-23T12:51:08.5799088Z [cluster2] 2020-11-23T12:46:51.892Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7345. 2020-11-23T12:51:08.5801073Z [cluster2] 2020-11-23T12:46:56.887Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7346. 2020-11-23T12:51:08.5802615Z [cluster2] 2020-11-23T12:46:56.893Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7347. 2020-11-23T12:51:08.5803664Z [cluster2] 2020-11-23T12:46:56.893Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7348. 2020-11-23T12:51:08.5805643Z [cluster2] 2020-11-23T12:46:56.897Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7349. 2020-11-23T12:51:08.5808110Z [cluster2] 2020-11-23T12:46:56.900Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7350. 2020-11-23T12:51:08.5810374Z [cluster2] 2020-11-23T12:46:56.904Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7351. 2020-11-23T12:51:08.5812491Z [cluster2] 2020-11-23T12:47:01.904Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7352. 2020-11-23T12:51:08.5813768Z [cluster2] 2020-11-23T12:47:01.914Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7353. 2020-11-23T12:51:08.5814802Z [cluster2] 2020-11-23T12:47:01.914Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7354. 2020-11-23T12:51:08.5816736Z [cluster2] 2020-11-23T12:47:01.918Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7355. 2020-11-23T12:51:08.5819244Z [cluster2] 2020-11-23T12:47:01.923Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7356. 2020-11-23T12:51:08.5821490Z [cluster2] 2020-11-23T12:47:01.931Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7357. 2020-11-23T12:51:08.5823300Z [cluster2] 2020-11-23T12:47:06.922Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7358. 2020-11-23T12:51:08.5824705Z [cluster2] 2020-11-23T12:47:06.958Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7359. 2020-11-23T12:51:08.5825965Z [cluster2] 2020-11-23T12:47:06.958Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7360. 2020-11-23T12:51:08.5827687Z [cluster2] 2020-11-23T12:47:06.967Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7361. 2020-11-23T12:51:08.5830620Z [cluster2] 2020-11-23T12:47:06.979Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7362. 2020-11-23T12:51:08.5833419Z [cluster2] 2020-11-23T12:47:06.990Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7363. 2020-11-23T12:51:08.5835665Z [cluster2] 2020-11-23T12:47:11.940Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7364. 2020-11-23T12:51:08.5838270Z [cluster2] 2020-11-23T12:47:11.947Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7365. 2020-11-23T12:51:08.5839363Z [cluster2] 2020-11-23T12:47:11.947Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7366. 2020-11-23T12:51:08.5841839Z [cluster2] 2020-11-23T12:47:11.951Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7367. 2020-11-23T12:51:08.5844832Z [cluster2] 2020-11-23T12:47:11.955Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7368. 2020-11-23T12:51:08.5848466Z [cluster2] 2020-11-23T12:47:11.961Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7369. 2020-11-23T12:51:08.5851124Z [cluster2] 2020-11-23T12:47:16.959Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7370. 2020-11-23T12:51:08.5852687Z [cluster2] 2020-11-23T12:47:16.969Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7371. 2020-11-23T12:51:08.5855108Z [cluster2] 2020-11-23T12:47:16.969Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7372. 2020-11-23T12:51:08.5857442Z [cluster2] 2020-11-23T12:47:16.975Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7373. 2020-11-23T12:51:08.5860780Z [cluster2] 2020-11-23T12:47:16.979Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7374. 2020-11-23T12:51:08.5864138Z [cluster2] 2020-11-23T12:47:16.984Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7375. 2020-11-23T12:51:08.5866009Z [cluster2] 2020-11-23T12:47:21.979Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7376. 2020-11-23T12:51:08.5867291Z [cluster2] 2020-11-23T12:47:21.985Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7377. 2020-11-23T12:51:08.5868496Z [cluster2] 2020-11-23T12:47:21.986Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7378. 2020-11-23T12:51:08.5870329Z [cluster2] 2020-11-23T12:47:21.991Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7379. 2020-11-23T12:51:08.5874507Z [cluster2] 2020-11-23T12:47:21.994Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7380. 2020-11-23T12:51:08.5877371Z [cluster2] 2020-11-23T12:47:21.999Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7381. 2020-11-23T12:51:08.5879518Z [cluster2] 2020-11-23T12:47:26.996Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7382. 2020-11-23T12:51:08.5880807Z [cluster2] 2020-11-23T12:47:27.005Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7383. 2020-11-23T12:51:08.5881837Z [cluster2] 2020-11-23T12:47:27.005Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7384. 2020-11-23T12:51:08.5884929Z [cluster2] 2020-11-23T12:47:27.008Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7385. 2020-11-23T12:51:08.5887463Z [cluster2] 2020-11-23T12:47:27.012Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7386. 2020-11-23T12:51:08.5889731Z [cluster2] 2020-11-23T12:47:27.017Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7387. 2020-11-23T12:51:08.5891526Z [cluster2] 2020-11-23T12:47:32.015Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7388. 2020-11-23T12:51:08.5892819Z [cluster2] 2020-11-23T12:47:32.021Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7389. 2020-11-23T12:51:08.5893838Z [cluster2] 2020-11-23T12:47:32.021Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7390. 2020-11-23T12:51:08.5896507Z [cluster2] 2020-11-23T12:47:32.025Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7391. 2020-11-23T12:51:08.5900406Z [cluster2] 2020-11-23T12:47:32.028Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7392. 2020-11-23T12:51:08.5917850Z [cluster2] 2020-11-23T12:47:32.043Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7393. 2020-11-23T12:51:08.5919927Z [cluster2] 2020-11-23T12:47:37.037Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7394. 2020-11-23T12:51:08.5921256Z [cluster2] 2020-11-23T12:47:37.046Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7395. 2020-11-23T12:51:08.5922275Z [cluster2] 2020-11-23T12:47:37.046Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7396. 2020-11-23T12:51:08.5924277Z [cluster2] 2020-11-23T12:47:37.056Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7397. 2020-11-23T12:51:08.5926964Z [cluster2] 2020-11-23T12:47:37.079Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7398. 2020-11-23T12:51:08.5929329Z [cluster2] 2020-11-23T12:47:37.088Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7399. 2020-11-23T12:51:08.5931089Z [cluster2] 2020-11-23T12:47:42.087Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7400. 2020-11-23T12:51:08.5932336Z [cluster2] 2020-11-23T12:47:42.095Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7401. 2020-11-23T12:51:08.5933340Z [cluster2] 2020-11-23T12:47:42.095Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7402. 2020-11-23T12:51:08.5935065Z [cluster2] 2020-11-23T12:47:42.100Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7403. 2020-11-23T12:51:08.5937754Z [cluster2] 2020-11-23T12:47:42.103Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7404. 2020-11-23T12:51:08.5939937Z [cluster2] 2020-11-23T12:47:42.108Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7405. 2020-11-23T12:51:08.5941692Z [cluster2] 2020-11-23T12:47:47.107Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7406. 2020-11-23T12:51:08.5943265Z [cluster2] 2020-11-23T12:47:47.116Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7407. 2020-11-23T12:51:08.5945160Z [cluster2] 2020-11-23T12:47:47.116Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7408. 2020-11-23T12:51:08.5947731Z [cluster2] 2020-11-23T12:47:47.127Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7409. 2020-11-23T12:51:08.5950378Z [cluster2] 2020-11-23T12:47:47.131Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7410. 2020-11-23T12:51:08.5952561Z [cluster2] 2020-11-23T12:47:47.141Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7411. 2020-11-23T12:51:08.5954320Z [cluster2] 2020-11-23T12:47:52.125Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7412. 2020-11-23T12:51:08.5955761Z [cluster2] 2020-11-23T12:47:52.132Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7413. 2020-11-23T12:51:08.5957131Z [cluster2] 2020-11-23T12:47:52.132Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7414. 2020-11-23T12:51:08.5959422Z [cluster2] 2020-11-23T12:47:52.137Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7415. 2020-11-23T12:51:08.5962872Z [cluster2] 2020-11-23T12:47:52.140Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7416. 2020-11-23T12:51:08.5965323Z [cluster2] 2020-11-23T12:47:52.145Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7417. 2020-11-23T12:51:08.5967369Z [cluster2] 2020-11-23T12:47:57.144Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7418. 2020-11-23T12:51:08.5968813Z [cluster2] 2020-11-23T12:47:57.154Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7419. 2020-11-23T12:51:08.5970509Z [cluster2] 2020-11-23T12:47:57.154Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7420. 2020-11-23T12:51:08.5972673Z [cluster2] 2020-11-23T12:47:57.159Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7421. 2020-11-23T12:51:08.5975257Z [cluster2] 2020-11-23T12:47:57.163Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7422. 2020-11-23T12:51:08.5977619Z [cluster2] 2020-11-23T12:47:57.171Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7423. 2020-11-23T12:51:08.5979347Z [cluster2] 2020-11-23T12:48:02.163Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7424. 2020-11-23T12:51:08.5980603Z [cluster2] 2020-11-23T12:48:02.172Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7425. 2020-11-23T12:51:08.5981811Z [cluster2] 2020-11-23T12:48:02.172Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7426. 2020-11-23T12:51:08.5984051Z [cluster2] 2020-11-23T12:48:02.176Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7427. 2020-11-23T12:51:08.5987092Z [cluster2] 2020-11-23T12:48:02.180Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7428. 2020-11-23T12:51:08.5993718Z [cluster2] 2020-11-23T12:48:02.185Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7429. 2020-11-23T12:51:08.5996510Z [cluster2] 2020-11-23T12:48:07.188Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7430. 2020-11-23T12:51:08.5998579Z [cluster2] 2020-11-23T12:48:07.198Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7431. 2020-11-23T12:51:08.5999641Z [cluster2] 2020-11-23T12:48:07.198Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7432. 2020-11-23T12:51:08.6001857Z [cluster2] 2020-11-23T12:48:07.210Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7433. 2020-11-23T12:51:08.6004566Z [cluster2] 2020-11-23T12:48:07.215Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7434. 2020-11-23T12:51:08.6007331Z [cluster2] 2020-11-23T12:48:07.233Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7435. 2020-11-23T12:51:08.6009569Z [cluster2] 2020-11-23T12:48:12.215Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7436. 2020-11-23T12:51:08.6011900Z [cluster2] 2020-11-23T12:48:12.226Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7437. 2020-11-23T12:51:08.6013173Z [cluster2] 2020-11-23T12:48:12.226Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7438. 2020-11-23T12:51:08.6016494Z [cluster2] 2020-11-23T12:48:12.231Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7439. 2020-11-23T12:51:08.6019703Z [cluster2] 2020-11-23T12:48:12.248Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7440. 2020-11-23T12:51:08.6022482Z [cluster2] 2020-11-23T12:48:12.259Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7441. 2020-11-23T12:51:08.6024685Z [cluster2] 2020-11-23T12:48:17.221Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7442. 2020-11-23T12:51:08.6026269Z [cluster2] 2020-11-23T12:48:17.227Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7443. 2020-11-23T12:51:08.6027508Z [cluster2] 2020-11-23T12:48:17.227Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7444. 2020-11-23T12:51:08.6029711Z [cluster2] 2020-11-23T12:48:17.230Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7445. 2020-11-23T12:51:08.6032739Z [cluster2] 2020-11-23T12:48:17.232Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7446. 2020-11-23T12:51:08.6035520Z [cluster2] 2020-11-23T12:48:17.239Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7447. 2020-11-23T12:51:08.6037704Z [cluster2] 2020-11-23T12:48:22.238Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7448. 2020-11-23T12:51:08.6040200Z [cluster2] 2020-11-23T12:48:22.246Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7449. 2020-11-23T12:51:08.6041513Z [cluster2] 2020-11-23T12:48:22.246Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7450. 2020-11-23T12:51:08.6044626Z [cluster2] 2020-11-23T12:48:22.252Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7451. 2020-11-23T12:51:08.6047853Z [cluster2] 2020-11-23T12:48:22.256Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7452. 2020-11-23T12:51:08.6050711Z [cluster2] 2020-11-23T12:48:22.261Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7453. 2020-11-23T12:51:08.6053144Z [cluster2] 2020-11-23T12:48:27.266Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7454. 2020-11-23T12:51:08.6054787Z [cluster2] 2020-11-23T12:48:27.273Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7455. 2020-11-23T12:51:08.6056256Z [cluster2] 2020-11-23T12:48:27.273Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7456. 2020-11-23T12:51:08.6058633Z [cluster2] 2020-11-23T12:48:27.278Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7457. 2020-11-23T12:51:08.6061771Z [cluster2] 2020-11-23T12:48:27.281Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7458. 2020-11-23T12:51:08.6064682Z [cluster2] 2020-11-23T12:48:27.285Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7459. 2020-11-23T12:51:08.6066895Z [cluster2] 2020-11-23T12:48:32.281Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7460. 2020-11-23T12:51:08.6068460Z [cluster2] 2020-11-23T12:48:32.286Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7461. 2020-11-23T12:51:08.6069717Z [cluster2] 2020-11-23T12:48:32.286Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7462. 2020-11-23T12:51:08.6072002Z [cluster2] 2020-11-23T12:48:32.291Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7463. 2020-11-23T12:51:08.6075138Z [cluster2] 2020-11-23T12:48:32.294Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7464. 2020-11-23T12:51:08.6077911Z [cluster2] 2020-11-23T12:48:32.299Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7465. 2020-11-23T12:51:08.6080110Z [cluster2] 2020-11-23T12:48:37.298Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7466. 2020-11-23T12:51:08.6081688Z [cluster2] 2020-11-23T12:48:37.305Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7467. 2020-11-23T12:51:08.6083255Z [cluster2] 2020-11-23T12:48:37.305Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7468. 2020-11-23T12:51:08.6085442Z [cluster2] 2020-11-23T12:48:37.310Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7469. 2020-11-23T12:51:08.6088474Z [cluster2] 2020-11-23T12:48:37.313Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7470. 2020-11-23T12:51:08.6091409Z [cluster2] 2020-11-23T12:48:37.320Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7471. 2020-11-23T12:51:08.6093567Z [cluster2] 2020-11-23T12:48:42.310Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7472. 2020-11-23T12:51:08.6095237Z [cluster2] 2020-11-23T12:48:42.321Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7473. 2020-11-23T12:51:08.6096645Z [cluster2] 2020-11-23T12:48:42.321Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7474. 2020-11-23T12:51:08.6098759Z [cluster2] 2020-11-23T12:48:42.325Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7475. 2020-11-23T12:51:08.6102072Z [cluster2] 2020-11-23T12:48:42.330Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7476. 2020-11-23T12:51:08.6104820Z [cluster2] 2020-11-23T12:48:42.337Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7477. 2020-11-23T12:51:08.6107119Z [cluster2] 2020-11-23T12:48:47.321Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7478. 2020-11-23T12:51:08.6108622Z [cluster2] 2020-11-23T12:48:47.340Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7479. 2020-11-23T12:51:08.6109826Z [cluster2] 2020-11-23T12:48:47.340Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7480. 2020-11-23T12:51:08.6112682Z [cluster2] 2020-11-23T12:48:47.344Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7481. 2020-11-23T12:51:08.6115744Z [cluster2] 2020-11-23T12:48:47.347Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7482. 2020-11-23T12:51:08.6118496Z [cluster2] 2020-11-23T12:48:47.353Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7483. 2020-11-23T12:51:08.6124344Z [cluster2] 2020-11-23T12:48:52.335Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7484. 2020-11-23T12:51:08.6126779Z [cluster2] 2020-11-23T12:48:52.342Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7485. 2020-11-23T12:51:08.6128129Z [cluster2] 2020-11-23T12:48:52.342Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7486. 2020-11-23T12:51:08.6130313Z [cluster2] 2020-11-23T12:48:52.346Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7487. 2020-11-23T12:51:08.6133741Z [cluster2] 2020-11-23T12:48:52.349Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7488. 2020-11-23T12:51:08.6137046Z [cluster2] 2020-11-23T12:48:52.354Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7489. 2020-11-23T12:51:08.6139256Z [cluster2] 2020-11-23T12:48:57.354Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7490. 2020-11-23T12:51:08.6140840Z [cluster2] 2020-11-23T12:48:57.375Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7491. 2020-11-23T12:51:08.6142082Z [cluster2] 2020-11-23T12:48:57.375Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7492. 2020-11-23T12:51:08.6144821Z [cluster2] 2020-11-23T12:48:57.380Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7493. 2020-11-23T12:51:08.6147966Z [cluster2] 2020-11-23T12:48:57.383Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7494. 2020-11-23T12:51:08.6150915Z [cluster2] 2020-11-23T12:48:57.390Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7495. 2020-11-23T12:51:08.6153099Z [cluster2] 2020-11-23T12:49:02.382Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7496. 2020-11-23T12:51:08.6154684Z [cluster2] 2020-11-23T12:49:02.390Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7497. 2020-11-23T12:51:08.6157232Z [cluster2] 2020-11-23T12:49:02.390Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7498. 2020-11-23T12:51:08.6159517Z [cluster2] 2020-11-23T12:49:02.398Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7499. 2020-11-23T12:51:08.6163228Z [cluster2] 2020-11-23T12:49:02.401Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7500. 2020-11-23T12:51:08.6166070Z [cluster2] 2020-11-23T12:49:02.405Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7501. 2020-11-23T12:51:08.6168299Z [cluster2] 2020-11-23T12:49:07.396Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7502. 2020-11-23T12:51:08.6169864Z [cluster2] 2020-11-23T12:49:07.407Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7503. 2020-11-23T12:51:08.6171139Z [cluster2] 2020-11-23T12:49:07.407Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7504. 2020-11-23T12:51:08.6173339Z [cluster2] 2020-11-23T12:49:07.411Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7505. 2020-11-23T12:51:08.6177849Z [cluster2] 2020-11-23T12:49:07.414Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7506. 2020-11-23T12:51:08.6181290Z [cluster2] 2020-11-23T12:49:07.419Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7507. 2020-11-23T12:51:08.6183985Z [cluster2] 2020-11-23T12:49:12.415Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7508. 2020-11-23T12:51:08.6185820Z [cluster2] 2020-11-23T12:49:12.421Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7509. 2020-11-23T12:51:08.6187749Z [cluster2] 2020-11-23T12:49:12.421Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7510. 2020-11-23T12:51:08.6191337Z [cluster2] 2020-11-23T12:49:12.424Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7511. 2020-11-23T12:51:08.6195089Z [cluster2] 2020-11-23T12:49:12.428Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7512. 2020-11-23T12:51:08.6197994Z [cluster2] 2020-11-23T12:49:12.432Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7513. 2020-11-23T12:51:08.6200481Z [cluster2] 2020-11-23T12:49:17.428Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7514. 2020-11-23T12:51:08.6202067Z [cluster2] 2020-11-23T12:49:17.435Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7515. 2020-11-23T12:51:08.6203379Z [cluster2] 2020-11-23T12:49:17.435Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7516. 2020-11-23T12:51:08.6205586Z [cluster2] 2020-11-23T12:49:17.439Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7517. 2020-11-23T12:51:08.6209250Z [cluster2] 2020-11-23T12:49:17.444Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7518. 2020-11-23T12:51:08.6212098Z [cluster2] 2020-11-23T12:49:17.449Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7519. 2020-11-23T12:51:08.6214318Z [cluster2] 2020-11-23T12:49:22.439Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7520. 2020-11-23T12:51:08.6216833Z [cluster2] 2020-11-23T12:49:22.454Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7521. 2020-11-23T12:51:08.6218099Z [cluster2] 2020-11-23T12:49:22.454Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7522. 2020-11-23T12:51:08.6220292Z [cluster2] 2020-11-23T12:49:22.462Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7523. 2020-11-23T12:51:08.6223336Z [cluster2] 2020-11-23T12:49:22.469Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7524. 2020-11-23T12:51:08.6226103Z [cluster2] 2020-11-23T12:49:22.475Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7525. 2020-11-23T12:51:08.6228311Z [cluster2] 2020-11-23T12:49:27.463Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7526. 2020-11-23T12:51:08.6229875Z [cluster2] 2020-11-23T12:49:27.470Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7527. 2020-11-23T12:51:08.6231136Z [cluster2] 2020-11-23T12:49:27.470Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7528. 2020-11-23T12:51:08.6235212Z [cluster2] 2020-11-23T12:49:27.475Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7529. 2020-11-23T12:51:08.6238631Z [cluster2] 2020-11-23T12:49:27.478Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7530. 2020-11-23T12:51:08.6241907Z [cluster2] 2020-11-23T12:49:27.483Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7531. 2020-11-23T12:51:08.6244129Z [cluster2] 2020-11-23T12:49:32.479Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7532. 2020-11-23T12:51:08.6245927Z [cluster2] 2020-11-23T12:49:32.486Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7533. 2020-11-23T12:51:08.6247186Z [cluster2] 2020-11-23T12:49:32.486Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7534. 2020-11-23T12:51:08.6249654Z [cluster2] 2020-11-23T12:49:32.490Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7535. 2020-11-23T12:51:08.6252790Z [cluster2] 2020-11-23T12:49:32.495Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7536. 2020-11-23T12:51:08.6256182Z [cluster2] 2020-11-23T12:49:32.501Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7537. 2020-11-23T12:51:08.6258424Z [cluster2] 2020-11-23T12:49:37.494Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7538. 2020-11-23T12:51:08.6260002Z [cluster2] 2020-11-23T12:49:37.501Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7539. 2020-11-23T12:51:08.6261581Z [cluster2] 2020-11-23T12:49:37.501Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7540. 2020-11-23T12:51:08.6264346Z [cluster2] 2020-11-23T12:49:37.505Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7541. 2020-11-23T12:51:08.6267491Z [cluster2] 2020-11-23T12:49:37.508Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7542. 2020-11-23T12:51:08.6270283Z [cluster2] 2020-11-23T12:49:37.512Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7543. 2020-11-23T12:51:08.6272770Z [cluster2] 2020-11-23T12:49:42.508Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7544. 2020-11-23T12:51:08.6274441Z [cluster2] 2020-11-23T12:49:42.517Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7545. 2020-11-23T12:51:08.6275690Z [cluster2] 2020-11-23T12:49:42.517Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7546. 2020-11-23T12:51:08.6278211Z [cluster2] 2020-11-23T12:49:42.521Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7547. 2020-11-23T12:51:08.6281329Z [cluster2] 2020-11-23T12:49:42.525Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7548. 2020-11-23T12:51:08.6284297Z [cluster2] 2020-11-23T12:49:42.530Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7549. 2020-11-23T12:51:08.6286644Z [cluster2] 2020-11-23T12:49:47.522Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7550. 2020-11-23T12:51:08.6288209Z [cluster2] 2020-11-23T12:49:47.529Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7551. 2020-11-23T12:51:08.6289645Z [cluster2] 2020-11-23T12:49:47.529Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7552. 2020-11-23T12:51:08.6293154Z [cluster2] 2020-11-23T12:49:47.532Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7553. 2020-11-23T12:51:08.6297040Z [cluster2] 2020-11-23T12:49:47.535Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7554. 2020-11-23T12:51:08.6300166Z [cluster2] 2020-11-23T12:49:47.542Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7555. 2020-11-23T12:51:08.6303050Z [cluster2] 2020-11-23T12:49:52.540Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7556. 2020-11-23T12:51:08.6304639Z [cluster2] 2020-11-23T12:49:52.545Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7557. 2020-11-23T12:51:08.6306535Z [cluster2] 2020-11-23T12:49:52.545Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7558. 2020-11-23T12:51:08.6309012Z [cluster2] 2020-11-23T12:49:52.549Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7559. 2020-11-23T12:51:08.6312591Z [cluster2] 2020-11-23T12:49:52.552Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7560. 2020-11-23T12:51:08.6315059Z [cluster2] 2020-11-23T12:49:52.556Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7561. 2020-11-23T12:51:08.6317500Z [cluster2] 2020-11-23T12:49:57.570Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7562. 2020-11-23T12:51:08.6318795Z [cluster2] 2020-11-23T12:49:57.580Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7563. 2020-11-23T12:51:08.6319813Z [cluster2] 2020-11-23T12:49:57.580Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7564. 2020-11-23T12:51:08.6322405Z [cluster2] 2020-11-23T12:49:57.590Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7565. 2020-11-23T12:51:08.6325984Z [cluster2] 2020-11-23T12:49:57.594Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7566. 2020-11-23T12:51:08.6328915Z [cluster2] 2020-11-23T12:49:57.604Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7567. 2020-11-23T12:51:08.6330888Z [cluster2] 2020-11-23T12:50:02.628Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7568. 2020-11-23T12:51:08.6332902Z [cluster2] 2020-11-23T12:50:02.634Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7569. 2020-11-23T12:51:08.6334345Z [cluster2] 2020-11-23T12:50:02.634Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7570. 2020-11-23T12:51:08.6337134Z [cluster2] 2020-11-23T12:50:02.638Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7571. 2020-11-23T12:51:08.6340586Z [cluster2] 2020-11-23T12:50:02.642Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7572. 2020-11-23T12:51:08.6343063Z [cluster2] 2020-11-23T12:50:02.649Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7573. 2020-11-23T12:51:08.6346644Z [cluster2] 2020-11-23T12:50:07.642Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7574. 2020-11-23T12:51:08.6349508Z [cluster2] 2020-11-23T12:50:07.653Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7575. 2020-11-23T12:51:08.6351855Z [cluster2] 2020-11-23T12:50:07.653Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7576. 2020-11-23T12:51:08.6353638Z [cluster2] 2020-11-23T12:50:07.659Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7577. 2020-11-23T12:51:08.6369544Z [cluster2] 2020-11-23T12:50:07.664Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7578. 2020-11-23T12:51:08.6373254Z [cluster2] 2020-11-23T12:50:07.675Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7579. 2020-11-23T12:51:08.6376313Z [cluster2] 2020-11-23T12:50:12.678Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7580. 2020-11-23T12:51:08.6377667Z [cluster2] 2020-11-23T12:50:12.704Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7581. 2020-11-23T12:51:08.6378706Z [cluster2] 2020-11-23T12:50:12.704Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7582. 2020-11-23T12:51:08.6381000Z [cluster2] 2020-11-23T12:50:12.716Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7583. 2020-11-23T12:51:08.6383988Z [cluster2] 2020-11-23T12:50:12.735Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7584. 2020-11-23T12:51:08.6386246Z [cluster2] 2020-11-23T12:50:12.762Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7585. 2020-11-23T12:51:08.6388053Z [cluster2] 2020-11-23T12:50:17.711Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7586. 2020-11-23T12:51:08.6389351Z [cluster2] 2020-11-23T12:50:17.720Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7587. 2020-11-23T12:51:08.6390555Z [cluster2] 2020-11-23T12:50:17.720Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7588. 2020-11-23T12:51:08.6392420Z [cluster2] 2020-11-23T12:50:17.725Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7589. 2020-11-23T12:51:08.6395302Z [cluster2] 2020-11-23T12:50:17.742Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7590. 2020-11-23T12:51:08.6397743Z [cluster2] 2020-11-23T12:50:17.761Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7591. 2020-11-23T12:51:08.6399541Z [cluster2] 2020-11-23T12:50:22.728Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7592. 2020-11-23T12:51:08.6400840Z [cluster2] 2020-11-23T12:50:22.742Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7593. 2020-11-23T12:51:08.6401850Z [cluster2] 2020-11-23T12:50:22.742Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7594. 2020-11-23T12:51:08.6403639Z [cluster2] 2020-11-23T12:50:22.746Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7595. 2020-11-23T12:51:08.6406117Z [cluster2] 2020-11-23T12:50:22.754Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7596. 2020-11-23T12:51:08.6408641Z [cluster2] 2020-11-23T12:50:22.760Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7597. 2020-11-23T12:51:08.6410790Z [cluster2] 2020-11-23T12:50:27.769Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7598. 2020-11-23T12:51:08.6412648Z [cluster2] 2020-11-23T12:50:27.777Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7599. 2020-11-23T12:51:08.6413667Z [cluster2] 2020-11-23T12:50:27.778Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7600. 2020-11-23T12:51:08.6415588Z [cluster2] 2020-11-23T12:50:27.781Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7601. 2020-11-23T12:51:08.6418112Z [cluster2] 2020-11-23T12:50:27.784Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7602. 2020-11-23T12:51:08.6420354Z [cluster2] 2020-11-23T12:50:27.791Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7603. 2020-11-23T12:51:08.6422168Z [cluster2] 2020-11-23T12:50:32.788Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7604. 2020-11-23T12:51:08.6423651Z [cluster2] 2020-11-23T12:50:32.806Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7605. 2020-11-23T12:51:08.6424718Z [cluster2] 2020-11-23T12:50:32.806Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7606. 2020-11-23T12:51:08.6426995Z [cluster2] 2020-11-23T12:50:32.812Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7607. 2020-11-23T12:51:08.6429614Z [cluster2] 2020-11-23T12:50:32.818Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7608. 2020-11-23T12:51:08.6432667Z [cluster2] 2020-11-23T12:50:32.825Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7609. 2020-11-23T12:51:08.6434861Z [cluster2] 2020-11-23T12:50:37.814Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7610. 2020-11-23T12:51:08.6436225Z [cluster2] 2020-11-23T12:50:37.819Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7611. 2020-11-23T12:51:08.6437438Z [cluster2] 2020-11-23T12:50:37.819Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7612. 2020-11-23T12:51:08.6439212Z [cluster2] 2020-11-23T12:50:37.823Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7613. 2020-11-23T12:51:08.6442984Z [cluster2] 2020-11-23T12:50:37.826Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7614. 2020-11-23T12:51:08.6446421Z [cluster2] 2020-11-23T12:50:37.831Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7615. 2020-11-23T12:51:08.6448654Z [cluster2] 2020-11-23T12:50:42.829Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7616. 2020-11-23T12:51:08.6449955Z [cluster2] 2020-11-23T12:50:42.873Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7617. 2020-11-23T12:51:08.6450973Z [cluster2] 2020-11-23T12:50:42.873Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7618. 2020-11-23T12:51:08.6453223Z [cluster2] 2020-11-23T12:50:42.884Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7619. 2020-11-23T12:51:08.6457031Z [cluster2] 2020-11-23T12:50:42.903Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7620. 2020-11-23T12:51:08.6520665Z [cluster2] 2020-11-23T12:50:42.908Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7621. 2020-11-23T12:51:08.6522692Z [cluster2] 2020-11-23T12:50:47.879Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7622. 2020-11-23T12:51:08.6524088Z [cluster2] 2020-11-23T12:50:47.888Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7623. 2020-11-23T12:51:08.6525855Z [cluster2] 2020-11-23T12:50:47.888Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7624. 2020-11-23T12:51:08.6528227Z [cluster2] 2020-11-23T12:50:47.893Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7625. 2020-11-23T12:51:08.6532401Z [cluster2] 2020-11-23T12:50:47.898Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7626. 2020-11-23T12:51:08.6537275Z [cluster2] 2020-11-23T12:50:47.907Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7627. 2020-11-23T12:51:08.7595712Z [cluster2] 2020-11-23T12:50:52.929Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7628. 2020-11-23T12:51:08.7597169Z [cluster2] 2020-11-23T12:50:52.946Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7629. 2020-11-23T12:51:08.7598217Z [cluster2] 2020-11-23T12:50:52.946Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7630. 2020-11-23T12:51:08.7600033Z [cluster2] 2020-11-23T12:50:52.953Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7631. 2020-11-23T12:51:08.7602539Z [cluster2] 2020-11-23T12:50:52.958Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7632. 2020-11-23T12:51:08.7605212Z [cluster2] 2020-11-23T12:50:52.965Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7633. 2020-11-23T12:51:08.7607009Z [cluster2] 2020-11-23T12:50:57.965Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7634. 2020-11-23T12:51:08.7608302Z [cluster2] 2020-11-23T12:50:57.979Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7635. 2020-11-23T12:51:08.7609321Z [cluster2] 2020-11-23T12:50:57.979Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7636. 2020-11-23T12:51:08.7611106Z [cluster2] 2020-11-23T12:50:57.987Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7637. 2020-11-23T12:51:08.7613585Z [cluster2] 2020-11-23T12:50:57.991Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7638. 2020-11-23T12:51:08.7617064Z [cluster2] 2020-11-23T12:50:57.997Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7639. 2020-11-23T12:51:08.7620574Z [cluster2] 2020-11-23T12:51:02.988Z INFO controller_submariner Reconciling Submariner {"Request.Namespace": "submariner-operator", "Request.Name": "submariner"}
  7640. 2020-11-23T12:51:08.7628302Z [cluster2] 2020-11-23T12:51:03.001Z INFO controller_submariner Using detected CIDR {"type": "Cluster", "CIDR": "10.2.0.0/16"}
  7641. 2020-11-23T12:51:08.7631402Z [cluster2] 2020-11-23T12:51:03.001Z INFO controller_submariner Using detected CIDR {"type": "Service", "CIDR": "100.2.0.0/16"}
  7642. 2020-11-23T12:51:08.7633222Z [cluster2] 2020-11-23T12:51:03.006Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-gateway"}
  7643. 2020-11-23T12:51:08.7636566Z [cluster2] 2020-11-23T12:51:03.010Z INFO controller_submariner Updated existing DaemonSet {"Request.Namespace": "submariner-operator", "Request.Name": "submariner", "DaemonSet.Namespace": "submariner-operator", "DaemonSet.Name": "submariner-routeagent"}
  7644. 2020-11-23T12:51:08.7640122Z [cluster2] 2020-11-23T12:51:03.016Z DEBUG controller-runtime.controller Successfully Reconciled {"controller": "submariner-controller", "name": "submariner", "namespace": "submariner-operator"}
  7645. 2020-11-23T12:51:08.7641623Z [cluster2] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  7646. 2020-11-23T12:51:08.7642023Z [cluster2] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  7647. 2020-11-23T12:51:08.7643157Z [cluster2] +++++++++++++++++++++: Logs for Pod submariner-gateway-j88f9 in namespace submariner-operator :++++++++++++++++++++++
  7648. 2020-11-23T12:51:08.7644058Z [cluster2] + trap 'exit 1' SIGTERM SIGINT
  7649. 2020-11-23T12:51:08.7644764Z [cluster2] + export CHARON_PID_FILE=/var/run/charon.pid
  7650. 2020-11-23T12:51:08.7645322Z [cluster2] + CHARON_PID_FILE=/var/run/charon.pid
  7651. 2020-11-23T12:51:08.7646134Z [cluster2] + rm -f /var/run/charon.pid
  7652. 2020-11-23T12:51:08.7646637Z [cluster2] + SUBMARINER_VERBOSITY=2
  7653. 2020-11-23T12:51:08.7647221Z [cluster2] + '[' false == true ']'
  7654. 2020-11-23T12:51:08.7647962Z [cluster2] + DEBUG=-v=2
  7655. 2020-11-23T12:51:08.7648716Z [cluster2] + mkdir -p /etc/ipsec
  7656. 2020-11-23T12:51:08.7649819Z [cluster2] + sysctl -w net.ipv4.conf.all.send_redirects=0
  7657. 2020-11-23T12:51:08.7650640Z [cluster2] + export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/libexec/strongswan
  7658. 2020-11-23T12:51:08.7651546Z [cluster2] + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/libexec/strongswan
  7659. 2020-11-23T12:51:08.7652597Z [cluster2] + for f in iptables-save iptables
  7660. 2020-11-23T12:51:08.7653338Z [cluster2] ++ find_iptables_on_host iptables-save
  7661. 2020-11-23T12:51:08.7654075Z [cluster2] ++ chroot /host test -x /usr/sbin/iptables-save
  7662. 2020-11-23T12:51:08.7654711Z [cluster2] net.ipv4.conf.all.send_redirects = 0
  7663. 2020-11-23T12:51:08.7655219Z [cluster2] ++ echo /usr/sbin
  7664. 2020-11-23T12:51:08.7655783Z [cluster2] ++ return
  7665. 2020-11-23T12:51:08.7656179Z [cluster2] + location=/usr/sbin
  7666. 2020-11-23T12:51:08.7656985Z [cluster2] + '[' /usr/sbin '!=' unknown ']'
  7667. 2020-11-23T12:51:08.7657961Z [cluster2] + echo 'iptables-save is present on the host at /usr/sbin/iptables-save'
  7668. 2020-11-23T12:51:08.7659125Z [cluster2] iptables-save is present on the host at /usr/sbin/iptables-save
  7669. 2020-11-23T12:51:08.7660663Z [cluster2] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  7670. 2020-11-23T12:51:08.7661448Z [cluster2] + for f in iptables-save iptables
  7671. 2020-11-23T12:51:08.7661999Z [cluster2] ++ find_iptables_on_host iptables
  7672. 2020-11-23T12:51:08.7662697Z [cluster2] ++ chroot /host test -x /usr/sbin/iptables
  7673. 2020-11-23T12:51:08.7663175Z [cluster2] ++ echo /usr/sbin
  7674. 2020-11-23T12:51:08.7663566Z [cluster2] ++ return
  7675. 2020-11-23T12:51:08.7664113Z [cluster2] + location=/usr/sbin
  7676. 2020-11-23T12:51:08.7664695Z [cluster2] + '[' /usr/sbin '!=' unknown ']'
  7677. 2020-11-23T12:51:08.7665406Z [cluster2] + echo 'iptables is present on the host at /usr/sbin/iptables'
  7678. 2020-11-23T12:51:08.7666268Z [cluster2] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  7679. 2020-11-23T12:51:08.7666933Z [cluster2] iptables is present on the host at /usr/sbin/iptables
  7680. 2020-11-23T12:51:08.7667754Z [cluster2] + exec submariner-engine -v=2 -alsologtostderr
  7681. 2020-11-23T12:51:08.7668470Z [cluster2] I1123 12:39:49.166041 1 main.go:69] Starting the submariner gateway engine
  7682. 2020-11-23T12:51:08.7669824Z [cluster2] W1123 12:39:49.173040 1 client_config.go:543] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  7683. 2020-11-23T12:51:08.7670886Z [cluster2] I1123 12:39:49.173482 1 main.go:94] Creating the cable engine
  7684. 2020-11-23T12:51:08.7672087Z [cluster2] I1123 12:39:49.173739 1 syncer.go:61] CableEngine syncer started
  7685. 2020-11-23T12:51:08.7673423Z [cluster2] I1123 12:39:49.176788 1 main.go:241] Gateway leader election config values: main.leaderConfig{LeaseDuration:10, RenewDeadline:5, RetryPeriod:2}
  7686. 2020-11-23T12:51:08.7674936Z [cluster2] I1123 12:39:49.177042 1 main.go:258] Using namespace "submariner-operator" for the leader election lock
  7687. 2020-11-23T12:51:08.7676472Z [cluster2] I1123 12:39:49.177056 1 leaderelection.go:242] attempting to acquire leader lease submariner-operator/submariner-engine-lock...
  7688. 2020-11-23T12:51:08.7678084Z [cluster2] I1123 12:39:49.298591 1 leaderelection.go:252] successfully acquired lease submariner-operator/submariner-engine-lock
  7689. 2020-11-23T12:51:08.7681498Z [cluster2] I1123 12:39:49.301792 1 event.go:281] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"submariner-operator", Name:"submariner-engine-lock", UID:"1caf399c-16c4-4c55-97e7-288044eba399", APIVersion:"v1", ResourceVersion:"1230", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' cluster2-worker-submariner-engine became leader
  7690. 2020-11-23T12:51:08.7684160Z [cluster2] I1123 12:39:49.301944 1 main.go:133] Creating the datastore syncer
  7691. 2020-11-23T12:51:08.7684769Z [cluster2] I1123 12:39:49.302162 1 libreswan.go:357] Starting Pluto
  7692. 2020-11-23T12:51:08.7685673Z [cluster2] Initializing NSS database
  7693. 2020-11-23T12:51:08.7686087Z [cluster2]
  7694. 2020-11-23T12:51:08.7686658Z [cluster2] nflog ipsec capture disabled
  7695. 2020-11-23T12:51:08.7687364Z [cluster2] I1123 12:39:51.309712 1 cableengine.go:71] CableEngine controller started, driver: "libreswan"
  7696. 2020-11-23T12:51:08.7688183Z [cluster2] I1123 12:39:51.309770 1 datastoresyncer.go:60] Starting the datastore syncer
  7697. 2020-11-23T12:51:08.7688894Z [cluster2] I1123 12:39:51.310881 1 tunnel.go:18] Starting the tunnel controller
  7698. 2020-11-23T12:51:08.7689577Z [cluster2] I1123 12:39:57.634771 1 datastoresyncer.go:80] Starting the broker syncer
  7699. 2020-11-23T12:51:08.7690406Z [cluster2] I1123 12:39:57.835288 1 datastoresyncer.go:108] Ensuring we are the only endpoint active for this cluster
  7700. 2020-11-23T12:51:08.7691910Z [cluster2] I1123 12:39:57.835325 1 datastoresyncer.go:143] Creating local submariner Cluster: types.SubmarinerCluster{ID:"cluster2", Spec:v1.ClusterSpec{ClusterID:"cluster2", ColorCodes:[]string{"blue"}, ServiceCIDR:[]string{"100.2.0.0/16"}, ClusterCIDR:[]string{"10.2.0.0/16"}, GlobalCIDR:[]string{}}}
  7701. 2020-11-23T12:51:08.7695156Z [cluster2] I1123 12:39:58.052733 1 datastoresyncer.go:156] Creating local submariner Endpoint: types.SubmarinerEndpoint{Spec:v1.EndpointSpec{ClusterID:"cluster2", CableName:"submariner-cable-cluster2-172-17-0-6", HealthCheckIP:"", Hostname:"cluster2-worker", Subnets:[]string{"100.2.0.0/16", "10.2.0.0/16"}, PrivateIP:"172.17.0.6", PublicIP:"", NATEnabled:false, Backend:"libreswan", BackendConfig:map[string]string{}}}
  7702. 2020-11-23T12:51:08.7697932Z [cluster2] 002 listening for IKE messages
  7703. 2020-11-23T12:51:08.7698416Z [cluster2] 002 forgetting secrets
  7704. 2020-11-23T12:51:08.7698967Z [cluster2] 002 loading secrets from "/etc/ipsec.secrets"
  7705. 2020-11-23T12:51:08.7699643Z [cluster2] 002 loading secrets from "/etc/ipsec.d/submariner.secrets"
  7706. 2020-11-23T12:51:08.7714903Z [cluster2] I1123 12:39:58.089988 1 tunnel.go:51] Tunnel controller processing added or updated submariner Endpoint object: &v1.Endpoint{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"cluster1-submariner-cable-cluster1-172-17-0-8", GenerateName:"", Namespace:"submariner-operator", SelfLink:"/apis/submariner.io/v1/namespaces/submariner-operator/endpoints/cluster1-submariner-cable-cluster1-172-17-0-8", UID:"cbde5be5-11d9-4f03-9822-50841eba8a88", ResourceVersion:"1270", Generation:1, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63741731998, loc:(*time.Location)(0x2033cc0)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"submariner-io/clusterID":"cluster1"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1.EndpointSpec{ClusterID:"cluster1", CableName:"submariner-cable-cluster1-172-17-0-8", HealthCheckIP:"", Hostname:"cluster1-worker", Subnets:[]string{"100.1.0.0/16", "10.1.0.0/16"}, PrivateIP:"172.17.0.8", PublicIP:"", NATEnabled:false, Backend:"libreswan", BackendConfig:map[string]string(nil)}}
  7707. 2020-11-23T12:51:08.7725151Z [cluster2] I1123 12:39:58.090096 1 cableengine.go:101] Installing Endpoint cable "submariner-cable-cluster1-172-17-0-8"
  7708. 2020-11-23T12:51:08.7726390Z [cluster2] I1123 12:39:58.090104 1 libreswan.go:164] Active connections: []
  7709. 2020-11-23T12:51:08.7728169Z [cluster2] 002 added IKEv2 connection "submariner-cable-cluster1-172-17-0-8-0-0"
  7710. 2020-11-23T12:51:08.7731311Z [cluster2] I1123 12:39:58.092960 1 libreswan.go:245] Creating connection(s) for {{cluster1 submariner-cable-cluster1-172-17-0-8 cluster1-worker [100.1.0.0/16 10.1.0.0/16] 172.17.0.8 false libreswan map[]}}
  7711. 2020-11-23T12:51:08.7736133Z [cluster2] I1123 12:39:58.093017 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster1-172-17-0-8-0-0 --id 172.17.0.6 --host 172.17.0.6 --client 172.17.0.6/32 --ikeport 500 --to --id 172.17.0.8 --host 172.17.0.8 --client 172.17.0.8/32 --ikeport 500]
  7712. 2020-11-23T12:51:08.7738177Z [cluster2] I1123 12:39:58.157943 1 datastoresyncer.go:99] Datastore syncer started
  7713. 2020-11-23T12:51:08.7740349Z [cluster2] I1123 12:39:58.416921 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster1-172-17-0-8-0-1 --id 172.17.0.6 --host 172.17.0.6 --client 172.17.0.6/32 --ikeport 500 --to --id 172.17.0.8 --host 172.17.0.8 --client 100.1.0.0/16 --ikeport 500]
  7714. 2020-11-23T12:51:08.7742202Z [cluster2] 181 "submariner-cable-cluster1-172-17-0-8-0-0" #1: initiating IKEv2 connection
  7715. 2020-11-23T12:51:08.7743643Z [cluster2] 002 added IKEv2 connection "submariner-cable-cluster1-172-17-0-8-0-1"
  7716. 2020-11-23T12:51:08.7747411Z [cluster2] 000 "submariner-cable-cluster1-172-17-0-8-0-1": queuing pending IPsec SA negotiating with 172.17.0.8 IKE SA #1 "submariner-cable-cluster1-172-17-0-8-0-0"
  7717. 2020-11-23T12:51:08.7750856Z [cluster2] 002 added IKEv2 connection "submariner-cable-cluster1-172-17-0-8-0-2"
  7718. 2020-11-23T12:51:08.7753125Z [cluster2] I1123 12:39:58.760892 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster1-172-17-0-8-0-2 --id 172.17.0.6 --host 172.17.0.6 --client 172.17.0.6/32 --ikeport 500 --to --id 172.17.0.8 --host 172.17.0.8 --client 10.1.0.0/16 --ikeport 500]
  7719. 2020-11-23T12:51:08.7755515Z [cluster2] 000 "submariner-cable-cluster1-172-17-0-8-0-2": queuing pending IPsec SA negotiating with 172.17.0.8 IKE SA #1 "submariner-cable-cluster1-172-17-0-8-0-0"
  7720. 2020-11-23T12:51:08.7757463Z [cluster2] 002 added IKEv2 connection "submariner-cable-cluster1-172-17-0-8-1-0"
  7721. 2020-11-23T12:51:08.7762497Z [cluster2] 000 "submariner-cable-cluster1-172-17-0-8-1-0": queuing pending IPsec SA negotiating with 172.17.0.8 IKE SA #1 "submariner-cable-cluster1-172-17-0-8-0-0"
  7722. 2020-11-23T12:51:08.7765406Z [cluster2] 002 added IKEv2 connection "submariner-cable-cluster1-172-17-0-8-1-1"
  7723. 2020-11-23T12:51:08.7767414Z [cluster2] 000 "submariner-cable-cluster1-172-17-0-8-1-1": queuing pending IPsec SA negotiating with 172.17.0.8 IKE SA #1 "submariner-cable-cluster1-172-17-0-8-0-0"
  7724. 2020-11-23T12:51:08.7769956Z [cluster2] I1123 12:39:58.975071 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster1-172-17-0-8-1-0 --id 172.17.0.6 --host 172.17.0.6 --client 100.2.0.0/16 --ikeport 500 --to --id 172.17.0.8 --host 172.17.0.8 --client 172.17.0.8/32 --ikeport 500]
  7725. 2020-11-23T12:51:08.7772388Z [cluster2] I1123 12:39:58.981853 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster1-172-17-0-8-1-1 --id 172.17.0.6 --host 172.17.0.6 --client 100.2.0.0/16 --ikeport 500 --to --id 172.17.0.8 --host 172.17.0.8 --client 100.1.0.0/16 --ikeport 500]
  7726. 2020-11-23T12:51:08.7774841Z [cluster2] I1123 12:39:58.990701 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster1-172-17-0-8-1-2 --id 172.17.0.6 --host 172.17.0.6 --client 100.2.0.0/16 --ikeport 500 --to --id 172.17.0.8 --host 172.17.0.8 --client 10.1.0.0/16 --ikeport 500]
  7727. 2020-11-23T12:51:08.7778742Z [cluster2] I1123 12:39:58.994908 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster1-172-17-0-8-2-0 --id 172.17.0.6 --host 172.17.0.6 --client 10.2.0.0/16 --ikeport 500 --to --id 172.17.0.8 --host 172.17.0.8 --client 172.17.0.8/32 --ikeport 500]
  7728. 2020-11-23T12:51:08.7781400Z [cluster2] I1123 12:39:59.004859 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster1-172-17-0-8-2-1 --id 172.17.0.6 --host 172.17.0.6 --client 10.2.0.0/16 --ikeport 500 --to --id 172.17.0.8 --host 172.17.0.8 --client 100.1.0.0/16 --ikeport 500]
  7729. 2020-11-23T12:51:08.7784206Z [cluster2] I1123 12:39:59.009697 1 libreswan.go:283] Executing whack with args: [--psk --encrypt --name submariner-cable-cluster1-172-17-0-8-2-2 --id 172.17.0.6 --host 172.17.0.6 --client 10.2.0.0/16 --ikeport 500 --to --id 172.17.0.8 --host 172.17.0.8 --client 10.1.0.0/16 --ikeport 500]
  7730. 2020-11-23T12:51:08.7786564Z [cluster2] I1123 12:39:59.041984 1 cableengine.go:150] Successfully installed Endpoint cable "submariner-cable-cluster1-172-17-0-8" with remote IP 172.17.0.8
  7731. 2020-11-23T12:51:08.7788536Z [cluster2] I1123 12:39:59.042008 1 tunnel.go:63] Tunnel controller successfully installed Endpoint cable submariner-cable-cluster1-172-17-0-8 in the engine
  7732. 2020-11-23T12:51:08.7796049Z [cluster2] I1123 12:39:59.043216 1 tunnel.go:51] Tunnel controller processing added or updated submariner Endpoint object: &v1.Endpoint{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"cluster2-submariner-cable-cluster2-172-17-0-6", GenerateName:"", Namespace:"submariner-operator", SelfLink:"/apis/submariner.io/v1/namespaces/submariner-operator/endpoints/cluster2-submariner-cable-cluster2-172-17-0-6", UID:"f92118b7-45e0-4a0e-b371-41ca18d73008", ResourceVersion:"1271", Generation:1, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63741731998, loc:(*time.Location)(0x2033cc0)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1.EndpointSpec{ClusterID:"cluster2", CableName:"submariner-cable-cluster2-172-17-0-6", HealthCheckIP:"", Hostname:"cluster2-worker", Subnets:[]string{"100.2.0.0/16", "10.2.0.0/16"}, PrivateIP:"172.17.0.6", PublicIP:"", NATEnabled:false, Backend:"libreswan", BackendConfig:map[string]string(nil)}}
  7733. 2020-11-23T12:51:08.7802035Z [cluster2] I1123 12:39:59.043278 1 cableengine.go:92] Not installing cable for local cluster
  7734. 2020-11-23T12:51:08.7803551Z [cluster2] I1123 12:39:59.043284 1 tunnel.go:63] Tunnel controller successfully installed Endpoint cable submariner-cable-cluster2-172-17-0-6 in the engine
  7735. 2020-11-23T12:51:08.7805199Z [cluster2] 002 added IKEv2 connection "submariner-cable-cluster1-172-17-0-8-1-2"
  7736. 2020-11-23T12:51:08.7807272Z [cluster2] 000 "submariner-cable-cluster1-172-17-0-8-1-2": queuing pending IPsec SA negotiating with 172.17.0.8 IKE SA #1 "submariner-cable-cluster1-172-17-0-8-0-0"
  7737. 2020-11-23T12:51:08.7809197Z [cluster2] 002 added IKEv2 connection "submariner-cable-cluster1-172-17-0-8-2-0"
  7738. 2020-11-23T12:51:08.7811211Z [cluster2] 000 "submariner-cable-cluster1-172-17-0-8-2-0": queuing pending IPsec SA negotiating with 172.17.0.8 IKE SA #1 "submariner-cable-cluster1-172-17-0-8-0-0"
  7739. 2020-11-23T12:51:08.7813986Z [cluster2] 002 added IKEv2 connection "submariner-cable-cluster1-172-17-0-8-2-1"
  7740. 2020-11-23T12:51:08.7817207Z [cluster2] 000 "submariner-cable-cluster1-172-17-0-8-2-1": queuing pending IPsec SA negotiating with 172.17.0.8 IKE SA #1 "submariner-cable-cluster1-172-17-0-8-0-0"
  7741. 2020-11-23T12:51:08.7820048Z [lighthouse]$ [cluster2] kubectl get pods --selector=app=submariner-routeagent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  7742. 2020-11-23T12:51:08.7822217Z [lighthouse]$ [cluster2] kubectl get pods --selector=app=submariner-routeagent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  7743. 2020-11-23T12:51:08.7824262Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 get pods --selector=app=submariner-routeagent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  7744. 2020-11-23T12:51:08.7826762Z [lighthouse]$ [cluster2] kubectl --context=cluster2 get pods --selector=app=submariner-routeagent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  7745. 2020-11-23T12:51:09.0865454Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-routeagent-mwdhq
  7746. 2020-11-23T12:51:09.0876658Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-routeagent-mwdhq
  7747. 2020-11-23T12:51:09.0892965Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 -n submariner-operator logs submariner-routeagent-mwdhq
  7748. 2020-11-23T12:51:09.0908497Z [lighthouse]$ [cluster2] kubectl --context=cluster2 -n submariner-operator logs submariner-routeagent-mwdhq
  7749. 2020-11-23T12:51:09.4014971Z [cluster2] 002 added IKEv2 connection "submariner-cable-cluster1-172-17-0-8-2-2"
  7750. 2020-11-23T12:51:09.4017804Z [cluster2] 000 "submariner-cable-cluster1-172-17-0-8-2-2": queuing pending IPsec SA negotiating with 172.17.0.8 IKE SA #1 "submariner-cable-cluster1-172-17-0-8-0-0"
  7751. 2020-11-23T12:51:09.4020067Z [cluster2] I1123 12:39:59.494641 1 libreswan.go:149] Connection "submariner-cable-cluster1-172-17-0-8" not found in active connections obtained from whack: []
  7752. 2020-11-23T12:51:09.4022056Z [cluster2] I1123 12:40:04.596714 1 libreswan.go:149] Connection "submariner-cable-cluster1-172-17-0-8" not found in active connections obtained from whack: []
  7753. 2020-11-23T12:51:09.4023997Z [cluster2] I1123 12:40:09.677478 1 libreswan.go:149] Connection "submariner-cable-cluster1-172-17-0-8" not found in active connections obtained from whack: []
  7754. 2020-11-23T12:51:09.4025927Z [cluster2] I1123 12:40:14.720372 1 libreswan.go:149] Connection "submariner-cable-cluster1-172-17-0-8" not found in active connections obtained from whack: []
  7755. 2020-11-23T12:51:09.4027921Z [cluster2] I1123 12:40:19.744271 1 libreswan.go:149] Connection "submariner-cable-cluster1-172-17-0-8" not found in active connections obtained from whack: []
  7756. 2020-11-23T12:51:09.4031399Z [cluster2] I1123 12:40:24.758606 1 libreswan.go:149] Connection "submariner-cable-cluster1-172-17-0-8" not found in active connections obtained from whack: []
  7757. 2020-11-23T12:51:09.4033216Z [cluster2] I1123 12:40:29.771616 1 libreswan.go:149] Connection "submariner-cable-cluster1-172-17-0-8" not found in active connections obtained from whack: []
  7758. 2020-11-23T12:51:09.4034909Z [cluster2] I1123 12:40:34.812174 1 libreswan.go:149] Connection "submariner-cable-cluster1-172-17-0-8" not found in active connections obtained from whack: []
  7759. 2020-11-23T12:51:09.4036609Z [cluster2] I1123 12:40:39.834004 1 libreswan.go:149] Connection "submariner-cable-cluster1-172-17-0-8" not found in active connections obtained from whack: []
  7760. 2020-11-23T12:51:09.4038307Z [cluster2] I1123 12:40:44.856147 1 libreswan.go:149] Connection "submariner-cable-cluster1-172-17-0-8" not found in active connections obtained from whack: []
  7761. 2020-11-23T12:51:09.4039987Z [cluster2] I1123 12:40:49.879047 1 libreswan.go:149] Connection "submariner-cable-cluster1-172-17-0-8" not found in active connections obtained from whack: []
  7762. 2020-11-23T12:51:09.4041689Z [cluster2] I1123 12:40:54.893720 1 libreswan.go:149] Connection "submariner-cable-cluster1-172-17-0-8" not found in active connections obtained from whack: []
  7763. 2020-11-23T12:51:09.4042618Z [cluster2] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  7764. 2020-11-23T12:51:09.4043620Z [cluster2] +++++++++++++++++++++: Logs for Pod submariner-routeagent-mwdhq in namespace submariner-operator :++++++++++++++++++++++
  7765. 2020-11-23T12:51:09.4044766Z [cluster2] + trap 'exit 1' SIGTERM SIGINT
  7766. 2020-11-23T12:51:09.4045219Z [cluster2] + SUBMARINER_VERBOSITY=2
  7767. 2020-11-23T12:51:09.4046185Z [cluster2] + '[' false == true ']'
  7768. 2020-11-23T12:51:09.4046734Z [cluster2] + DEBUG=-v=2
  7769. 2020-11-23T12:51:09.4047313Z [cluster2] + for f in iptables-save iptables
  7770. 2020-11-23T12:51:09.4047975Z [cluster2] ++ find_iptables_on_host iptables-save
  7771. 2020-11-23T12:51:09.4048690Z [cluster2] ++ chroot /host test -x /usr/sbin/iptables-save
  7772. 2020-11-23T12:51:09.4049484Z [cluster2] iptables-save is present on the host at /usr/sbin/iptables-save
  7773. 2020-11-23T12:51:09.4050196Z [cluster2] ++ echo /usr/sbin
  7774. 2020-11-23T12:51:09.4050537Z [cluster2] ++ return
  7775. 2020-11-23T12:51:09.4050895Z [cluster2] + location=/usr/sbin
  7776. 2020-11-23T12:51:09.4051478Z [cluster2] + '[' /usr/sbin '!=' unknown ']'
  7777. 2020-11-23T12:51:09.4052221Z [cluster2] + echo 'iptables-save is present on the host at /usr/sbin/iptables-save'
  7778. 2020-11-23T12:51:09.4053097Z [cluster2] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  7779. 2020-11-23T12:51:09.4053810Z [cluster2] + for f in iptables-save iptables
  7780. 2020-11-23T12:51:09.4054320Z [cluster2] ++ find_iptables_on_host iptables
  7781. 2020-11-23T12:51:09.4054945Z [cluster2] ++ chroot /host test -x /usr/sbin/iptables
  7782. 2020-11-23T12:51:09.4055692Z [cluster2] ++ echo /usr/sbin
  7783. 2020-11-23T12:51:09.4056061Z [cluster2] ++ return
  7784. 2020-11-23T12:51:09.4056417Z [cluster2] + location=/usr/sbin
  7785. 2020-11-23T12:51:09.4057014Z [cluster2] + '[' /usr/sbin '!=' unknown ']'
  7786. 2020-11-23T12:51:09.4057851Z [cluster2] + echo 'iptables is present on the host at /usr/sbin/iptables'
  7787. 2020-11-23T12:51:09.4058473Z [cluster2] iptables is present on the host at /usr/sbin/iptables
  7788. 2020-11-23T12:51:09.4059224Z [cluster2] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  7789. 2020-11-23T12:51:09.4060069Z [cluster2] + exec submariner-route-agent -v=2 -alsologtostderr
  7790. 2020-11-23T12:51:09.4060947Z [cluster2] I1123 12:39:44.666151 1 main.go:47] Starting submariner-route-agent
  7791. 2020-11-23T12:51:09.4062047Z [cluster2] W1123 12:39:44.666863 1 client_config.go:543] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  7792. 2020-11-23T12:51:09.4069076Z [cluster2] I1123 12:39:44.670714 1 route.go:192] Starting Route Controller. ClusterID: cluster2, localClusterCIDR: [10.2.0.0/16], localServiceCIDR: [100.2.0.0/16]
  7793. 2020-11-23T12:51:09.4097025Z [cluster2] I1123 12:39:44.670904 1 route.go:196] Waiting for Endpoint informer caches to sync.
  7794. 2020-11-23T12:51:09.4102587Z [cluster2] I1123 12:39:44.706102 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.5
  7795. 2020-11-23T12:51:09.4104383Z [cluster2] I1123 12:39:44.706326 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.4
  7796. 2020-11-23T12:51:09.4105352Z [cluster2] I1123 12:39:44.706476 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.6
  7797. 2020-11-23T12:51:09.4106053Z [cluster2] I1123 12:39:44.771925 1 driver.go:37] Interface "lo" has "127.0.0.1" address
  7798. 2020-11-23T12:51:09.4107006Z [cluster2] I1123 12:39:44.772249 1 driver.go:37] Interface "weave" has "10.2.224.0" address
  7799. 2020-11-23T12:51:09.4108094Z [cluster2] I1123 12:39:44.772400 1 driver.go:42] Found CNI Interface "weave" that has IP "10.2.224.0" from ClusterCIDR "10.2.0.0/16"
  7800. 2020-11-23T12:51:09.4108992Z [cluster2] I1123 12:39:44.772626 1 driver.go:60] Successfully configured rp_filter to loose mode(2) on cniInterface "weave"
  7801. 2020-11-23T12:51:09.4110387Z [cluster2] I1123 12:39:44.780929 1 iptables.go:22] Install/ensure SUBMARINER-POSTROUTING chain exists
  7802. 2020-11-23T12:51:09.4112024Z [cluster2] I1123 12:39:44.984870 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.4
  7803. 2020-11-23T12:51:09.4113373Z [cluster2] I1123 12:39:45.525198 1 iptables.go:28] Insert SUBMARINER-POSTROUTING rule that has rules for inter-cluster traffic
  7804. 2020-11-23T12:51:09.4123893Z [cluster2] I1123 12:39:45.672469 1 iptables.go:34] Install/ensure SUBMARINER-INPUT chain exists
  7805. 2020-11-23T12:51:09.4125258Z [cluster2] I1123 12:39:45.970967 1 iptables.go:45] Allow VxLAN incoming traffic in SUBMARINER-INPUT Chain
  7806. 2020-11-23T12:51:09.4127539Z [cluster2] I1123 12:39:46.281688 1 iptables.go:53] Insert rule to allow traffic over vx-submariner interface in FORWARDing Chain
  7807. 2020-11-23T12:51:09.4129180Z [cluster2] I1123 12:39:46.342501 1 iptables.go:65] Installing rule for host network to remote cluster communication: -s 240.0.0.0/8 -o vx-submariner -j SNAT --to 10.2.224.0
  7808. 2020-11-23T12:51:09.4130855Z [cluster2] I1123 12:39:46.586284 1 route.go:254] In cluster2, podIP of submariner-route-agent[0] is 172.17.0.5
  7809. 2020-11-23T12:51:09.4132152Z [cluster2] I1123 12:39:46.586321 1 route.go:254] In cluster2, podIP of submariner-route-agent[1] is 172.17.0.4
  7810. 2020-11-23T12:51:09.4133596Z [cluster2] I1123 12:39:46.586327 1 route.go:254] In cluster2, podIP of submariner-route-agent[2] is 172.17.0.6
  7811. 2020-11-23T12:51:09.4139218Z [cluster2] I1123 12:39:46.586332 1 route.go:268] Hostname is "cluster2-control-plane" and routeAgentNodeName is "cluster2-control-plane"
  7812. 2020-11-23T12:51:09.4140950Z [cluster2] I1123 12:39:46.914303 1 driver.go:87] Successfully annotated node "cluster2-control-plane" with cniIfaceIP "10.2.224.0"
  7813. 2020-11-23T12:51:09.4141810Z [cluster2] I1123 12:39:46.919756 1 route.go:286] Route agent workers started
  7814. 2020-11-23T12:51:09.4168804Z [cluster2] I1123 12:39:46.920561 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-mwdhq" with host IP "172.17.0.5", pod IP "172.17.0.5"
  7815. 2020-11-23T12:51:09.4179400Z [cluster2] I1123 12:39:46.926593 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-mwdhq"
  7816. 2020-11-23T12:51:09.4187104Z [cluster2] I1123 12:39:46.927410 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-nghzf" with host IP "172.17.0.4", pod IP "172.17.0.4"
  7817. 2020-11-23T12:51:09.4189439Z [cluster2] I1123 12:39:46.927721 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-nghzf"
  7818. 2020-11-23T12:51:09.4235961Z [cluster2] I1123 12:39:46.928515 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-zhpmz" with host IP "172.17.0.6", pod IP "172.17.0.6"
  7819. 2020-11-23T12:51:09.4237653Z [cluster2] I1123 12:39:46.933874 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-zhpmz"
  7820. 2020-11-23T12:51:09.4239701Z [cluster2] I1123 12:39:58.091490 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  7821. 2020-11-23T12:51:09.4241289Z [cluster2] I1123 12:39:58.251668 1 iptables.go:83] Installing iptables rule for outgoing traffic: -s 10.2.0.0/16 -d 100.1.0.0/16 -j ACCEPT
  7822. 2020-11-23T12:51:09.4242383Z [cluster2] I1123 12:39:58.463649 1 iptables.go:91] Installing iptables rule for incoming traffic: -s 100.1.0.0/16 -d 10.2.0.0/16 -j ACCEPT
  7823. 2020-11-23T12:51:09.4243482Z [cluster2] I1123 12:39:58.576379 1 iptables.go:83] Installing iptables rule for outgoing traffic: -s 10.2.0.0/16 -d 10.1.0.0/16 -j ACCEPT
  7824. 2020-11-23T12:51:09.4244569Z [cluster2] I1123 12:39:58.609223 1 iptables.go:91] Installing iptables rule for incoming traffic: -s 10.1.0.0/16 -d 10.2.0.0/16 -j ACCEPT
  7825. 2020-11-23T12:51:09.4246278Z [cluster2] I1123 12:39:58.633822 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  7826. 2020-11-23T12:51:09.4247878Z [cluster2] I1123 12:39:58.633848 1 route.go:612] This route agent is running on a non-gateway/non-active node
  7827. 2020-11-23T12:51:09.4249377Z [cluster2] I1123 12:39:58.633858 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  7828. 2020-11-23T12:51:09.4250183Z [cluster2] I1123 12:39:58.653092 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  7829. 2020-11-23T12:51:09.4251112Z [cluster2] I1123 12:39:58.653462 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  7830. 2020-11-23T12:51:09.4252149Z [cluster2] I1123 12:39:58.654908 1 route.go:790] Found nil gw or dst
  7831. 2020-11-23T12:51:09.4253854Z [cluster2] I1123 12:39:58.655425 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  7832. 2020-11-23T12:51:09.4256138Z [cluster2] I1123 12:40:14.700382 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  7833. 2020-11-23T12:51:09.4258576Z [cluster2] I1123 12:40:14.700606 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  7834. 2020-11-23T12:51:09.4260484Z [cluster2] I1123 12:40:14.700697 1 route.go:612] This route agent is running on a non-gateway/non-active node
  7835. 2020-11-23T12:51:09.4261702Z [cluster2] I1123 12:40:14.700738 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  7836. 2020-11-23T12:51:09.4262594Z [cluster2] I1123 12:40:14.701291 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  7837. 2020-11-23T12:51:09.4263386Z [cluster2] I1123 12:40:14.713655 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  7838. 2020-11-23T12:51:09.4288931Z [cluster2] I1123 12:40:14.714109 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7839. 2020-11-23T12:51:09.4290155Z [cluster2] I1123 12:40:14.714278 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7840. 2020-11-23T12:51:09.4291921Z [cluster2] I1123 12:40:14.714398 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7841. 2020-11-23T12:51:09.4293008Z [cluster2] I1123 12:40:14.714553 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7842. 2020-11-23T12:51:09.4294613Z [cluster2] I1123 12:40:14.714666 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  7843. 2020-11-23T12:51:09.4295702Z [cluster2] I1123 12:40:14.714801 1 route.go:790] Found nil gw or dst
  7844. 2020-11-23T12:51:09.4296615Z [cluster2] I1123 12:40:14.715118 1 route.go:829] Found equivalent route, not adding
  7845. 2020-11-23T12:51:09.4297793Z [cluster2] I1123 12:40:14.715260 1 route.go:829] Found equivalent route, not adding
  7846. 2020-11-23T12:51:09.4300589Z [cluster2] I1123 12:40:14.715454 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  7847. 2020-11-23T12:51:09.4304260Z [cluster2] I1123 12:40:44.700566 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  7848. 2020-11-23T12:51:09.4306423Z [cluster2] I1123 12:40:44.700646 1 route.go:612] This route agent is running on a non-gateway/non-active node
  7849. 2020-11-23T12:51:09.4307595Z [cluster2] I1123 12:40:44.700657 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  7850. 2020-11-23T12:51:09.4308657Z [cluster2] I1123 12:40:44.700987 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  7851. 2020-11-23T12:51:09.4309606Z [cluster2] I1123 12:40:44.706002 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  7852. 2020-11-23T12:51:09.4310321Z [cluster2] I1123 12:40:44.706538 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7853. 2020-11-23T12:51:09.4311187Z [cluster2] I1123 12:40:44.706567 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7854. 2020-11-23T12:51:09.4312030Z [cluster2] I1123 12:40:44.706577 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7855. 2020-11-23T12:51:09.4313246Z [cluster2] I1123 12:40:44.706592 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7856. 2020-11-23T12:51:09.4314124Z [cluster2] I1123 12:40:44.706623 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  7857. 2020-11-23T12:51:09.4314796Z [cluster2] I1123 12:40:44.706633 1 route.go:790] Found nil gw or dst
  7858. 2020-11-23T12:51:09.4315485Z [cluster2] I1123 12:40:44.706721 1 route.go:829] Found equivalent route, not adding
  7859. 2020-11-23T12:51:09.4316157Z [cluster2] I1123 12:40:44.706733 1 route.go:829] Found equivalent route, not adding
  7860. 2020-11-23T12:51:09.4323080Z [cluster2] I1123 12:40:44.706773 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  7861. 2020-11-23T12:51:09.4325289Z [cluster2] I1123 12:40:44.706791 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  7862. 2020-11-23T12:51:09.4327384Z [cluster2] I1123 12:41:14.700653 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  7863. 2020-11-23T12:51:09.4329396Z [cluster2] I1123 12:41:14.700697 1 route.go:612] This route agent is running on a non-gateway/non-active node
  7864. 2020-11-23T12:51:09.4333125Z [cluster2] I1123 12:41:14.700709 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  7865. 2020-11-23T12:51:09.4334210Z [cluster2] I1123 12:41:14.701147 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  7866. 2020-11-23T12:51:09.4334918Z [cluster2] I1123 12:41:14.704966 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  7867. 2020-11-23T12:51:09.4335779Z [cluster2] I1123 12:41:14.705163 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7868. 2020-11-23T12:51:09.4336621Z [cluster2] I1123 12:41:14.705201 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7869. 2020-11-23T12:51:09.4337462Z [cluster2] I1123 12:41:14.705211 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7870. 2020-11-23T12:51:09.4338293Z [cluster2] I1123 12:41:14.705220 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7871. 2020-11-23T12:51:09.4339131Z [cluster2] I1123 12:41:14.705227 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  7872. 2020-11-23T12:51:09.4340038Z [cluster2] I1123 12:41:14.705237 1 route.go:790] Found nil gw or dst
  7873. 2020-11-23T12:51:09.4340619Z [cluster2] I1123 12:41:14.705318 1 route.go:829] Found equivalent route, not adding
  7874. 2020-11-23T12:51:09.4341244Z [cluster2] I1123 12:41:14.705329 1 route.go:829] Found equivalent route, not adding
  7875. 2020-11-23T12:51:09.4343004Z [cluster2] I1123 12:41:14.705362 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  7876. 2020-11-23T12:51:09.4350211Z [cluster2] I1123 12:41:14.705394 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  7877. 2020-11-23T12:51:09.4352414Z [cluster2] I1123 12:41:44.700761 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  7878. 2020-11-23T12:51:09.4354441Z [cluster2] I1123 12:41:44.700805 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  7879. 2020-11-23T12:51:09.4357138Z [cluster2] I1123 12:41:44.700816 1 route.go:612] This route agent is running on a non-gateway/non-active node
  7880. 2020-11-23T12:51:09.4358465Z [cluster2] I1123 12:41:44.700826 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  7881. 2020-11-23T12:51:09.4360018Z [cluster2] I1123 12:41:44.701103 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  7882. 2020-11-23T12:51:09.4360925Z [cluster2] I1123 12:41:44.707921 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  7883. 2020-11-23T12:51:09.4361816Z [cluster2] I1123 12:41:44.708191 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7884. 2020-11-23T12:51:09.4362676Z [cluster2] I1123 12:41:44.708216 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7885. 2020-11-23T12:51:09.4364059Z [cluster2] I1123 12:41:44.708225 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7886. 2020-11-23T12:51:09.4365334Z [cluster2] I1123 12:41:44.708234 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7887. 2020-11-23T12:51:09.4366228Z [cluster2] I1123 12:41:44.708241 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  7888. 2020-11-23T12:51:09.4366911Z [cluster2] I1123 12:41:44.708249 1 route.go:790] Found nil gw or dst
  7889. 2020-11-23T12:51:09.4367699Z [cluster2] I1123 12:41:44.708309 1 route.go:829] Found equivalent route, not adding
  7890. 2020-11-23T12:51:09.4368659Z [cluster2] I1123 12:41:44.708318 1 route.go:829] Found equivalent route, not adding
  7891. 2020-11-23T12:51:09.4370085Z [cluster2] I1123 12:41:44.708363 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  7892. 2020-11-23T12:51:09.4372296Z [cluster2] I1123 12:42:14.700893 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  7893. 2020-11-23T12:51:09.4374495Z [cluster2] I1123 12:42:14.701017 1 route.go:612] This route agent is running on a non-gateway/non-active node
  7894. 2020-11-23T12:51:09.4377244Z [cluster2] I1123 12:42:14.701042 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  7895. 2020-11-23T12:51:09.4378578Z [cluster2] I1123 12:42:14.701520 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  7896. 2020-11-23T12:51:09.4379331Z [cluster2] I1123 12:42:14.705846 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  7897. 2020-11-23T12:51:09.4380643Z [cluster2] I1123 12:42:14.706164 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7898. 2020-11-23T12:51:09.4381474Z [cluster2] I1123 12:42:14.706269 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7899. 2020-11-23T12:51:09.4382505Z [cluster2] I1123 12:42:14.706339 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7900. 2020-11-23T12:51:09.4383939Z [cluster2] I1123 12:42:14.706529 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7901. 2020-11-23T12:51:09.4385049Z [cluster2] I1123 12:42:14.707431 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  7902. 2020-11-23T12:51:09.4386099Z [cluster2] I1123 12:42:14.707502 1 route.go:790] Found nil gw or dst
  7903. 2020-11-23T12:51:09.4387187Z [cluster2] I1123 12:42:14.707711 1 route.go:829] Found equivalent route, not adding
  7904. 2020-11-23T12:51:09.4388175Z [cluster2] I1123 12:42:14.707794 1 route.go:829] Found equivalent route, not adding
  7905. 2020-11-23T12:51:09.4390381Z [cluster2] I1123 12:42:14.707894 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  7906. 2020-11-23T12:51:09.4392480Z [cluster2] I1123 12:42:14.707971 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  7907. 2020-11-23T12:51:09.4394774Z [cluster2] I1123 12:42:44.701249 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  7908. 2020-11-23T12:51:09.4397912Z [cluster2] I1123 12:42:44.701316 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  7909. 2020-11-23T12:51:09.4400402Z [cluster2] I1123 12:42:44.701334 1 route.go:612] This route agent is running on a non-gateway/non-active node
  7910. 2020-11-23T12:51:09.4408355Z [cluster2] I1123 12:42:44.701344 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  7911. 2020-11-23T12:51:09.4409262Z [cluster2] I1123 12:42:44.701705 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  7912. 2020-11-23T12:51:09.4409987Z [cluster2] I1123 12:42:44.708165 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  7913. 2020-11-23T12:51:09.4413540Z [cluster2] I1123 12:42:44.708688 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7914. 2020-11-23T12:51:09.4414735Z [cluster2] I1123 12:42:44.708726 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7915. 2020-11-23T12:51:09.4416703Z [cluster2] I1123 12:42:44.708737 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7916. 2020-11-23T12:51:09.4417800Z [cluster2] I1123 12:42:44.708746 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7917. 2020-11-23T12:51:09.4419362Z [cluster2] I1123 12:42:44.708755 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  7918. 2020-11-23T12:51:09.4420020Z [cluster2] I1123 12:42:44.708763 1 route.go:790] Found nil gw or dst
  7919. 2020-11-23T12:51:09.4420862Z [cluster2] I1123 12:42:44.708991 1 route.go:829] Found equivalent route, not adding
  7920. 2020-11-23T12:51:09.4421705Z [cluster2] I1123 12:42:44.709015 1 route.go:829] Found equivalent route, not adding
  7921. 2020-11-23T12:51:09.4423282Z [cluster2] I1123 12:42:44.709054 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  7922. 2020-11-23T12:51:09.4425340Z [cluster2] I1123 12:43:14.701748 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  7923. 2020-11-23T12:51:09.4428798Z [cluster2] I1123 12:43:14.701799 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  7924. 2020-11-23T12:51:09.4431038Z [cluster2] I1123 12:43:14.701814 1 route.go:612] This route agent is running on a non-gateway/non-active node
  7925. 2020-11-23T12:51:09.4432145Z [cluster2] I1123 12:43:14.701823 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  7926. 2020-11-23T12:51:09.4433187Z [cluster2] I1123 12:43:14.702413 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  7927. 2020-11-23T12:51:09.4434114Z [cluster2] I1123 12:43:14.707893 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  7928. 2020-11-23T12:51:09.4434830Z [cluster2] I1123 12:43:14.708194 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7929. 2020-11-23T12:51:09.4435878Z [cluster2] I1123 12:43:14.708235 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7930. 2020-11-23T12:51:09.4436756Z [cluster2] I1123 12:43:14.708323 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7931. 2020-11-23T12:51:09.4437625Z [cluster2] I1123 12:43:14.708414 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7932. 2020-11-23T12:51:09.4438576Z [cluster2] I1123 12:43:14.708427 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  7933. 2020-11-23T12:51:09.4439232Z [cluster2] I1123 12:43:14.708435 1 route.go:790] Found nil gw or dst
  7934. 2020-11-23T12:51:09.4439820Z [cluster2] I1123 12:43:14.708657 1 route.go:829] Found equivalent route, not adding
  7935. 2020-11-23T12:51:09.4440484Z [cluster2] I1123 12:43:14.708769 1 route.go:829] Found equivalent route, not adding
  7936. 2020-11-23T12:51:09.4441962Z [cluster2] I1123 12:43:14.708870 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  7937. 2020-11-23T12:51:09.4444042Z [cluster2] I1123 12:43:44.701707 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  7938. 2020-11-23T12:51:09.4446205Z [cluster2] I1123 12:43:44.701754 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  7939. 2020-11-23T12:51:09.4448712Z [cluster2] I1123 12:43:44.701775 1 route.go:612] This route agent is running on a non-gateway/non-active node
  7940. 2020-11-23T12:51:09.4449841Z [cluster2] I1123 12:43:44.701785 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  7941. 2020-11-23T12:51:09.4450736Z [cluster2] I1123 12:43:44.702274 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  7942. 2020-11-23T12:51:09.4451882Z [cluster2] I1123 12:43:44.707026 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  7943. 2020-11-23T12:51:09.4452599Z [cluster2] I1123 12:43:44.707382 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7944. 2020-11-23T12:51:09.4453454Z [cluster2] I1123 12:43:44.707425 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7945. 2020-11-23T12:51:09.4454299Z [cluster2] I1123 12:43:44.707437 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7946. 2020-11-23T12:51:09.4455159Z [cluster2] I1123 12:43:44.707587 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7947. 2020-11-23T12:51:09.4456733Z [cluster2] I1123 12:43:44.707598 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  7948. 2020-11-23T12:51:09.4457934Z [cluster2] I1123 12:43:44.707757 1 route.go:790] Found nil gw or dst
  7949. 2020-11-23T12:51:09.4458546Z [cluster2] I1123 12:43:44.707949 1 route.go:829] Found equivalent route, not adding
  7950. 2020-11-23T12:51:09.4459425Z [cluster2] I1123 12:43:44.707971 1 route.go:829] Found equivalent route, not adding
  7951. 2020-11-23T12:51:09.4461368Z [cluster2] I1123 12:43:44.708087 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  7952. 2020-11-23T12:51:09.4464251Z [cluster2] I1123 12:44:14.701781 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  7953. 2020-11-23T12:51:09.4467017Z [cluster2] I1123 12:44:14.701854 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  7954. 2020-11-23T12:51:09.4468953Z [cluster2] I1123 12:44:14.702084 1 route.go:612] This route agent is running on a non-gateway/non-active node
  7955. 2020-11-23T12:51:09.4470122Z [cluster2] I1123 12:44:14.702185 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  7956. 2020-11-23T12:51:09.4471034Z [cluster2] I1123 12:44:14.702565 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  7957. 2020-11-23T12:51:09.4473816Z [cluster2] I1123 12:44:14.706148 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  7958. 2020-11-23T12:51:09.4474771Z [cluster2] I1123 12:44:14.706307 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7959. 2020-11-23T12:51:09.4476062Z [cluster2] I1123 12:44:14.706341 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7960. 2020-11-23T12:51:09.4477060Z [cluster2] I1123 12:44:14.706351 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7961. 2020-11-23T12:51:09.4478174Z [cluster2] I1123 12:44:14.706360 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7962. 2020-11-23T12:51:09.4479353Z [cluster2] I1123 12:44:14.706367 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  7963. 2020-11-23T12:51:09.4480388Z [cluster2] I1123 12:44:14.706375 1 route.go:790] Found nil gw or dst
  7964. 2020-11-23T12:51:09.4481039Z [cluster2] I1123 12:44:14.706431 1 route.go:829] Found equivalent route, not adding
  7965. 2020-11-23T12:51:09.4481739Z [cluster2] I1123 12:44:14.706474 1 route.go:829] Found equivalent route, not adding
  7966. 2020-11-23T12:51:09.4483379Z [cluster2] I1123 12:44:14.706602 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  7967. 2020-11-23T12:51:09.4485586Z [cluster2] I1123 12:44:44.701945 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  7968. 2020-11-23T12:51:09.4488482Z [cluster2] I1123 12:44:44.701999 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  7969. 2020-11-23T12:51:09.4490374Z [cluster2] I1123 12:44:44.702032 1 route.go:612] This route agent is running on a non-gateway/non-active node
  7970. 2020-11-23T12:51:09.4491546Z [cluster2] I1123 12:44:44.702041 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  7971. 2020-11-23T12:51:09.4492471Z [cluster2] I1123 12:44:44.702480 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  7972. 2020-11-23T12:51:09.4493258Z [cluster2] I1123 12:44:44.706231 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  7973. 2020-11-23T12:51:09.4494499Z [cluster2] I1123 12:44:44.706545 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7974. 2020-11-23T12:51:09.4495800Z [cluster2] I1123 12:44:44.707020 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7975. 2020-11-23T12:51:09.4496911Z [cluster2] I1123 12:44:44.707055 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7976. 2020-11-23T12:51:09.4497861Z [cluster2] I1123 12:44:44.707068 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7977. 2020-11-23T12:51:09.4499158Z [cluster2] I1123 12:44:44.707076 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  7978. 2020-11-23T12:51:09.4500273Z [cluster2] I1123 12:44:44.707237 1 route.go:790] Found nil gw or dst
  7979. 2020-11-23T12:51:09.4501103Z [cluster2] I1123 12:44:44.707480 1 route.go:829] Found equivalent route, not adding
  7980. 2020-11-23T12:51:09.4501870Z [cluster2] I1123 12:44:44.707590 1 route.go:829] Found equivalent route, not adding
  7981. 2020-11-23T12:51:09.4504279Z [cluster2] I1123 12:44:44.707953 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  7982. 2020-11-23T12:51:09.4507101Z [cluster2] I1123 12:45:14.702081 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  7983. 2020-11-23T12:51:09.4509621Z [cluster2] I1123 12:45:14.702125 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  7984. 2020-11-23T12:51:09.4511312Z [cluster2] I1123 12:45:14.702136 1 route.go:612] This route agent is running on a non-gateway/non-active node
  7985. 2020-11-23T12:51:09.4512482Z [cluster2] I1123 12:45:14.702144 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  7986. 2020-11-23T12:51:09.4513428Z [cluster2] I1123 12:45:14.702620 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  7987. 2020-11-23T12:51:09.4514200Z [cluster2] I1123 12:45:14.708254 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  7988. 2020-11-23T12:51:09.4514983Z [cluster2] I1123 12:45:14.708917 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7989. 2020-11-23T12:51:09.4515895Z [cluster2] I1123 12:45:14.708954 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7990. 2020-11-23T12:51:09.4516815Z [cluster2] I1123 12:45:14.708964 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  7991. 2020-11-23T12:51:09.4517725Z [cluster2] I1123 12:45:14.708973 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  7992. 2020-11-23T12:51:09.4518645Z [cluster2] I1123 12:45:14.709178 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  7993. 2020-11-23T12:51:09.4519345Z [cluster2] I1123 12:45:14.709279 1 route.go:790] Found nil gw or dst
  7994. 2020-11-23T12:51:09.4519994Z [cluster2] I1123 12:45:14.709527 1 route.go:829] Found equivalent route, not adding
  7995. 2020-11-23T12:51:09.4520690Z [cluster2] I1123 12:45:14.709710 1 route.go:829] Found equivalent route, not adding
  7996. 2020-11-23T12:51:09.4522231Z [cluster2] I1123 12:45:14.709948 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  7997. 2020-11-23T12:51:09.4524418Z [cluster2] I1123 12:45:44.702199 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  7998. 2020-11-23T12:51:09.4526719Z [cluster2] I1123 12:45:44.702366 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  7999. 2020-11-23T12:51:09.4528458Z [cluster2] I1123 12:45:44.702430 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8000. 2020-11-23T12:51:09.4530755Z [cluster2] I1123 12:45:44.702475 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8001. 2020-11-23T12:51:09.4531671Z [cluster2] I1123 12:45:44.702927 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8002. 2020-11-23T12:51:09.4532434Z [cluster2] I1123 12:45:44.710327 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8003. 2020-11-23T12:51:09.4533169Z [cluster2] I1123 12:45:44.710977 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8004. 2020-11-23T12:51:09.4534204Z [cluster2] I1123 12:45:44.711137 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8005. 2020-11-23T12:51:09.4535102Z [cluster2] I1123 12:45:44.711261 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8006. 2020-11-23T12:51:09.4536465Z [cluster2] I1123 12:45:44.711392 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8007. 2020-11-23T12:51:09.4537340Z [cluster2] I1123 12:45:44.711518 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  8008. 2020-11-23T12:51:09.4538034Z [cluster2] I1123 12:45:44.711628 1 route.go:790] Found nil gw or dst
  8009. 2020-11-23T12:51:09.4538647Z [cluster2] I1123 12:45:44.711842 1 route.go:829] Found equivalent route, not adding
  8010. 2020-11-23T12:51:09.4539343Z [cluster2] I1123 12:45:44.712001 1 route.go:829] Found equivalent route, not adding
  8011. 2020-11-23T12:51:09.4540914Z [cluster2] I1123 12:45:44.712148 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8012. 2020-11-23T12:51:09.4543071Z [cluster2] I1123 12:46:14.702700 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8013. 2020-11-23T12:51:09.4544703Z [cluster2] I1123 12:46:14.702758 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8014. 2020-11-23T12:51:09.4545842Z [cluster2] I1123 12:46:14.702770 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8015. 2020-11-23T12:51:09.4546741Z [cluster2] I1123 12:46:14.703306 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8016. 2020-11-23T12:51:09.4547504Z [cluster2] I1123 12:46:14.707903 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8017. 2020-11-23T12:51:09.4548408Z [cluster2] I1123 12:46:14.708330 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8018. 2020-11-23T12:51:09.4549272Z [cluster2] I1123 12:46:14.708371 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8019. 2020-11-23T12:51:09.4550120Z [cluster2] I1123 12:46:14.708383 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8020. 2020-11-23T12:51:09.4550979Z [cluster2] I1123 12:46:14.708490 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8021. 2020-11-23T12:51:09.4551819Z [cluster2] I1123 12:46:14.708588 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  8022. 2020-11-23T12:51:09.4552495Z [cluster2] I1123 12:46:14.708599 1 route.go:790] Found nil gw or dst
  8023. 2020-11-23T12:51:09.4553085Z [cluster2] I1123 12:46:14.708801 1 route.go:829] Found equivalent route, not adding
  8024. 2020-11-23T12:51:09.4553759Z [cluster2] I1123 12:46:14.708824 1 route.go:829] Found equivalent route, not adding
  8025. 2020-11-23T12:51:09.4555184Z [cluster2] I1123 12:46:14.708968 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8026. 2020-11-23T12:51:09.4557253Z [cluster2] I1123 12:46:14.709094 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8027. 2020-11-23T12:51:09.4559362Z [cluster2] I1123 12:46:44.702834 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8028. 2020-11-23T12:51:09.4561643Z [cluster2] I1123 12:46:44.702883 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8029. 2020-11-23T12:51:09.4563470Z [cluster2] I1123 12:46:44.702894 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8030. 2020-11-23T12:51:09.4564827Z [cluster2] I1123 12:46:44.702904 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8031. 2020-11-23T12:51:09.4566332Z [cluster2] I1123 12:46:44.703195 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8032. 2020-11-23T12:51:09.4567064Z [cluster2] I1123 12:46:44.707048 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8033. 2020-11-23T12:51:09.4567779Z [cluster2] I1123 12:46:44.707414 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8034. 2020-11-23T12:51:09.4568646Z [cluster2] I1123 12:46:44.707441 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8035. 2020-11-23T12:51:09.4569500Z [cluster2] I1123 12:46:44.707451 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8036. 2020-11-23T12:51:09.4570361Z [cluster2] I1123 12:46:44.707459 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8037. 2020-11-23T12:51:09.4571355Z [cluster2] I1123 12:46:44.707467 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  8038. 2020-11-23T12:51:09.4572002Z [cluster2] I1123 12:46:44.707477 1 route.go:790] Found nil gw or dst
  8039. 2020-11-23T12:51:09.4572576Z [cluster2] I1123 12:46:44.707547 1 route.go:829] Found equivalent route, not adding
  8040. 2020-11-23T12:51:09.4573228Z [cluster2] I1123 12:46:44.707557 1 route.go:829] Found equivalent route, not adding
  8041. 2020-11-23T12:51:09.4575881Z [cluster2] I1123 12:46:44.707588 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8042. 2020-11-23T12:51:09.4578347Z [cluster2] I1123 12:47:14.703589 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8043. 2020-11-23T12:51:09.4580590Z [cluster2] I1123 12:47:14.703743 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8044. 2020-11-23T12:51:09.4582779Z [cluster2] I1123 12:47:14.703825 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8045. 2020-11-23T12:51:09.4584379Z [cluster2] I1123 12:47:14.704090 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8046. 2020-11-23T12:51:09.4585396Z [cluster2] I1123 12:47:14.704715 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8047. 2020-11-23T12:51:09.4586631Z [cluster2] I1123 12:47:14.711808 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8048. 2020-11-23T12:51:09.4587748Z [cluster2] I1123 12:47:14.712624 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8049. 2020-11-23T12:51:09.4588946Z [cluster2] I1123 12:47:14.713292 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8050. 2020-11-23T12:51:09.4589810Z [cluster2] I1123 12:47:14.713328 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8051. 2020-11-23T12:51:09.4590658Z [cluster2] I1123 12:47:14.713340 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8052. 2020-11-23T12:51:09.4591521Z [cluster2] I1123 12:47:14.713349 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  8053. 2020-11-23T12:51:09.4592308Z [cluster2] I1123 12:47:14.713462 1 route.go:790] Found nil gw or dst
  8054. 2020-11-23T12:51:09.4592934Z [cluster2] I1123 12:47:14.713713 1 route.go:829] Found equivalent route, not adding
  8055. 2020-11-23T12:51:09.4593592Z [cluster2] I1123 12:47:14.713951 1 route.go:829] Found equivalent route, not adding
  8056. 2020-11-23T12:51:09.4595063Z [cluster2] I1123 12:47:14.714216 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8057. 2020-11-23T12:51:09.4598528Z [cluster2] I1123 12:47:44.703078 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8058. 2020-11-23T12:51:09.4600582Z [cluster2] I1123 12:47:44.703197 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8059. 2020-11-23T12:51:09.4602804Z [cluster2] I1123 12:47:44.703309 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8060. 2020-11-23T12:51:09.4603736Z [cluster2] I1123 12:47:44.703678 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8061. 2020-11-23T12:51:09.4604481Z [cluster2] I1123 12:47:44.707661 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8062. 2020-11-23T12:51:09.4605236Z [cluster2] I1123 12:47:44.708072 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8063. 2020-11-23T12:51:09.4606123Z [cluster2] I1123 12:47:44.708182 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8064. 2020-11-23T12:51:09.4607014Z [cluster2] I1123 12:47:44.708248 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8065. 2020-11-23T12:51:09.4607892Z [cluster2] I1123 12:47:44.708644 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8066. 2020-11-23T12:51:09.4608942Z [cluster2] I1123 12:47:44.708803 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  8067. 2020-11-23T12:51:09.4609600Z [cluster2] I1123 12:47:44.708918 1 route.go:790] Found nil gw or dst
  8068. 2020-11-23T12:51:09.4610203Z [cluster2] I1123 12:47:44.709203 1 route.go:829] Found equivalent route, not adding
  8069. 2020-11-23T12:51:09.4610865Z [cluster2] I1123 12:47:44.709419 1 route.go:829] Found equivalent route, not adding
  8070. 2020-11-23T12:51:09.4612316Z [cluster2] I1123 12:47:44.709730 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8071. 2020-11-23T12:51:09.4614356Z [cluster2] I1123 12:47:44.709955 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8072. 2020-11-23T12:51:09.4616688Z [cluster2] I1123 12:48:14.703198 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8073. 2020-11-23T12:51:09.4618851Z [cluster2] I1123 12:48:14.703249 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8074. 2020-11-23T12:51:09.4620422Z [cluster2] I1123 12:48:14.703261 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8075. 2020-11-23T12:51:09.4621526Z [cluster2] I1123 12:48:14.703300 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8076. 2020-11-23T12:51:09.4622394Z [cluster2] I1123 12:48:14.703690 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8077. 2020-11-23T12:51:09.4623129Z [cluster2] I1123 12:48:14.707302 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8078. 2020-11-23T12:51:09.4624464Z [cluster2] I1123 12:48:14.707951 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8079. 2020-11-23T12:51:09.4625391Z [cluster2] I1123 12:48:14.708002 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8080. 2020-11-23T12:51:09.4626275Z [cluster2] I1123 12:48:14.708030 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8081. 2020-11-23T12:51:09.4627240Z [cluster2] I1123 12:48:14.708037 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8082. 2020-11-23T12:51:09.4628087Z [cluster2] I1123 12:48:14.708139 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  8083. 2020-11-23T12:51:09.4628755Z [cluster2] I1123 12:48:14.708286 1 route.go:790] Found nil gw or dst
  8084. 2020-11-23T12:51:09.4629346Z [cluster2] I1123 12:48:14.708505 1 route.go:829] Found equivalent route, not adding
  8085. 2020-11-23T12:51:09.4630019Z [cluster2] I1123 12:48:14.708527 1 route.go:829] Found equivalent route, not adding
  8086. 2020-11-23T12:51:09.4631533Z [cluster2] I1123 12:48:14.708645 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8087. 2020-11-23T12:51:09.4633597Z [cluster2] I1123 12:48:44.703332 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8088. 2020-11-23T12:51:09.4635743Z [cluster2] I1123 12:48:44.703521 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8089. 2020-11-23T12:51:09.4637429Z [cluster2] I1123 12:48:44.703640 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8090. 2020-11-23T12:51:09.4638486Z [cluster2] I1123 12:48:44.703666 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8091. 2020-11-23T12:51:09.4639336Z [cluster2] I1123 12:48:44.704050 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8092. 2020-11-23T12:51:09.4640033Z [cluster2] I1123 12:48:44.708212 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8093. 2020-11-23T12:51:09.4640739Z [cluster2] I1123 12:48:44.708368 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8094. 2020-11-23T12:51:09.4641562Z [cluster2] I1123 12:48:44.708468 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8095. 2020-11-23T12:51:09.4642398Z [cluster2] I1123 12:48:44.708486 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8096. 2020-11-23T12:51:09.4643219Z [cluster2] I1123 12:48:44.708495 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8097. 2020-11-23T12:51:09.4644052Z [cluster2] I1123 12:48:44.708502 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  8098. 2020-11-23T12:51:09.4644686Z [cluster2] I1123 12:48:44.708509 1 route.go:790] Found nil gw or dst
  8099. 2020-11-23T12:51:09.4645276Z [cluster2] I1123 12:48:44.708569 1 route.go:829] Found equivalent route, not adding
  8100. 2020-11-23T12:51:09.4645914Z [cluster2] I1123 12:48:44.708587 1 route.go:829] Found equivalent route, not adding
  8101. 2020-11-23T12:51:09.4647312Z [cluster2] I1123 12:48:44.708617 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8102. 2020-11-23T12:51:09.4649289Z [cluster2] I1123 12:49:14.704808 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8103. 2020-11-23T12:51:09.4651658Z [cluster2] I1123 12:49:14.704850 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8104. 2020-11-23T12:51:09.4653188Z [cluster2] I1123 12:49:14.704861 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8105. 2020-11-23T12:51:09.4654219Z [cluster2] I1123 12:49:14.704871 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8106. 2020-11-23T12:51:09.4655127Z [cluster2] I1123 12:49:14.705376 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8107. 2020-11-23T12:51:09.4656037Z [cluster2] I1123 12:49:14.712862 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8108. 2020-11-23T12:51:09.4656708Z [cluster2] I1123 12:49:14.713370 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8109. 2020-11-23T12:51:09.4657530Z [cluster2] I1123 12:49:14.713436 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8110. 2020-11-23T12:51:09.4658321Z [cluster2] I1123 12:49:14.713447 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8111. 2020-11-23T12:51:09.4659131Z [cluster2] I1123 12:49:14.713700 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8112. 2020-11-23T12:51:09.4659927Z [cluster2] I1123 12:49:14.713712 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  8113. 2020-11-23T12:51:09.4660558Z [cluster2] I1123 12:49:14.713720 1 route.go:790] Found nil gw or dst
  8114. 2020-11-23T12:51:09.4661116Z [cluster2] I1123 12:49:14.713916 1 route.go:829] Found equivalent route, not adding
  8115. 2020-11-23T12:51:09.4661742Z [cluster2] I1123 12:49:14.713935 1 route.go:829] Found equivalent route, not adding
  8116. 2020-11-23T12:51:09.4663913Z [cluster2] I1123 12:49:14.713968 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8117. 2020-11-23T12:51:09.4666539Z [cluster2] I1123 12:49:44.703917 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8118. 2020-11-23T12:51:09.4668713Z [cluster2] I1123 12:49:44.704243 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8119. 2020-11-23T12:51:09.4670436Z [cluster2] I1123 12:49:44.704439 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8120. 2020-11-23T12:51:09.4671815Z [cluster2] I1123 12:49:44.704543 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8121. 2020-11-23T12:51:09.4673216Z [cluster2] I1123 12:49:44.704954 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8122. 2020-11-23T12:51:09.4674191Z [cluster2] I1123 12:49:44.710193 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8123. 2020-11-23T12:51:09.4675017Z [cluster2] I1123 12:49:44.710496 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8124. 2020-11-23T12:51:09.4675957Z [cluster2] I1123 12:49:44.710535 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8125. 2020-11-23T12:51:09.4677420Z [cluster2] I1123 12:49:44.710547 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8126. 2020-11-23T12:51:09.4678781Z [cluster2] I1123 12:49:44.710578 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8127. 2020-11-23T12:51:09.4679890Z [cluster2] I1123 12:49:44.710705 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  8128. 2020-11-23T12:51:09.4680716Z [cluster2] I1123 12:49:44.710733 1 route.go:790] Found nil gw or dst
  8129. 2020-11-23T12:51:09.4681304Z [cluster2] I1123 12:49:44.710830 1 route.go:829] Found equivalent route, not adding
  8130. 2020-11-23T12:51:09.4681941Z [cluster2] I1123 12:49:44.710840 1 route.go:829] Found equivalent route, not adding
  8131. 2020-11-23T12:51:09.4684078Z [cluster2] I1123 12:49:44.710874 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8132. 2020-11-23T12:51:09.4686264Z [cluster2] I1123 12:50:14.704365 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8133. 2020-11-23T12:51:09.4694712Z [cluster2] I1123 12:50:14.704459 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8134. 2020-11-23T12:51:09.4699320Z [cluster2] I1123 12:50:14.704471 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8135. 2020-11-23T12:51:09.4700467Z [cluster2] I1123 12:50:14.704481 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8136. 2020-11-23T12:51:09.4701737Z [cluster2] I1123 12:50:14.704786 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8137. 2020-11-23T12:51:09.4702680Z [cluster2] I1123 12:50:14.709404 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8138. 2020-11-23T12:51:09.4703417Z [cluster2] I1123 12:50:14.709644 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8139. 2020-11-23T12:51:09.4704463Z [cluster2] I1123 12:50:14.709709 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8140. 2020-11-23T12:51:09.4705852Z [cluster2] I1123 12:50:14.709721 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8141. 2020-11-23T12:51:09.4706902Z [cluster2] I1123 12:50:14.709730 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8142. 2020-11-23T12:51:09.4707751Z [cluster2] I1123 12:50:14.709772 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  8143. 2020-11-23T12:51:09.4708608Z [cluster2] I1123 12:50:14.709782 1 route.go:790] Found nil gw or dst
  8144. 2020-11-23T12:51:09.4709220Z [cluster2] I1123 12:50:14.709845 1 route.go:829] Found equivalent route, not adding
  8145. 2020-11-23T12:51:09.4710396Z [cluster2] I1123 12:50:14.709861 1 route.go:829] Found equivalent route, not adding
  8146. 2020-11-23T12:51:09.4712404Z [cluster2] I1123 12:50:14.709893 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8147. 2020-11-23T12:51:09.4715071Z [cluster2] I1123 12:50:44.704527 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8148. 2020-11-23T12:51:09.4716643Z [cluster2] I1123 12:50:44.704559 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8149. 2020-11-23T12:51:09.4717748Z [cluster2] I1123 12:50:44.704569 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8150. 2020-11-23T12:51:09.4718615Z [cluster2] I1123 12:50:44.705045 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8151. 2020-11-23T12:51:09.4719347Z [cluster2] I1123 12:50:44.712571 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8152. 2020-11-23T12:51:09.4720238Z [cluster2] I1123 12:50:44.712941 1 route.go:787] Processing route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8153. 2020-11-23T12:51:09.4721324Z [cluster2] I1123 12:50:44.713087 1 route.go:793] Found route {Ifindex: 12 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8154. 2020-11-23T12:51:09.4728013Z [cluster2] I1123 12:50:44.713200 1 route.go:787] Processing route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8155. 2020-11-23T12:51:09.4728973Z [cluster2] I1123 12:50:44.713303 1 route.go:793] Found route {Ifindex: 12 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8156. 2020-11-23T12:51:09.4730702Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-routeagent-nghzf
  8157. 2020-11-23T12:51:09.4732137Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-routeagent-nghzf
  8158. 2020-11-23T12:51:09.4733700Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 -n submariner-operator logs submariner-routeagent-nghzf
  8159. 2020-11-23T12:51:09.4735312Z [lighthouse]$ [cluster2] kubectl --context=cluster2 -n submariner-operator logs submariner-routeagent-nghzf
  8160. 2020-11-23T12:51:09.7539518Z [cluster2] I1123 12:50:44.713406 1 route.go:787] Processing route {Ifindex: 12 Dst: 240.0.0.0/8 Src: 240.17.0.5 Gw: <nil> Flags: [] Table: 254}
  8161. 2020-11-23T12:51:09.7540266Z [cluster2] I1123 12:50:44.716564 1 route.go:790] Found nil gw or dst
  8162. 2020-11-23T12:51:09.7540905Z [cluster2] I1123 12:50:44.716769 1 route.go:829] Found equivalent route, not adding
  8163. 2020-11-23T12:51:09.7541613Z [cluster2] I1123 12:50:44.716874 1 route.go:829] Found equivalent route, not adding
  8164. 2020-11-23T12:51:09.7543593Z [cluster2] I1123 12:50:44.717042 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8165. 2020-11-23T12:51:09.7545994Z [cluster2] I1123 12:50:44.717216 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8166. 2020-11-23T12:51:09.7548873Z [cluster2] +++++++++++++++++++++: Logs for Pod submariner-routeagent-nghzf in namespace submariner-operator :++++++++++++++++++++++
  8167. 2020-11-23T12:51:09.7550019Z [cluster2] + trap 'exit 1' SIGTERM SIGINT
  8168. 2020-11-23T12:51:09.7551158Z [cluster2] + SUBMARINER_VERBOSITY=2
  8169. 2020-11-23T12:51:09.7553012Z [cluster2] + '[' false == true ']'
  8170. 2020-11-23T12:51:09.7553644Z [cluster2] + DEBUG=-v=2
  8171. 2020-11-23T12:51:09.7554576Z [cluster2] + for f in iptables-save iptables
  8172. 2020-11-23T12:51:09.7555828Z [cluster2] ++ find_iptables_on_host iptables-save
  8173. 2020-11-23T12:51:09.7557260Z [cluster2] ++ chroot /host test -x /usr/sbin/iptables-save
  8174. 2020-11-23T12:51:09.7557987Z [cluster2] ++ echo /usr/sbin
  8175. 2020-11-23T12:51:09.7558406Z [cluster2] ++ return
  8176. 2020-11-23T12:51:09.7558825Z [cluster2] + location=/usr/sbin
  8177. 2020-11-23T12:51:09.7559821Z [cluster2] + '[' /usr/sbin '!=' unknown ']'
  8178. 2020-11-23T12:51:09.7561555Z [cluster2] + echo 'iptables-save is present on the host at /usr/sbin/iptables-save'
  8179. 2020-11-23T12:51:09.7562676Z [cluster2] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  8180. 2020-11-23T12:51:09.7563899Z [cluster2] iptables-save is present on the host at /usr/sbin/iptables-save
  8181. 2020-11-23T12:51:09.7565008Z [cluster2] + for f in iptables-save iptables
  8182. 2020-11-23T12:51:09.7565606Z [cluster2] ++ find_iptables_on_host iptables
  8183. 2020-11-23T12:51:09.7566535Z [cluster2] ++ chroot /host test -x /usr/sbin/iptables
  8184. 2020-11-23T12:51:09.7567087Z [cluster2] ++ echo /usr/sbin
  8185. 2020-11-23T12:51:09.7567698Z [cluster2] ++ return
  8186. 2020-11-23T12:51:09.7568179Z [cluster2] + location=/usr/sbin
  8187. 2020-11-23T12:51:09.7568854Z [cluster2] + '[' /usr/sbin '!=' unknown ']'
  8188. 2020-11-23T12:51:09.7570277Z [cluster2] + echo 'iptables is present on the host at /usr/sbin/iptables'
  8189. 2020-11-23T12:51:09.7571269Z [cluster2] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  8190. 2020-11-23T12:51:09.7572028Z [cluster2] iptables is present on the host at /usr/sbin/iptables
  8191. 2020-11-23T12:51:09.7573047Z [cluster2] + exec submariner-route-agent -v=2 -alsologtostderr
  8192. 2020-11-23T12:51:09.7574412Z [cluster2] I1123 12:39:45.974185 1 main.go:47] Starting submariner-route-agent
  8193. 2020-11-23T12:51:09.7576225Z [cluster2] W1123 12:39:45.981638 1 client_config.go:543] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  8194. 2020-11-23T12:51:09.7577565Z [cluster2] I1123 12:39:45.984419 1 route.go:192] Starting Route Controller. ClusterID: cluster2, localClusterCIDR: [10.2.0.0/16], localServiceCIDR: [100.2.0.0/16]
  8195. 2020-11-23T12:51:09.7578815Z [cluster2] I1123 12:39:45.984437 1 route.go:196] Waiting for Endpoint informer caches to sync.
  8196. 2020-11-23T12:51:09.7579948Z [cluster2] I1123 12:39:46.135176 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.5
  8197. 2020-11-23T12:51:09.7581105Z [cluster2] I1123 12:39:46.135222 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.6
  8198. 2020-11-23T12:51:09.7582243Z [cluster2] I1123 12:39:46.135230 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.4
  8199. 2020-11-23T12:51:09.7583073Z [cluster2] I1123 12:39:46.192290 1 driver.go:37] Interface "lo" has "127.0.0.1" address
  8200. 2020-11-23T12:51:09.7583782Z [cluster2] I1123 12:39:46.227154 1 driver.go:37] Interface "weave" has "10.2.0.1" address
  8201. 2020-11-23T12:51:09.7584627Z [cluster2] I1123 12:39:46.227817 1 driver.go:42] Found CNI Interface "weave" that has IP "10.2.0.1" from ClusterCIDR "10.2.0.0/16"
  8202. 2020-11-23T12:51:09.7585629Z [cluster2] I1123 12:39:46.233890 1 driver.go:60] Successfully configured rp_filter to loose mode(2) on cniInterface "weave"
  8203. 2020-11-23T12:51:09.7586956Z [cluster2] I1123 12:39:46.514894 1 iptables.go:22] Install/ensure SUBMARINER-POSTROUTING chain exists
  8204. 2020-11-23T12:51:09.7588365Z [cluster2] I1123 12:39:46.654455 1 iptables.go:28] Insert SUBMARINER-POSTROUTING rule that has rules for inter-cluster traffic
  8205. 2020-11-23T12:51:09.7589700Z [cluster2] I1123 12:39:46.777325 1 iptables.go:34] Install/ensure SUBMARINER-INPUT chain exists
  8206. 2020-11-23T12:51:09.7591499Z [cluster2] I1123 12:39:47.161306 1 iptables.go:45] Allow VxLAN incoming traffic in SUBMARINER-INPUT Chain
  8207. 2020-11-23T12:51:09.7592898Z [cluster2] I1123 12:39:47.219910 1 iptables.go:53] Insert rule to allow traffic over vx-submariner interface in FORWARDing Chain
  8208. 2020-11-23T12:51:09.7637988Z [cluster2] I1123 12:39:47.283719 1 iptables.go:65] Installing rule for host network to remote cluster communication: -s 240.0.0.0/8 -o vx-submariner -j SNAT --to 10.2.0.1
  8209. 2020-11-23T12:51:09.7639337Z [cluster2] I1123 12:39:47.438361 1 route.go:254] In cluster2, podIP of submariner-route-agent[0] is 172.17.0.5
  8210. 2020-11-23T12:51:09.7640520Z [cluster2] I1123 12:39:47.438386 1 route.go:254] In cluster2, podIP of submariner-route-agent[1] is 172.17.0.4
  8211. 2020-11-23T12:51:09.7641679Z [cluster2] I1123 12:39:47.438392 1 route.go:254] In cluster2, podIP of submariner-route-agent[2] is 172.17.0.6
  8212. 2020-11-23T12:51:09.7642993Z [cluster2] I1123 12:39:47.438397 1 route.go:268] Hostname is "cluster2-worker2" and routeAgentNodeName is "cluster2-worker2"
  8213. 2020-11-23T12:51:09.7644326Z [cluster2] I1123 12:39:47.463738 1 driver.go:87] Successfully annotated node "cluster2-worker2" with cniIfaceIP "10.2.0.1"
  8214. 2020-11-23T12:51:09.7645177Z [cluster2] I1123 12:39:47.463770 1 route.go:286] Route agent workers started
  8215. 2020-11-23T12:51:09.7647189Z [cluster2] I1123 12:39:47.463817 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-mwdhq" with host IP "172.17.0.5", pod IP "172.17.0.5"
  8216. 2020-11-23T12:51:09.7649407Z [cluster2] I1123 12:39:47.463825 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-mwdhq"
  8217. 2020-11-23T12:51:09.7651835Z [cluster2] I1123 12:39:47.463833 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-zhpmz" with host IP "172.17.0.6", pod IP "172.17.0.6"
  8218. 2020-11-23T12:51:09.7653889Z [cluster2] I1123 12:39:47.463855 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-zhpmz"
  8219. 2020-11-23T12:51:09.7656960Z [cluster2] I1123 12:39:47.463860 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-nghzf" with host IP "172.17.0.4", pod IP "172.17.0.4"
  8220. 2020-11-23T12:51:09.7659638Z [cluster2] I1123 12:39:47.463865 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-nghzf"
  8221. 2020-11-23T12:51:09.7662535Z [cluster2] I1123 12:39:58.091054 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8222. 2020-11-23T12:51:09.7664583Z [cluster2] I1123 12:39:58.177237 1 iptables.go:83] Installing iptables rule for outgoing traffic: -s 10.2.0.0/16 -d 100.1.0.0/16 -j ACCEPT
  8223. 2020-11-23T12:51:09.7665940Z [cluster2] I1123 12:39:58.286499 1 iptables.go:91] Installing iptables rule for incoming traffic: -s 100.1.0.0/16 -d 10.2.0.0/16 -j ACCEPT
  8224. 2020-11-23T12:51:09.7667161Z [cluster2] I1123 12:39:58.347745 1 iptables.go:83] Installing iptables rule for outgoing traffic: -s 10.2.0.0/16 -d 10.1.0.0/16 -j ACCEPT
  8225. 2020-11-23T12:51:09.7668951Z [cluster2] I1123 12:39:58.451372 1 iptables.go:91] Installing iptables rule for incoming traffic: -s 10.1.0.0/16 -d 10.2.0.0/16 -j ACCEPT
  8226. 2020-11-23T12:51:09.7670761Z [cluster2] I1123 12:39:58.485436 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8227. 2020-11-23T12:51:09.7672457Z [cluster2] I1123 12:39:58.485461 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8228. 2020-11-23T12:51:09.7673637Z [cluster2] I1123 12:39:58.485471 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8229. 2020-11-23T12:51:09.7674459Z [cluster2] I1123 12:39:58.512010 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8230. 2020-11-23T12:51:09.7675243Z [cluster2] I1123 12:39:58.512432 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8231. 2020-11-23T12:51:09.7675952Z [cluster2] I1123 12:39:58.512608 1 route.go:790] Found nil gw or dst
  8232. 2020-11-23T12:51:09.7677414Z [cluster2] I1123 12:39:58.513345 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8233. 2020-11-23T12:51:09.7679605Z [cluster2] I1123 12:40:16.137704 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8234. 2020-11-23T12:51:09.7681911Z [cluster2] I1123 12:40:16.137744 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8235. 2020-11-23T12:51:09.7684504Z [cluster2] I1123 12:40:16.137759 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8236. 2020-11-23T12:51:09.7686011Z [cluster2] I1123 12:40:16.137768 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8237. 2020-11-23T12:51:09.7686977Z [cluster2] I1123 12:40:16.138186 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8238. 2020-11-23T12:51:09.7687802Z [cluster2] I1123 12:40:16.143459 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8239. 2020-11-23T12:51:09.7688597Z [cluster2] I1123 12:40:16.143629 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8240. 2020-11-23T12:51:09.7689556Z [cluster2] I1123 12:40:16.143664 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8241. 2020-11-23T12:51:09.7690502Z [cluster2] I1123 12:40:16.143675 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8242. 2020-11-23T12:51:09.7691777Z [cluster2] I1123 12:40:16.143683 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8243. 2020-11-23T12:51:09.7692894Z [cluster2] I1123 12:40:16.143691 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8244. 2020-11-23T12:51:09.7693740Z [cluster2] I1123 12:40:16.143699 1 route.go:790] Found nil gw or dst
  8245. 2020-11-23T12:51:09.7694515Z [cluster2] I1123 12:40:16.143761 1 route.go:829] Found equivalent route, not adding
  8246. 2020-11-23T12:51:09.7695246Z [cluster2] I1123 12:40:16.143776 1 route.go:829] Found equivalent route, not adding
  8247. 2020-11-23T12:51:09.7697163Z [cluster2] I1123 12:40:16.143838 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8248. 2020-11-23T12:51:09.7699393Z [cluster2] I1123 12:40:46.137956 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8249. 2020-11-23T12:51:09.7701082Z [cluster2] I1123 12:40:46.137990 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8250. 2020-11-23T12:51:09.7702269Z [cluster2] I1123 12:40:46.138001 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8251. 2020-11-23T12:51:09.7703941Z [cluster2] I1123 12:40:46.138495 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8252. 2020-11-23T12:51:09.7705086Z [cluster2] I1123 12:40:46.142623 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8253. 2020-11-23T12:51:09.7716714Z [cluster2] I1123 12:40:46.142902 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8254. 2020-11-23T12:51:09.7718008Z [cluster2] I1123 12:40:46.142939 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8255. 2020-11-23T12:51:09.7719061Z [cluster2] I1123 12:40:46.142949 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8256. 2020-11-23T12:51:09.7720965Z [cluster2] I1123 12:40:46.142959 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8257. 2020-11-23T12:51:09.7722116Z [cluster2] I1123 12:40:46.143067 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8258. 2020-11-23T12:51:09.7723211Z [cluster2] I1123 12:40:46.143344 1 route.go:790] Found nil gw or dst
  8259. 2020-11-23T12:51:09.7724758Z [cluster2] I1123 12:40:46.143677 1 route.go:829] Found equivalent route, not adding
  8260. 2020-11-23T12:51:09.7725616Z [cluster2] I1123 12:40:46.143699 1 route.go:829] Found equivalent route, not adding
  8261. 2020-11-23T12:51:09.7727317Z [cluster2] I1123 12:40:46.143737 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8262. 2020-11-23T12:51:09.7729898Z [cluster2] I1123 12:40:46.143877 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8263. 2020-11-23T12:51:09.7732186Z [cluster2] I1123 12:41:16.137998 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8264. 2020-11-23T12:51:09.7734489Z [cluster2] I1123 12:41:16.138093 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8265. 2020-11-23T12:51:09.7748228Z [cluster2] I1123 12:41:16.138110 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8266. 2020-11-23T12:51:09.7749471Z [cluster2] I1123 12:41:16.138120 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8267. 2020-11-23T12:51:09.7750683Z [cluster2] I1123 12:41:16.138399 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8268. 2020-11-23T12:51:09.7751524Z [cluster2] I1123 12:41:16.143521 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8269. 2020-11-23T12:51:09.7752340Z [cluster2] I1123 12:41:16.143898 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8270. 2020-11-23T12:51:09.7753392Z [cluster2] I1123 12:41:16.143957 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8271. 2020-11-23T12:51:09.7754355Z [cluster2] I1123 12:41:16.143970 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8272. 2020-11-23T12:51:09.7755645Z [cluster2] I1123 12:41:16.143979 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8273. 2020-11-23T12:51:09.7756834Z [cluster2] I1123 12:41:16.143988 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8274. 2020-11-23T12:51:09.7757815Z [cluster2] I1123 12:41:16.144022 1 route.go:790] Found nil gw or dst
  8275. 2020-11-23T12:51:09.7758633Z [cluster2] I1123 12:41:16.144144 1 route.go:829] Found equivalent route, not adding
  8276. 2020-11-23T12:51:09.7759330Z [cluster2] I1123 12:41:16.144156 1 route.go:829] Found equivalent route, not adding
  8277. 2020-11-23T12:51:09.7760919Z [cluster2] I1123 12:41:16.144221 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8278. 2020-11-23T12:51:09.7763125Z [cluster2] I1123 12:41:46.138301 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8279. 2020-11-23T12:51:09.7765445Z [cluster2] I1123 12:41:46.138347 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8280. 2020-11-23T12:51:09.7767413Z [cluster2] I1123 12:41:46.138357 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8281. 2020-11-23T12:51:09.7768632Z [cluster2] I1123 12:41:46.138378 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8282. 2020-11-23T12:51:09.7769591Z [cluster2] I1123 12:41:46.138626 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8283. 2020-11-23T12:51:09.7770416Z [cluster2] I1123 12:41:46.142623 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8284. 2020-11-23T12:51:09.7771204Z [cluster2] I1123 12:41:46.142808 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8285. 2020-11-23T12:51:09.7772164Z [cluster2] I1123 12:41:46.142846 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8286. 2020-11-23T12:51:09.7773108Z [cluster2] I1123 12:41:46.142857 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8287. 2020-11-23T12:51:09.7774062Z [cluster2] I1123 12:41:46.142867 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8288. 2020-11-23T12:51:09.7775009Z [cluster2] I1123 12:41:46.142880 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8289. 2020-11-23T12:51:09.7775984Z [cluster2] I1123 12:41:46.142891 1 route.go:790] Found nil gw or dst
  8290. 2020-11-23T12:51:09.7776791Z [cluster2] I1123 12:41:46.142969 1 route.go:829] Found equivalent route, not adding
  8291. 2020-11-23T12:51:09.7777846Z [cluster2] I1123 12:41:46.142979 1 route.go:829] Found equivalent route, not adding
  8292. 2020-11-23T12:51:09.7779582Z [cluster2] I1123 12:41:46.143010 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8293. 2020-11-23T12:51:09.7781850Z [cluster2] I1123 12:42:16.138340 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8294. 2020-11-23T12:51:09.7784144Z [cluster2] I1123 12:42:16.138419 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8295. 2020-11-23T12:51:09.7785992Z [cluster2] I1123 12:42:16.138446 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8296. 2020-11-23T12:51:09.7787159Z [cluster2] I1123 12:42:16.138456 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8297. 2020-11-23T12:51:09.7788108Z [cluster2] I1123 12:42:16.138832 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8298. 2020-11-23T12:51:09.7788883Z [cluster2] I1123 12:42:16.143121 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8299. 2020-11-23T12:51:09.7789673Z [cluster2] I1123 12:42:16.143529 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8300. 2020-11-23T12:51:09.7790582Z [cluster2] I1123 12:42:16.143603 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8301. 2020-11-23T12:51:09.7791513Z [cluster2] I1123 12:42:16.143632 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8302. 2020-11-23T12:51:09.7820040Z [cluster2] I1123 12:42:16.143641 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8303. 2020-11-23T12:51:09.7822422Z [cluster2] I1123 12:42:16.143648 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8304. 2020-11-23T12:51:09.7823264Z [cluster2] I1123 12:42:16.143655 1 route.go:790] Found nil gw or dst
  8305. 2020-11-23T12:51:09.7823876Z [cluster2] I1123 12:42:16.143723 1 route.go:829] Found equivalent route, not adding
  8306. 2020-11-23T12:51:09.7824541Z [cluster2] I1123 12:42:16.143731 1 route.go:829] Found equivalent route, not adding
  8307. 2020-11-23T12:51:09.7826105Z [cluster2] I1123 12:42:16.143762 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8308. 2020-11-23T12:51:09.7828173Z [cluster2] I1123 12:42:46.138492 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8309. 2020-11-23T12:51:09.7831197Z [cluster2] I1123 12:42:46.138645 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8310. 2020-11-23T12:51:09.7833201Z [cluster2] I1123 12:42:46.138707 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8311. 2020-11-23T12:51:09.7834519Z [cluster2] I1123 12:42:46.138748 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8312. 2020-11-23T12:51:09.7835422Z [cluster2] I1123 12:42:46.139220 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8313. 2020-11-23T12:51:09.7836187Z [cluster2] I1123 12:42:46.149683 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8314. 2020-11-23T12:51:09.7836933Z [cluster2] I1123 12:42:46.150264 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8315. 2020-11-23T12:51:09.7837824Z [cluster2] I1123 12:42:46.151114 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8316. 2020-11-23T12:51:09.7838704Z [cluster2] I1123 12:42:46.151218 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8317. 2020-11-23T12:51:09.7839783Z [cluster2] I1123 12:42:46.151378 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8318. 2020-11-23T12:51:09.7840693Z [cluster2] I1123 12:42:46.151467 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8319. 2020-11-23T12:51:09.7841482Z [cluster2] I1123 12:42:46.151549 1 route.go:790] Found nil gw or dst
  8320. 2020-11-23T12:51:09.7842325Z [cluster2] I1123 12:42:46.151799 1 route.go:829] Found equivalent route, not adding
  8321. 2020-11-23T12:51:09.7843235Z [cluster2] I1123 12:42:46.151890 1 route.go:829] Found equivalent route, not adding
  8322. 2020-11-23T12:51:09.7845709Z [cluster2] I1123 12:42:46.151987 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8323. 2020-11-23T12:51:09.7848619Z [cluster2] I1123 12:43:16.138833 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8324. 2020-11-23T12:51:09.7850917Z [cluster2] I1123 12:43:16.138881 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8325. 2020-11-23T12:51:09.7852621Z [cluster2] I1123 12:43:16.138892 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8326. 2020-11-23T12:51:09.7853793Z [cluster2] I1123 12:43:16.138901 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8327. 2020-11-23T12:51:09.7854738Z [cluster2] I1123 12:43:16.139189 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8328. 2020-11-23T12:51:09.7856262Z [cluster2] I1123 12:43:16.144230 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8329. 2020-11-23T12:51:09.7857081Z [cluster2] I1123 12:43:16.144419 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8330. 2020-11-23T12:51:09.7858172Z [cluster2] I1123 12:43:16.144452 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8331. 2020-11-23T12:51:09.7859091Z [cluster2] I1123 12:43:16.144463 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8332. 2020-11-23T12:51:09.7860174Z [cluster2] I1123 12:43:16.144472 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8333. 2020-11-23T12:51:09.7861100Z [cluster2] I1123 12:43:16.144479 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8334. 2020-11-23T12:51:09.7861805Z [cluster2] I1123 12:43:16.144487 1 route.go:790] Found nil gw or dst
  8335. 2020-11-23T12:51:09.7862452Z [cluster2] I1123 12:43:16.144551 1 route.go:829] Found equivalent route, not adding
  8336. 2020-11-23T12:51:09.7863164Z [cluster2] I1123 12:43:16.144560 1 route.go:829] Found equivalent route, not adding
  8337. 2020-11-23T12:51:09.7866460Z [cluster2] I1123 12:43:16.144593 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8338. 2020-11-23T12:51:09.7868826Z [cluster2] I1123 12:43:46.138933 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8339. 2020-11-23T12:51:09.7871472Z [cluster2] I1123 12:43:46.138989 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8340. 2020-11-23T12:51:09.7873455Z [cluster2] I1123 12:43:46.139000 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8341. 2020-11-23T12:51:09.7875237Z [cluster2] I1123 12:43:46.139009 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8342. 2020-11-23T12:51:09.7876363Z [cluster2] I1123 12:43:46.139279 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8343. 2020-11-23T12:51:09.7877206Z [cluster2] I1123 12:43:46.160305 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8344. 2020-11-23T12:51:09.7877999Z [cluster2] I1123 12:43:46.160510 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8345. 2020-11-23T12:51:09.7879045Z [cluster2] I1123 12:43:46.160539 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8346. 2020-11-23T12:51:09.7879991Z [cluster2] I1123 12:43:46.160549 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8347. 2020-11-23T12:51:09.7880952Z [cluster2] I1123 12:43:46.160558 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8348. 2020-11-23T12:51:09.7881889Z [cluster2] I1123 12:43:46.160566 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8349. 2020-11-23T12:51:09.7883474Z [cluster2] I1123 12:43:46.160574 1 route.go:790] Found nil gw or dst
  8350. 2020-11-23T12:51:09.7884376Z [cluster2] I1123 12:43:46.160633 1 route.go:829] Found equivalent route, not adding
  8351. 2020-11-23T12:51:09.7885150Z [cluster2] I1123 12:43:46.160642 1 route.go:829] Found equivalent route, not adding
  8352. 2020-11-23T12:51:09.7886830Z [cluster2] I1123 12:43:46.160674 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8353. 2020-11-23T12:51:09.7889360Z [cluster2] I1123 12:44:16.139127 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8354. 2020-11-23T12:51:09.7891753Z [cluster2] I1123 12:44:16.139183 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8355. 2020-11-23T12:51:09.7893517Z [cluster2] I1123 12:44:16.139208 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8356. 2020-11-23T12:51:09.7894721Z [cluster2] I1123 12:44:16.139218 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8357. 2020-11-23T12:51:09.7895884Z [cluster2] I1123 12:44:16.139516 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8358. 2020-11-23T12:51:09.7896697Z [cluster2] I1123 12:44:16.143877 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8359. 2020-11-23T12:51:09.7897650Z [cluster2] I1123 12:44:16.144043 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8360. 2020-11-23T12:51:09.7898937Z [cluster2] I1123 12:44:16.144069 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8361. 2020-11-23T12:51:09.7899877Z [cluster2] I1123 12:44:16.144078 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8362. 2020-11-23T12:51:09.7900805Z [cluster2] I1123 12:44:16.144087 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8363. 2020-11-23T12:51:09.7901711Z [cluster2] I1123 12:44:16.144094 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8364. 2020-11-23T12:51:09.7902425Z [cluster2] I1123 12:44:16.144103 1 route.go:790] Found nil gw or dst
  8365. 2020-11-23T12:51:09.7903060Z [cluster2] I1123 12:44:16.144158 1 route.go:829] Found equivalent route, not adding
  8366. 2020-11-23T12:51:09.7905570Z [cluster2] I1123 12:44:16.144167 1 route.go:829] Found equivalent route, not adding
  8367. 2020-11-23T12:51:09.7907549Z [cluster2] I1123 12:44:16.144196 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8368. 2020-11-23T12:51:09.7909816Z [cluster2] I1123 12:44:46.139291 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8369. 2020-11-23T12:51:09.7912284Z [cluster2] I1123 12:44:46.139333 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8370. 2020-11-23T12:51:09.7914634Z [cluster2] I1123 12:44:46.139343 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8371. 2020-11-23T12:51:09.7915862Z [cluster2] I1123 12:44:46.139351 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8372. 2020-11-23T12:51:09.7916807Z [cluster2] I1123 12:44:46.139592 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8373. 2020-11-23T12:51:09.7917955Z [cluster2] I1123 12:44:46.142760 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8374. 2020-11-23T12:51:09.7918882Z [cluster2] I1123 12:44:46.142915 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8375. 2020-11-23T12:51:09.7919780Z [cluster2] I1123 12:44:46.142950 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8376. 2020-11-23T12:51:09.7920679Z [cluster2] I1123 12:44:46.142959 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8377. 2020-11-23T12:51:09.7921548Z [cluster2] I1123 12:44:46.142973 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8378. 2020-11-23T12:51:09.7922485Z [cluster2] I1123 12:44:46.142981 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8379. 2020-11-23T12:51:09.7923168Z [cluster2] I1123 12:44:46.142988 1 route.go:790] Found nil gw or dst
  8380. 2020-11-23T12:51:09.7923794Z [cluster2] I1123 12:44:46.143044 1 route.go:829] Found equivalent route, not adding
  8381. 2020-11-23T12:51:09.7924470Z [cluster2] I1123 12:44:46.143052 1 route.go:829] Found equivalent route, not adding
  8382. 2020-11-23T12:51:09.7927011Z [cluster2] I1123 12:44:46.143080 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8383. 2020-11-23T12:51:09.7930118Z [cluster2] I1123 12:45:16.139462 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8384. 2020-11-23T12:51:09.7932666Z [cluster2] I1123 12:45:16.139509 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8385. 2020-11-23T12:51:09.7934475Z [cluster2] I1123 12:45:16.139545 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8386. 2020-11-23T12:51:09.7935832Z [cluster2] I1123 12:45:16.139556 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8387. 2020-11-23T12:51:09.7939707Z [cluster2] I1123 12:45:16.139863 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8388. 2020-11-23T12:51:09.7940528Z [cluster2] I1123 12:45:16.143974 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8389. 2020-11-23T12:51:09.7941294Z [cluster2] I1123 12:45:16.144149 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8390. 2020-11-23T12:51:09.7942221Z [cluster2] I1123 12:45:16.144181 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8391. 2020-11-23T12:51:09.7943336Z [cluster2] I1123 12:45:16.144191 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8392. 2020-11-23T12:51:09.7944296Z [cluster2] I1123 12:45:16.144199 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8393. 2020-11-23T12:51:09.7945199Z [cluster2] I1123 12:45:16.144208 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8394. 2020-11-23T12:51:09.7946059Z [cluster2] I1123 12:45:16.144215 1 route.go:790] Found nil gw or dst
  8395. 2020-11-23T12:51:09.7947276Z [cluster2] I1123 12:45:16.144283 1 route.go:829] Found equivalent route, not adding
  8396. 2020-11-23T12:51:09.7948026Z [cluster2] I1123 12:45:16.144292 1 route.go:829] Found equivalent route, not adding
  8397. 2020-11-23T12:51:09.7949676Z [cluster2] I1123 12:45:16.144324 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8398. 2020-11-23T12:51:09.7952516Z [cluster2] I1123 12:45:46.139759 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8399. 2020-11-23T12:51:09.7955876Z [cluster2] I1123 12:45:46.139802 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8400. 2020-11-23T12:51:09.7957874Z [cluster2] I1123 12:45:46.139815 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8401. 2020-11-23T12:51:09.7959005Z [cluster2] I1123 12:45:46.139824 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8402. 2020-11-23T12:51:09.7959921Z [cluster2] I1123 12:45:46.140231 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8403. 2020-11-23T12:51:09.7960672Z [cluster2] I1123 12:45:46.144326 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8404. 2020-11-23T12:51:09.7962018Z [cluster2] I1123 12:45:46.144645 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8405. 2020-11-23T12:51:09.7972953Z [cluster2] I1123 12:45:46.144683 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8406. 2020-11-23T12:51:09.7973929Z [cluster2] I1123 12:45:46.144694 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8407. 2020-11-23T12:51:09.7974822Z [cluster2] I1123 12:45:46.144703 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8408. 2020-11-23T12:51:09.7975906Z [cluster2] I1123 12:45:46.144850 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8409. 2020-11-23T12:51:09.7976753Z [cluster2] I1123 12:45:46.144861 1 route.go:790] Found nil gw or dst
  8410. 2020-11-23T12:51:09.7977365Z [cluster2] I1123 12:45:46.145072 1 route.go:829] Found equivalent route, not adding
  8411. 2020-11-23T12:51:09.7978025Z [cluster2] I1123 12:45:46.145099 1 route.go:829] Found equivalent route, not adding
  8412. 2020-11-23T12:51:09.7979601Z [cluster2] I1123 12:45:46.145140 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8413. 2020-11-23T12:51:09.7981673Z [cluster2] I1123 12:46:16.139782 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8414. 2020-11-23T12:51:09.7983835Z [cluster2] I1123 12:46:16.139830 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8415. 2020-11-23T12:51:09.7985414Z [cluster2] I1123 12:46:16.139847 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8416. 2020-11-23T12:51:09.7987257Z [cluster2] I1123 12:46:16.139857 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8417. 2020-11-23T12:51:09.7988451Z [cluster2] I1123 12:46:16.140188 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8418. 2020-11-23T12:51:09.7989202Z [cluster2] I1123 12:46:16.144192 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8419. 2020-11-23T12:51:09.7990047Z [cluster2] I1123 12:46:16.144384 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8420. 2020-11-23T12:51:09.7990908Z [cluster2] I1123 12:46:16.144422 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8421. 2020-11-23T12:51:09.7991754Z [cluster2] I1123 12:46:16.144433 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8422. 2020-11-23T12:51:09.7992989Z [cluster2] I1123 12:46:16.144443 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8423. 2020-11-23T12:51:09.7993857Z [cluster2] I1123 12:46:16.144451 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8424. 2020-11-23T12:51:09.7994530Z [cluster2] I1123 12:46:16.144459 1 route.go:790] Found nil gw or dst
  8425. 2020-11-23T12:51:09.7995132Z [cluster2] I1123 12:46:16.144521 1 route.go:829] Found equivalent route, not adding
  8426. 2020-11-23T12:51:09.7995804Z [cluster2] I1123 12:46:16.144540 1 route.go:829] Found equivalent route, not adding
  8427. 2020-11-23T12:51:09.7997488Z [cluster2] I1123 12:46:16.144574 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8428. 2020-11-23T12:51:09.7999508Z [cluster2] I1123 12:46:46.140285 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8429. 2020-11-23T12:51:09.8001041Z [cluster2] I1123 12:46:46.140331 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8430. 2020-11-23T12:51:09.8002106Z [cluster2] I1123 12:46:46.140345 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8431. 2020-11-23T12:51:09.8002946Z [cluster2] I1123 12:46:46.140655 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8432. 2020-11-23T12:51:09.8004913Z [cluster2] I1123 12:46:46.144896 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8433. 2020-11-23T12:51:09.8005665Z [cluster2] I1123 12:46:46.145279 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8434. 2020-11-23T12:51:09.8006559Z [cluster2] I1123 12:46:46.145320 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8435. 2020-11-23T12:51:09.8007780Z [cluster2] I1123 12:46:46.145331 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8436. 2020-11-23T12:51:09.8008718Z [cluster2] I1123 12:46:46.145340 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8437. 2020-11-23T12:51:09.8009541Z [cluster2] I1123 12:46:46.145491 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8438. 2020-11-23T12:51:09.8012030Z [cluster2] I1123 12:46:46.145510 1 route.go:790] Found nil gw or dst
  8439. 2020-11-23T12:51:09.8014198Z [cluster2] I1123 12:46:46.145793 1 route.go:829] Found equivalent route, not adding
  8440. 2020-11-23T12:51:09.8015852Z [cluster2] I1123 12:46:46.145814 1 route.go:829] Found equivalent route, not adding
  8441. 2020-11-23T12:51:09.8018476Z [cluster2] I1123 12:46:46.145945 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8442. 2020-11-23T12:51:09.8024802Z [cluster2] I1123 12:46:46.146168 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8443. 2020-11-23T12:51:09.8028215Z [cluster2] I1123 12:47:16.140491 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8444. 2020-11-23T12:51:09.8030959Z [cluster2] I1123 12:47:16.140548 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8445. 2020-11-23T12:51:09.8032410Z [cluster2] I1123 12:47:16.140560 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8446. 2020-11-23T12:51:09.8033300Z [cluster2] I1123 12:47:16.140851 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8447. 2020-11-23T12:51:09.8034024Z [cluster2] I1123 12:47:16.144732 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8448. 2020-11-23T12:51:09.8034762Z [cluster2] I1123 12:47:16.144985 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8449. 2020-11-23T12:51:09.8036409Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-routeagent-zhpmz
  8450. 2020-11-23T12:51:09.8038051Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-routeagent-zhpmz
  8451. 2020-11-23T12:51:09.8039625Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 -n submariner-operator logs submariner-routeagent-zhpmz
  8452. 2020-11-23T12:51:09.8041634Z [lighthouse]$ [cluster2] kubectl --context=cluster2 -n submariner-operator logs submariner-routeagent-zhpmz
  8453. 2020-11-23T12:51:09.8043513Z [cluster2] I1123 12:47:16.145092 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8454. 2020-11-23T12:51:09.8044798Z [cluster2] I1123 12:47:16.145121 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8455. 2020-11-23T12:51:09.8045898Z [cluster2] I1123 12:47:16.145195 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8456. 2020-11-23T12:51:09.8046771Z [cluster2] I1123 12:47:16.145220 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8457. 2020-11-23T12:51:09.8047466Z [cluster2] I1123 12:47:16.145229 1 route.go:790] Found nil gw or dst
  8458. 2020-11-23T12:51:09.8048078Z [cluster2] I1123 12:47:16.145304 1 route.go:829] Found equivalent route, not adding
  8459. 2020-11-23T12:51:09.8048773Z [cluster2] I1123 12:47:16.145322 1 route.go:829] Found equivalent route, not adding
  8460. 2020-11-23T12:51:09.8050258Z [cluster2] I1123 12:47:16.145357 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8461. 2020-11-23T12:51:09.8052397Z [cluster2] I1123 12:47:16.145383 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8462. 2020-11-23T12:51:09.8057094Z [cluster2] I1123 12:47:46.140596 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8463. 2020-11-23T12:51:09.8059608Z [cluster2] I1123 12:47:46.140639 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8464. 2020-11-23T12:51:09.8061292Z [cluster2] I1123 12:47:46.140649 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8465. 2020-11-23T12:51:09.8062467Z [cluster2] I1123 12:47:46.140659 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8466. 2020-11-23T12:51:09.8063696Z [cluster2] I1123 12:47:46.140936 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8467. 2020-11-23T12:51:09.8064510Z [cluster2] I1123 12:47:46.144826 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8468. 2020-11-23T12:51:09.8065272Z [cluster2] I1123 12:47:46.145049 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8469. 2020-11-23T12:51:09.8066197Z [cluster2] I1123 12:47:46.145073 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8470. 2020-11-23T12:51:09.8067193Z [cluster2] I1123 12:47:46.145083 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8471. 2020-11-23T12:51:09.8068248Z [cluster2] I1123 12:47:46.145092 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8472. 2020-11-23T12:51:09.8069130Z [cluster2] I1123 12:47:46.145100 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8473. 2020-11-23T12:51:09.8069823Z [cluster2] I1123 12:47:46.145108 1 route.go:790] Found nil gw or dst
  8474. 2020-11-23T12:51:09.8070606Z [cluster2] I1123 12:47:46.145166 1 route.go:829] Found equivalent route, not adding
  8475. 2020-11-23T12:51:09.8071300Z [cluster2] I1123 12:47:46.145175 1 route.go:829] Found equivalent route, not adding
  8476. 2020-11-23T12:51:09.8072818Z [cluster2] I1123 12:47:46.145206 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8477. 2020-11-23T12:51:09.8074952Z [cluster2] I1123 12:48:16.140970 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8478. 2020-11-23T12:51:09.8077165Z [cluster2] I1123 12:48:16.141100 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8479. 2020-11-23T12:51:09.8078811Z [cluster2] I1123 12:48:16.141133 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8480. 2020-11-23T12:51:09.8080146Z [cluster2] I1123 12:48:16.141185 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8481. 2020-11-23T12:51:09.8081086Z [cluster2] I1123 12:48:16.141615 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8482. 2020-11-23T12:51:09.8082027Z [cluster2] I1123 12:48:16.147468 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8483. 2020-11-23T12:51:09.8082777Z [cluster2] I1123 12:48:16.147831 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8484. 2020-11-23T12:51:09.8083653Z [cluster2] I1123 12:48:16.148049 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8485. 2020-11-23T12:51:09.8084547Z [cluster2] I1123 12:48:16.148113 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8486. 2020-11-23T12:51:09.8085416Z [cluster2] I1123 12:48:16.148145 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8487. 2020-11-23T12:51:09.8086302Z [cluster2] I1123 12:48:16.148168 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8488. 2020-11-23T12:51:09.8087146Z [cluster2] I1123 12:48:16.148223 1 route.go:790] Found nil gw or dst
  8489. 2020-11-23T12:51:09.8087751Z [cluster2] I1123 12:48:16.148359 1 route.go:829] Found equivalent route, not adding
  8490. 2020-11-23T12:51:09.8088411Z [cluster2] I1123 12:48:16.148382 1 route.go:829] Found equivalent route, not adding
  8491. 2020-11-23T12:51:09.8089854Z [cluster2] I1123 12:48:16.148417 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8492. 2020-11-23T12:51:09.8091994Z [cluster2] I1123 12:48:46.141339 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8493. 2020-11-23T12:51:09.8094202Z [cluster2] I1123 12:48:46.141408 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8494. 2020-11-23T12:51:09.8096118Z [cluster2] I1123 12:48:46.141418 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8495. 2020-11-23T12:51:09.8097228Z [cluster2] I1123 12:48:46.141427 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8496. 2020-11-23T12:51:09.8098092Z [cluster2] I1123 12:48:46.141751 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8497. 2020-11-23T12:51:09.8098828Z [cluster2] I1123 12:48:46.145678 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8498. 2020-11-23T12:51:09.8099551Z [cluster2] I1123 12:48:46.145957 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8499. 2020-11-23T12:51:09.8100412Z [cluster2] I1123 12:48:46.145993 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8500. 2020-11-23T12:51:09.8101263Z [cluster2] I1123 12:48:46.146004 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8501. 2020-11-23T12:51:09.8102130Z [cluster2] I1123 12:48:46.146098 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8502. 2020-11-23T12:51:09.8102977Z [cluster2] I1123 12:48:46.146240 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8503. 2020-11-23T12:51:09.8103650Z [cluster2] I1123 12:48:46.146291 1 route.go:790] Found nil gw or dst
  8504. 2020-11-23T12:51:09.8105010Z [cluster2] I1123 12:48:46.146451 1 route.go:829] Found equivalent route, not adding
  8505. 2020-11-23T12:51:09.8105724Z [cluster2] I1123 12:48:46.146476 1 route.go:829] Found equivalent route, not adding
  8506. 2020-11-23T12:51:09.8107570Z [cluster2] I1123 12:48:46.146640 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8507. 2020-11-23T12:51:09.8109851Z [cluster2] I1123 12:49:16.141406 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8508. 2020-11-23T12:51:09.8113367Z [cluster2] I1123 12:49:16.141472 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8509. 2020-11-23T12:51:09.8115357Z [cluster2] I1123 12:49:16.141487 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8510. 2020-11-23T12:51:09.8117477Z [cluster2] I1123 12:49:16.141497 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8511. 2020-11-23T12:51:09.8118730Z [cluster2] I1123 12:49:16.142064 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8512. 2020-11-23T12:51:09.8119452Z [cluster2] I1123 12:49:16.147363 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8513. 2020-11-23T12:51:09.8120230Z [cluster2] I1123 12:49:16.147628 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8514. 2020-11-23T12:51:09.8121080Z [cluster2] I1123 12:49:16.147672 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8515. 2020-11-23T12:51:09.8121937Z [cluster2] I1123 12:49:16.147683 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8516. 2020-11-23T12:51:09.8122934Z [cluster2] I1123 12:49:16.147742 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8517. 2020-11-23T12:51:09.8123817Z [cluster2] I1123 12:49:16.147760 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8518. 2020-11-23T12:51:09.8125046Z [cluster2] I1123 12:49:16.147802 1 route.go:790] Found nil gw or dst
  8519. 2020-11-23T12:51:09.8125801Z [cluster2] I1123 12:49:16.148032 1 route.go:829] Found equivalent route, not adding
  8520. 2020-11-23T12:51:09.8126846Z [cluster2] I1123 12:49:16.148102 1 route.go:829] Found equivalent route, not adding
  8521. 2020-11-23T12:51:09.8129097Z [cluster2] I1123 12:49:16.148262 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8522. 2020-11-23T12:51:09.8132348Z [cluster2] I1123 12:49:46.141680 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8523. 2020-11-23T12:51:09.8134898Z [cluster2] I1123 12:49:46.141722 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8524. 2020-11-23T12:51:09.8136672Z [cluster2] I1123 12:49:46.141732 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8525. 2020-11-23T12:51:09.8137978Z [cluster2] I1123 12:49:46.141741 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8526. 2020-11-23T12:51:09.8138877Z [cluster2] I1123 12:49:46.142059 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8527. 2020-11-23T12:51:09.8140536Z [cluster2] I1123 12:49:46.145680 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8528. 2020-11-23T12:51:09.8144935Z [cluster2] I1123 12:49:46.145829 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8529. 2020-11-23T12:51:09.8145866Z [cluster2] I1123 12:49:46.145861 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8530. 2020-11-23T12:51:09.8147193Z [cluster2] I1123 12:49:46.145871 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8531. 2020-11-23T12:51:09.8148077Z [cluster2] I1123 12:49:46.145879 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8532. 2020-11-23T12:51:09.8148971Z [cluster2] I1123 12:49:46.145887 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8533. 2020-11-23T12:51:09.8149649Z [cluster2] I1123 12:49:46.145902 1 route.go:790] Found nil gw or dst
  8534. 2020-11-23T12:51:09.8150275Z [cluster2] I1123 12:49:46.145962 1 route.go:829] Found equivalent route, not adding
  8535. 2020-11-23T12:51:09.8150955Z [cluster2] I1123 12:49:46.145970 1 route.go:829] Found equivalent route, not adding
  8536. 2020-11-23T12:51:09.8152548Z [cluster2] I1123 12:49:46.145998 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8537. 2020-11-23T12:51:09.8154691Z [cluster2] I1123 12:50:16.141936 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8538. 2020-11-23T12:51:09.8156927Z [cluster2] I1123 12:50:16.142228 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8539. 2020-11-23T12:51:09.8158552Z [cluster2] I1123 12:50:16.142340 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8540. 2020-11-23T12:51:09.8159687Z [cluster2] I1123 12:50:16.142438 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8541. 2020-11-23T12:51:09.8160905Z [cluster2] I1123 12:50:16.142969 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8542. 2020-11-23T12:51:09.8161693Z [cluster2] I1123 12:50:16.148948 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8543. 2020-11-23T12:51:10.1057185Z [cluster2] I1123 12:50:16.149301 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8544. 2020-11-23T12:51:10.1058520Z [cluster2] I1123 12:50:16.149336 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8545. 2020-11-23T12:51:10.1059438Z [cluster2] I1123 12:50:16.149346 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8546. 2020-11-23T12:51:10.1060366Z [cluster2] I1123 12:50:16.149355 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8547. 2020-11-23T12:51:10.1061283Z [cluster2] I1123 12:50:16.149380 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8548. 2020-11-23T12:51:10.1062002Z [cluster2] I1123 12:50:16.149388 1 route.go:790] Found nil gw or dst
  8549. 2020-11-23T12:51:10.1063053Z [cluster2] I1123 12:50:16.149503 1 route.go:829] Found equivalent route, not adding
  8550. 2020-11-23T12:51:10.1063992Z [cluster2] I1123 12:50:16.149520 1 route.go:829] Found equivalent route, not adding
  8551. 2020-11-23T12:51:10.1066188Z [cluster2] I1123 12:50:16.149670 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8552. 2020-11-23T12:51:10.1068425Z [cluster2] I1123 12:50:46.142004 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8553. 2020-11-23T12:51:10.1071143Z [cluster2] I1123 12:50:46.142042 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8554. 2020-11-23T12:51:10.1076040Z [cluster2] I1123 12:50:46.142056 1 route.go:612] This route agent is running on a non-gateway/non-active node
  8555. 2020-11-23T12:51:10.1077228Z [cluster2] I1123 12:50:46.142065 1 route.go:623] Creating the vxlan interface vx-submariner with gateway node IP 172.17.0.6
  8556. 2020-11-23T12:51:10.1078432Z [cluster2] I1123 12:50:46.142326 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8557. 2020-11-23T12:51:10.1079506Z [cluster2] I1123 12:50:46.146080 1 route.go:771] Reconciling routes to gw: 240.17.0.6
  8558. 2020-11-23T12:51:10.1081792Z [cluster2] I1123 12:50:46.146231 1 route.go:787] Processing route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8559. 2020-11-23T12:51:10.1082739Z [cluster2] I1123 12:50:46.146256 1 route.go:793] Found route {Ifindex: 18 Dst: 10.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8560. 2020-11-23T12:51:10.1083665Z [cluster2] I1123 12:50:46.146265 1 route.go:787] Processing route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254}
  8561. 2020-11-23T12:51:10.1085062Z [cluster2] I1123 12:50:46.146274 1 route.go:793] Found route {Ifindex: 18 Dst: 100.1.0.0/16 Src: <nil> Gw: 240.17.0.6 Flags: [] Table: 254} with gw 240.17.0.6 already installed
  8562. 2020-11-23T12:51:10.1086111Z [cluster2] I1123 12:50:46.146280 1 route.go:787] Processing route {Ifindex: 18 Dst: 240.0.0.0/8 Src: 240.17.0.4 Gw: <nil> Flags: [] Table: 254}
  8563. 2020-11-23T12:51:10.1088226Z [cluster2] I1123 12:50:46.146288 1 route.go:790] Found nil gw or dst
  8564. 2020-11-23T12:51:10.1088860Z [cluster2] I1123 12:50:46.146363 1 route.go:829] Found equivalent route, not adding
  8565. 2020-11-23T12:51:10.1089543Z [cluster2] I1123 12:50:46.146372 1 route.go:829] Found equivalent route, not adding
  8566. 2020-11-23T12:51:10.1091350Z [cluster2] I1123 12:50:46.146402 1 route.go:647] Successfully processed local Endpoint "cluster2-submariner-cable-cluster2-172-17-0-6"
  8567. 2020-11-23T12:51:10.1093154Z [cluster2] +++++++++++++++++++++: Logs for Pod submariner-routeagent-zhpmz in namespace submariner-operator :++++++++++++++++++++++
  8568. 2020-11-23T12:51:10.1094194Z [cluster2] + trap 'exit 1' SIGTERM SIGINT
  8569. 2020-11-23T12:51:10.1094709Z [cluster2] + SUBMARINER_VERBOSITY=2
  8570. 2020-11-23T12:51:10.1095861Z [cluster2] + '[' false == true ']'
  8571. 2020-11-23T12:51:10.1096637Z [cluster2] + DEBUG=-v=2
  8572. 2020-11-23T12:51:10.1097294Z [cluster2] + for f in iptables-save iptables
  8573. 2020-11-23T12:51:10.1098052Z [cluster2] ++ find_iptables_on_host iptables-save
  8574. 2020-11-23T12:51:10.1099031Z [cluster2] ++ chroot /host test -x /usr/sbin/iptables-save
  8575. 2020-11-23T12:51:10.1099595Z [cluster2] ++ echo /usr/sbin
  8576. 2020-11-23T12:51:10.1100152Z [cluster2] ++ return
  8577. 2020-11-23T12:51:10.1100572Z [cluster2] + location=/usr/sbin
  8578. 2020-11-23T12:51:10.1101185Z [cluster2] + '[' /usr/sbin '!=' unknown ']'
  8579. 2020-11-23T12:51:10.1102050Z [cluster2] + echo 'iptables-save is present on the host at /usr/sbin/iptables-save'
  8580. 2020-11-23T12:51:10.1103035Z [cluster2] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  8581. 2020-11-23T12:51:10.1103990Z [cluster2] iptables-save is present on the host at /usr/sbin/iptables-save
  8582. 2020-11-23T12:51:10.1104854Z [cluster2] + for f in iptables-save iptables
  8583. 2020-11-23T12:51:10.1105426Z [cluster2] ++ find_iptables_on_host iptables
  8584. 2020-11-23T12:51:10.1106154Z [cluster2] ++ chroot /host test -x /usr/sbin/iptables
  8585. 2020-11-23T12:51:10.1106897Z [cluster2] iptables is present on the host at /usr/sbin/iptables
  8586. 2020-11-23T12:51:10.1107435Z [cluster2] ++ echo /usr/sbin
  8587. 2020-11-23T12:51:10.1107823Z [cluster2] ++ return
  8588. 2020-11-23T12:51:10.1108240Z [cluster2] + location=/usr/sbin
  8589. 2020-11-23T12:51:10.1108862Z [cluster2] + '[' /usr/sbin '!=' unknown ']'
  8590. 2020-11-23T12:51:10.1109640Z [cluster2] + echo 'iptables is present on the host at /usr/sbin/iptables'
  8591. 2020-11-23T12:51:10.1110737Z [cluster2] + sed 's!@@PATH@@!/usr/sbin!' /usr/sbin/iptables-wrapper.in
  8592. 2020-11-23T12:51:10.1111863Z [cluster2] + exec submariner-route-agent -v=2 -alsologtostderr
  8593. 2020-11-23T12:51:10.1112894Z [cluster2] I1123 12:40:00.084391 1 main.go:47] Starting submariner-route-agent
  8594. 2020-11-23T12:51:10.1114271Z [cluster2] W1123 12:40:00.084954 1 client_config.go:543] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  8595. 2020-11-23T12:51:10.1115513Z [cluster2] I1123 12:40:00.088086 1 route.go:192] Starting Route Controller. ClusterID: cluster2, localClusterCIDR: [10.2.0.0/16], localServiceCIDR: [100.2.0.0/16]
  8596. 2020-11-23T12:51:10.1116514Z [cluster2] I1123 12:40:00.088133 1 route.go:196] Waiting for Endpoint informer caches to sync.
  8597. 2020-11-23T12:51:10.1118062Z [cluster2] I1123 12:40:00.117254 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.5
  8598. 2020-11-23T12:51:10.1119215Z [cluster2] I1123 12:40:00.117282 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.4
  8599. 2020-11-23T12:51:10.1120608Z [cluster2] I1123 12:40:00.117294 1 route.go:656] Enqueueing sm-route-agent-pod event, ip: 172.17.0.6
  8600. 2020-11-23T12:51:10.1121372Z [cluster2] I1123 12:40:00.189123 1 driver.go:37] Interface "lo" has "127.0.0.1" address
  8601. 2020-11-23T12:51:10.1122250Z [cluster2] I1123 12:40:00.189342 1 driver.go:37] Interface "weave" has "10.2.128.0" address
  8602. 2020-11-23T12:51:10.1123219Z [cluster2] I1123 12:40:00.189365 1 driver.go:42] Found CNI Interface "weave" that has IP "10.2.128.0" from ClusterCIDR "10.2.0.0/16"
  8603. 2020-11-23T12:51:10.1124306Z [cluster2] I1123 12:40:00.189588 1 driver.go:60] Successfully configured rp_filter to loose mode(2) on cniInterface "weave"
  8604. 2020-11-23T12:51:10.1132529Z [cluster2] I1123 12:40:00.195701 1 iptables.go:22] Install/ensure SUBMARINER-POSTROUTING chain exists
  8605. 2020-11-23T12:51:10.1134965Z [cluster2] I1123 12:40:00.224176 1 iptables.go:28] Insert SUBMARINER-POSTROUTING rule that has rules for inter-cluster traffic
  8606. 2020-11-23T12:51:10.1139198Z [cluster2] I1123 12:40:00.241742 1 iptables.go:34] Install/ensure SUBMARINER-INPUT chain exists
  8607. 2020-11-23T12:51:10.1140712Z [cluster2] I1123 12:40:00.274315 1 iptables.go:45] Allow VxLAN incoming traffic in SUBMARINER-INPUT Chain
  8608. 2020-11-23T12:51:10.1142228Z [cluster2] I1123 12:40:00.285742 1 iptables.go:53] Insert rule to allow traffic over vx-submariner interface in FORWARDing Chain
  8609. 2020-11-23T12:51:10.1147613Z [cluster2] I1123 12:40:00.306492 1 iptables.go:65] Installing rule for host network to remote cluster communication: -s 240.0.0.0/8 -o vx-submariner -j SNAT --to 10.2.128.0
  8610. 2020-11-23T12:51:10.1149410Z [cluster2] I1123 12:40:00.517932 1 iptables.go:83] Installing iptables rule for outgoing traffic: -s 10.2.0.0/16 -d 100.1.0.0/16 -j ACCEPT
  8611. 2020-11-23T12:51:10.1150811Z [cluster2] I1123 12:40:00.536754 1 iptables.go:91] Installing iptables rule for incoming traffic: -s 100.1.0.0/16 -d 10.2.0.0/16 -j ACCEPT
  8612. 2020-11-23T12:51:10.1152028Z [cluster2] I1123 12:40:00.556549 1 iptables.go:83] Installing iptables rule for outgoing traffic: -s 10.2.0.0/16 -d 10.1.0.0/16 -j ACCEPT
  8613. 2020-11-23T12:51:10.1164063Z [cluster2] I1123 12:40:00.566073 1 iptables.go:91] Installing iptables rule for incoming traffic: -s 10.1.0.0/16 -d 10.2.0.0/16 -j ACCEPT
  8614. 2020-11-23T12:51:10.1165712Z [cluster2] I1123 12:40:00.678148 1 route.go:254] In cluster2, podIP of submariner-route-agent[0] is 172.17.0.5
  8615. 2020-11-23T12:51:10.1167467Z [cluster2] I1123 12:40:00.678176 1 route.go:254] In cluster2, podIP of submariner-route-agent[1] is 172.17.0.4
  8616. 2020-11-23T12:51:10.1171087Z [cluster2] I1123 12:40:00.678396 1 route.go:254] In cluster2, podIP of submariner-route-agent[2] is 172.17.0.6
  8617. 2020-11-23T12:51:10.1172621Z [cluster2] I1123 12:40:00.678406 1 route.go:268] Hostname is "cluster2-worker" and routeAgentNodeName is "cluster2-worker"
  8618. 2020-11-23T12:51:10.1174041Z [cluster2] I1123 12:40:00.740630 1 driver.go:87] Successfully annotated node "cluster2-worker" with cniIfaceIP "10.2.128.0"
  8619. 2020-11-23T12:51:10.1175349Z [cluster2] I1123 12:40:00.740677 1 route.go:286] Route agent workers started
  8620. 2020-11-23T12:51:10.1180706Z [cluster2] I1123 12:40:00.740709 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-mwdhq" with host IP "172.17.0.5", pod IP "172.17.0.5"
  8621. 2020-11-23T12:51:10.1182625Z [cluster2] I1123 12:40:00.740717 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-mwdhq"
  8622. 2020-11-23T12:51:10.1184494Z [cluster2] I1123 12:40:00.740799 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-nghzf" with host IP "172.17.0.4", pod IP "172.17.0.4"
  8623. 2020-11-23T12:51:10.1186284Z [cluster2] I1123 12:40:00.740846 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-nghzf"
  8624. 2020-11-23T12:51:10.1188132Z [cluster2] I1123 12:40:00.740854 1 route.go:507] Processing submariner-route-agent pod "submariner-routeagent-zhpmz" with host IP "172.17.0.6", pod IP "172.17.0.6"
  8625. 2020-11-23T12:51:10.1189931Z [cluster2] I1123 12:40:00.740859 1 route.go:531] Successfully processed submariner-route-agent pod "submariner-routeagent-zhpmz"
  8626. 2020-11-23T12:51:10.1193270Z [cluster2] I1123 12:40:00.740882 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8627. 2020-11-23T12:51:10.1195605Z [cluster2] I1123 12:40:00.740922 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8628. 2020-11-23T12:51:10.1197086Z [cluster2] I1123 12:40:00.741110 1 route.go:756] Processing route {Ifindex: 12 Dst: <nil> Src: <nil> Gw: 172.17.0.1 Flags: [] Table: 254}
  8629. 2020-11-23T12:51:10.1197801Z [cluster2] I1123 12:40:00.741174 1 route.go:759] Found nil gw or dst
  8630. 2020-11-23T12:51:10.1198774Z [cluster2] I1123 12:40:00.741178 1 route.go:756] Processing route {Ifindex: 4 Dst: 10.2.0.0/16 Src: 10.2.128.0 Gw: <nil> Flags: [] Table: 254}
  8631. 2020-11-23T12:51:10.1199509Z [cluster2] I1123 12:40:00.741190 1 route.go:759] Found nil gw or dst
  8632. 2020-11-23T12:51:10.1200237Z [cluster2] I1123 12:40:00.741193 1 route.go:756] Processing route {Ifindex: 12 Dst: 172.17.0.0/16 Src: 172.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8633. 2020-11-23T12:51:10.1201041Z [cluster2] I1123 12:40:00.741201 1 route.go:759] Found nil gw or dst
  8634. 2020-11-23T12:51:10.1201729Z [cluster2] I1123 12:40:00.741208 1 route.go:582] This route agent is running on the active gateway node
  8635. 2020-11-23T12:51:10.1202888Z [cluster2] I1123 12:40:00.741215 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8636. 2020-11-23T12:51:10.1203769Z [cluster2] I1123 12:40:00.743562 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8637. 2020-11-23T12:51:10.1204727Z [cluster2] I1123 12:40:00.743619 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8638. 2020-11-23T12:51:10.1205496Z [cluster2] I1123 12:40:00.743682 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8639. 2020-11-23T12:51:10.1206575Z [cluster2] I1123 12:40:00.743773 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8640. 2020-11-23T12:51:10.1208308Z [cluster2] I1123 12:40:30.117786 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8641. 2020-11-23T12:51:10.1210894Z [cluster2] I1123 12:40:30.118070 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8642. 2020-11-23T12:51:10.1212675Z [cluster2] I1123 12:40:30.118506 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8643. 2020-11-23T12:51:10.1213368Z [cluster2] I1123 12:40:30.118675 1 route.go:759] Found nil gw or dst
  8644. 2020-11-23T12:51:10.1214035Z [cluster2] I1123 12:40:30.118830 1 route.go:582] This route agent is running on the active gateway node
  8645. 2020-11-23T12:51:10.1215172Z [cluster2] I1123 12:40:30.118959 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8646. 2020-11-23T12:51:10.1223731Z [cluster2] I1123 12:40:30.119301 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8647. 2020-11-23T12:51:10.1224576Z [cluster2] I1123 12:40:30.119495 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8648. 2020-11-23T12:51:10.1225355Z [cluster2] I1123 12:40:30.119558 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8649. 2020-11-23T12:51:10.1226109Z [cluster2] I1123 12:40:30.119773 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8650. 2020-11-23T12:51:10.1227837Z [cluster2] I1123 12:40:30.119909 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8651. 2020-11-23T12:51:10.1230128Z [cluster2] I1123 12:41:00.117900 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8652. 2020-11-23T12:51:10.1240313Z [cluster2] I1123 12:41:00.117940 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8653. 2020-11-23T12:51:10.1241943Z [cluster2] I1123 12:41:00.118317 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8654. 2020-11-23T12:51:10.1242644Z [cluster2] I1123 12:41:00.118353 1 route.go:759] Found nil gw or dst
  8655. 2020-11-23T12:51:10.1243568Z [cluster2] I1123 12:41:00.118361 1 route.go:582] This route agent is running on the active gateway node
  8656. 2020-11-23T12:51:10.1245463Z [cluster2] I1123 12:41:00.118368 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8657. 2020-11-23T12:51:10.1286591Z [cluster2] I1123 12:41:00.118583 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8658. 2020-11-23T12:51:10.1287530Z [cluster2] I1123 12:41:00.118654 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8659. 2020-11-23T12:51:10.1288318Z [cluster2] I1123 12:41:00.118803 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8660. 2020-11-23T12:51:10.1289373Z [cluster2] I1123 12:41:00.118914 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8661. 2020-11-23T12:51:10.1290675Z [cluster2] I1123 12:41:00.119055 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8662. 2020-11-23T12:51:10.1292492Z [cluster2] I1123 12:41:30.117976 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8663. 2020-11-23T12:51:10.1296332Z [cluster2] I1123 12:41:30.118031 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8664. 2020-11-23T12:51:10.1298381Z [cluster2] I1123 12:41:30.118312 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8665. 2020-11-23T12:51:10.1299335Z [cluster2] I1123 12:41:30.118335 1 route.go:759] Found nil gw or dst
  8666. 2020-11-23T12:51:10.1306614Z [cluster2] I1123 12:41:30.118343 1 route.go:582] This route agent is running on the active gateway node
  8667. 2020-11-23T12:51:10.1309046Z [cluster2] I1123 12:41:30.118376 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8668. 2020-11-23T12:51:10.1310021Z [cluster2] I1123 12:41:30.118578 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8669. 2020-11-23T12:51:10.1310904Z [cluster2] I1123 12:41:30.118643 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8670. 2020-11-23T12:51:10.1311732Z [cluster2] I1123 12:41:30.118673 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8671. 2020-11-23T12:51:10.1312536Z [cluster2] I1123 12:41:30.118698 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8672. 2020-11-23T12:51:10.1313741Z [cluster2] I1123 12:41:30.118764 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8673. 2020-11-23T12:51:10.1315580Z [cluster2] I1123 12:42:00.118119 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8674. 2020-11-23T12:51:10.1317987Z [cluster2] I1123 12:42:00.118160 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8675. 2020-11-23T12:51:10.1319494Z [cluster2] I1123 12:42:00.118525 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8676. 2020-11-23T12:51:10.1320239Z [cluster2] I1123 12:42:00.118549 1 route.go:759] Found nil gw or dst
  8677. 2020-11-23T12:51:10.1320940Z [cluster2] I1123 12:42:00.118557 1 route.go:582] This route agent is running on the active gateway node
  8678. 2020-11-23T12:51:10.1322104Z [cluster2] I1123 12:42:00.118564 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8679. 2020-11-23T12:51:10.1323059Z [cluster2] I1123 12:42:00.118773 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8680. 2020-11-23T12:51:10.1323996Z [cluster2] I1123 12:42:00.118813 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8681. 2020-11-23T12:51:10.1324836Z [cluster2] I1123 12:42:00.118844 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8682. 2020-11-23T12:51:10.1326027Z [cluster2] I1123 12:42:00.118871 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8683. 2020-11-23T12:51:10.1327416Z [cluster2] I1123 12:42:00.118939 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8684. 2020-11-23T12:51:10.1329887Z [lighthouse]$ [cluster2] kubectl get pods --selector=app=submariner-lighthouse-agent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  8685. 2020-11-23T12:51:10.1339135Z [lighthouse]$ [cluster2] kubectl get pods --selector=app=submariner-lighthouse-agent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  8686. 2020-11-23T12:51:10.1341787Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 get pods --selector=app=submariner-lighthouse-agent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  8687. 2020-11-23T12:51:10.1344029Z [lighthouse]$ [cluster2] kubectl --context=cluster2 get pods --selector=app=submariner-lighthouse-agent -n submariner-operator -o jsonpath={.items[*].metadata.name}
  8688. 2020-11-23T12:51:10.1346417Z [cluster2] I1123 12:42:30.118277 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8689. 2020-11-23T12:51:10.1348887Z [cluster2] I1123 12:42:30.118334 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8690. 2020-11-23T12:51:10.1350355Z [cluster2] I1123 12:42:30.118712 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8691. 2020-11-23T12:51:10.1351113Z [cluster2] I1123 12:42:30.118783 1 route.go:759] Found nil gw or dst
  8692. 2020-11-23T12:51:10.1351790Z [cluster2] I1123 12:42:30.118791 1 route.go:582] This route agent is running on the active gateway node
  8693. 2020-11-23T12:51:10.1352970Z [cluster2] I1123 12:42:30.118798 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8694. 2020-11-23T12:51:10.1353894Z [cluster2] I1123 12:42:30.118960 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8695. 2020-11-23T12:51:10.1359398Z [cluster2] I1123 12:42:30.119013 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8696. 2020-11-23T12:51:10.1360576Z [cluster2] I1123 12:42:30.119055 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8697. 2020-11-23T12:51:10.1361446Z [cluster2] I1123 12:42:30.119091 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8698. 2020-11-23T12:51:10.1363049Z [cluster2] I1123 12:42:30.119153 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8699. 2020-11-23T12:51:10.1366165Z [cluster2] I1123 12:43:00.118414 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8700. 2020-11-23T12:51:10.1369276Z [cluster2] I1123 12:43:00.118548 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8701. 2020-11-23T12:51:10.1370875Z [cluster2] I1123 12:43:00.118926 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8702. 2020-11-23T12:51:10.1371635Z [cluster2] I1123 12:43:00.119017 1 route.go:759] Found nil gw or dst
  8703. 2020-11-23T12:51:10.1372382Z [cluster2] I1123 12:43:00.119042 1 route.go:582] This route agent is running on the active gateway node
  8704. 2020-11-23T12:51:10.1373612Z [cluster2] I1123 12:43:00.119064 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8705. 2020-11-23T12:51:10.1374767Z [cluster2] I1123 12:43:00.119248 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8706. 2020-11-23T12:51:10.1375902Z [cluster2] I1123 12:43:00.119328 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8707. 2020-11-23T12:51:10.1376952Z [cluster2] I1123 12:43:00.119439 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8708. 2020-11-23T12:51:10.1377784Z [cluster2] I1123 12:43:00.119582 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8709. 2020-11-23T12:51:10.1379025Z [cluster2] I1123 12:43:00.119664 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8710. 2020-11-23T12:51:10.1381036Z [cluster2] I1123 12:43:30.118760 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8711. 2020-11-23T12:51:10.1383435Z [cluster2] I1123 12:43:30.118800 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8712. 2020-11-23T12:51:10.1385268Z [cluster2] I1123 12:43:30.119035 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8713. 2020-11-23T12:51:10.1385997Z [cluster2] I1123 12:43:30.119078 1 route.go:759] Found nil gw or dst
  8714. 2020-11-23T12:51:10.1386673Z [cluster2] I1123 12:43:30.119085 1 route.go:582] This route agent is running on the active gateway node
  8715. 2020-11-23T12:51:10.1387794Z [cluster2] I1123 12:43:30.119091 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8716. 2020-11-23T12:51:10.1388710Z [cluster2] I1123 12:43:30.119269 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8717. 2020-11-23T12:51:10.1389554Z [cluster2] I1123 12:43:30.119353 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8718. 2020-11-23T12:51:10.1390329Z [cluster2] I1123 12:43:30.119497 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8719. 2020-11-23T12:51:10.1391125Z [cluster2] I1123 12:43:30.119597 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8720. 2020-11-23T12:51:10.1392248Z [cluster2] I1123 12:43:30.119747 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8721. 2020-11-23T12:51:10.1394031Z [cluster2] I1123 12:44:00.119000 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8722. 2020-11-23T12:51:10.1396335Z [cluster2] I1123 12:44:00.119056 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8723. 2020-11-23T12:51:10.1397806Z [cluster2] I1123 12:44:00.119295 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8724. 2020-11-23T12:51:10.1398510Z [cluster2] I1123 12:44:00.119318 1 route.go:759] Found nil gw or dst
  8725. 2020-11-23T12:51:10.1399200Z [cluster2] I1123 12:44:00.119326 1 route.go:582] This route agent is running on the active gateway node
  8726. 2020-11-23T12:51:10.1400302Z [cluster2] I1123 12:44:00.119334 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8727. 2020-11-23T12:51:10.1401233Z [cluster2] I1123 12:44:00.119493 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8728. 2020-11-23T12:51:10.1402068Z [cluster2] I1123 12:44:00.119534 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8729. 2020-11-23T12:51:10.1402864Z [cluster2] I1123 12:44:00.119565 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8730. 2020-11-23T12:51:10.1403643Z [cluster2] I1123 12:44:00.119608 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8731. 2020-11-23T12:51:10.1404774Z [cluster2] I1123 12:44:00.119667 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8732. 2020-11-23T12:51:10.1406838Z [cluster2] I1123 12:44:30.119299 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8733. 2020-11-23T12:51:10.1409452Z [cluster2] I1123 12:44:30.119361 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8734. 2020-11-23T12:51:10.1410847Z [cluster2] I1123 12:44:30.119767 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8735. 2020-11-23T12:51:10.1411656Z [cluster2] I1123 12:44:30.119791 1 route.go:759] Found nil gw or dst
  8736. 2020-11-23T12:51:10.1412702Z [cluster2] I1123 12:44:30.119799 1 route.go:582] This route agent is running on the active gateway node
  8737. 2020-11-23T12:51:10.1414261Z [cluster2] I1123 12:44:30.119807 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8738. 2020-11-23T12:51:10.1415975Z [cluster2] I1123 12:44:30.119990 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8739. 2020-11-23T12:51:10.1417164Z [cluster2] I1123 12:44:30.120029 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8740. 2020-11-23T12:51:10.1418507Z [cluster2] I1123 12:44:30.120060 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8741. 2020-11-23T12:51:10.1420631Z [cluster2] I1123 12:44:30.120085 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8742. 2020-11-23T12:51:10.1421862Z [cluster2] I1123 12:44:30.120147 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8743. 2020-11-23T12:51:10.1424092Z [cluster2] I1123 12:45:00.119355 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8744. 2020-11-23T12:51:10.1426601Z [cluster2] I1123 12:45:00.119431 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8745. 2020-11-23T12:51:10.1428189Z [cluster2] I1123 12:45:00.119836 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8746. 2020-11-23T12:51:10.1429230Z [cluster2] I1123 12:45:00.119905 1 route.go:759] Found nil gw or dst
  8747. 2020-11-23T12:51:10.1429922Z [cluster2] I1123 12:45:00.119912 1 route.go:582] This route agent is running on the active gateway node
  8748. 2020-11-23T12:51:10.1431030Z [cluster2] I1123 12:45:00.119919 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8749. 2020-11-23T12:51:10.1431958Z [cluster2] I1123 12:45:00.120104 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8750. 2020-11-23T12:51:10.1433629Z [cluster2] I1123 12:45:00.120139 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8751. 2020-11-23T12:51:10.1434657Z [cluster2] I1123 12:45:00.120167 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8752. 2020-11-23T12:51:10.1435506Z [cluster2] I1123 12:45:00.120190 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8753. 2020-11-23T12:51:10.1436819Z [cluster2] I1123 12:45:00.120246 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8754. 2020-11-23T12:51:10.1438901Z [cluster2] I1123 12:45:30.119713 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8755. 2020-11-23T12:51:10.1440429Z [cluster2] I1123 12:45:30.120003 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8756. 2020-11-23T12:51:10.1441159Z [cluster2] I1123 12:45:30.120040 1 route.go:759] Found nil gw or dst
  8757. 2020-11-23T12:51:10.1441872Z [cluster2] I1123 12:45:30.120048 1 route.go:582] This route agent is running on the active gateway node
  8758. 2020-11-23T12:51:10.1444074Z [cluster2] I1123 12:45:30.120055 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8759. 2020-11-23T12:51:10.1445097Z [cluster2] I1123 12:45:30.120207 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8760. 2020-11-23T12:51:10.1445993Z [cluster2] I1123 12:45:30.120261 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8761. 2020-11-23T12:51:10.1447179Z [cluster2] I1123 12:45:30.120301 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8762. 2020-11-23T12:51:10.1448057Z [cluster2] I1123 12:45:30.120326 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8763. 2020-11-23T12:51:10.1449288Z [cluster2] I1123 12:45:30.120396 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8764. 2020-11-23T12:51:10.1451694Z [cluster2] I1123 12:45:30.120510 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8765. 2020-11-23T12:51:10.1454167Z [cluster2] I1123 12:46:00.119810 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8766. 2020-11-23T12:51:10.1456948Z [cluster2] I1123 12:46:00.119859 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8767. 2020-11-23T12:51:10.1459057Z [cluster2] I1123 12:46:00.120122 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8768. 2020-11-23T12:51:10.1459822Z [cluster2] I1123 12:46:00.120155 1 route.go:759] Found nil gw or dst
  8769. 2020-11-23T12:51:10.1460559Z [cluster2] I1123 12:46:00.120163 1 route.go:582] This route agent is running on the active gateway node
  8770. 2020-11-23T12:51:10.1461853Z [cluster2] I1123 12:46:00.120171 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8771. 2020-11-23T12:51:10.1464582Z [cluster2] I1123 12:46:00.120420 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8772. 2020-11-23T12:51:10.1465471Z [cluster2] I1123 12:46:00.120462 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8773. 2020-11-23T12:51:10.1466294Z [cluster2] I1123 12:46:00.120495 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8774. 2020-11-23T12:51:10.1467108Z [cluster2] I1123 12:46:00.120521 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8775. 2020-11-23T12:51:10.1470407Z [cluster2] I1123 12:46:00.120596 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8776. 2020-11-23T12:51:10.1472769Z [cluster2] I1123 12:46:30.120627 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8777. 2020-11-23T12:51:10.1476106Z [cluster2] I1123 12:46:30.120686 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8778. 2020-11-23T12:51:10.1477670Z [cluster2] I1123 12:46:30.121167 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8779. 2020-11-23T12:51:10.1478442Z [cluster2] I1123 12:46:30.121648 1 route.go:759] Found nil gw or dst
  8780. 2020-11-23T12:51:10.1479168Z [cluster2] I1123 12:46:30.121657 1 route.go:582] This route agent is running on the active gateway node
  8781. 2020-11-23T12:51:10.1480384Z [cluster2] I1123 12:46:30.121664 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8782. 2020-11-23T12:51:10.1481376Z [cluster2] I1123 12:46:30.121853 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8783. 2020-11-23T12:51:10.1482288Z [cluster2] I1123 12:46:30.122236 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8784. 2020-11-23T12:51:10.1483393Z [cluster2] I1123 12:46:30.122313 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8785. 2020-11-23T12:51:10.1484283Z [cluster2] I1123 12:46:30.122342 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8786. 2020-11-23T12:51:10.1485525Z [cluster2] I1123 12:46:30.122412 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8787. 2020-11-23T12:51:10.1487724Z [cluster2] I1123 12:47:00.120896 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8788. 2020-11-23T12:51:10.1490107Z [cluster2] I1123 12:47:00.120941 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8789. 2020-11-23T12:51:10.1491634Z [cluster2] I1123 12:47:00.121330 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8790. 2020-11-23T12:51:10.1492369Z [cluster2] I1123 12:47:00.121366 1 route.go:759] Found nil gw or dst
  8791. 2020-11-23T12:51:10.1493082Z [cluster2] I1123 12:47:00.121374 1 route.go:582] This route agent is running on the active gateway node
  8792. 2020-11-23T12:51:10.1494227Z [cluster2] I1123 12:47:00.121413 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8793. 2020-11-23T12:51:10.1495195Z [cluster2] I1123 12:47:00.121768 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8794. 2020-11-23T12:51:10.1496382Z [cluster2] I1123 12:47:00.121904 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8795. 2020-11-23T12:51:10.1497211Z [cluster2] I1123 12:47:00.121981 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8796. 2020-11-23T12:51:10.1498017Z [cluster2] I1123 12:47:00.122067 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8797. 2020-11-23T12:51:10.1499237Z [cluster2] I1123 12:47:00.122226 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8798. 2020-11-23T12:51:10.1501630Z [cluster2] I1123 12:47:30.121066 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8799. 2020-11-23T12:51:10.1504355Z [cluster2] I1123 12:47:30.121113 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8800. 2020-11-23T12:51:10.1505862Z [cluster2] I1123 12:47:30.121511 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8801. 2020-11-23T12:51:10.1506758Z [cluster2] I1123 12:47:30.121775 1 route.go:759] Found nil gw or dst
  8802. 2020-11-23T12:51:10.1507432Z [cluster2] I1123 12:47:30.121784 1 route.go:582] This route agent is running on the active gateway node
  8803. 2020-11-23T12:51:10.1508564Z [cluster2] I1123 12:47:30.121791 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8804. 2020-11-23T12:51:10.1509480Z [cluster2] I1123 12:47:30.122012 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8805. 2020-11-23T12:51:10.1510330Z [cluster2] I1123 12:47:30.122053 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8806. 2020-11-23T12:51:10.1511116Z [cluster2] I1123 12:47:30.122082 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8807. 2020-11-23T12:51:10.1511907Z [cluster2] I1123 12:47:30.122106 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8808. 2020-11-23T12:51:10.1513029Z [cluster2] I1123 12:47:30.122174 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8809. 2020-11-23T12:51:10.1514965Z [cluster2] I1123 12:48:00.121185 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8810. 2020-11-23T12:51:10.1518208Z [cluster2] I1123 12:48:00.121288 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8811. 2020-11-23T12:51:10.1519698Z [cluster2] I1123 12:48:00.121899 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8812. 2020-11-23T12:51:10.1520576Z [cluster2] I1123 12:48:00.121922 1 route.go:759] Found nil gw or dst
  8813. 2020-11-23T12:51:10.1521269Z [cluster2] I1123 12:48:00.121929 1 route.go:582] This route agent is running on the active gateway node
  8814. 2020-11-23T12:51:10.1522452Z [cluster2] I1123 12:48:00.121936 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8815. 2020-11-23T12:51:10.1523383Z [cluster2] I1123 12:48:00.122317 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8816. 2020-11-23T12:51:10.1524221Z [cluster2] I1123 12:48:00.122358 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8817. 2020-11-23T12:51:10.1525173Z [cluster2] I1123 12:48:00.122392 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8818. 2020-11-23T12:51:10.1526286Z [cluster2] I1123 12:48:00.122500 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8819. 2020-11-23T12:51:10.1527646Z [cluster2] I1123 12:48:00.122557 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8820. 2020-11-23T12:51:10.1529542Z [cluster2] I1123 12:48:30.121447 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8821. 2020-11-23T12:51:10.1531771Z [cluster2] I1123 12:48:30.121502 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8822. 2020-11-23T12:51:10.1533180Z [cluster2] I1123 12:48:30.121793 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8823. 2020-11-23T12:51:10.1533875Z [cluster2] I1123 12:48:30.121831 1 route.go:759] Found nil gw or dst
  8824. 2020-11-23T12:51:10.1534526Z [cluster2] I1123 12:48:30.121839 1 route.go:582] This route agent is running on the active gateway node
  8825. 2020-11-23T12:51:10.1536496Z [cluster2] I1123 12:48:30.121846 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8826. 2020-11-23T12:51:10.1537597Z [cluster2] I1123 12:48:30.122025 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8827. 2020-11-23T12:51:10.1538591Z [cluster2] I1123 12:48:30.122091 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8828. 2020-11-23T12:51:10.1539342Z [cluster2] I1123 12:48:30.122132 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8829. 2020-11-23T12:51:10.1540115Z [cluster2] I1123 12:48:30.122164 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8830. 2020-11-23T12:51:10.1542032Z [cluster2] I1123 12:48:30.122215 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8831. 2020-11-23T12:51:10.1544081Z [cluster2] I1123 12:49:00.121828 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8832. 2020-11-23T12:51:10.1546833Z [cluster2] I1123 12:49:00.121897 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8833. 2020-11-23T12:51:10.1548423Z [cluster2] I1123 12:49:00.122135 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8834. 2020-11-23T12:51:10.1549105Z [cluster2] I1123 12:49:00.122168 1 route.go:759] Found nil gw or dst
  8835. 2020-11-23T12:51:10.1549935Z [cluster2] I1123 12:49:00.122175 1 route.go:582] This route agent is running on the active gateway node
  8836. 2020-11-23T12:51:10.1551067Z [cluster2] I1123 12:49:00.122182 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8837. 2020-11-23T12:51:10.1551966Z [cluster2] I1123 12:49:00.122330 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8838. 2020-11-23T12:51:10.1552898Z [cluster2] I1123 12:49:00.122378 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8839. 2020-11-23T12:51:10.1553665Z [cluster2] I1123 12:49:00.122411 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8840. 2020-11-23T12:51:10.1555733Z [cluster2] I1123 12:49:00.122446 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8841. 2020-11-23T12:51:10.1556944Z [cluster2] I1123 12:49:00.122508 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8842. 2020-11-23T12:51:10.1558668Z [cluster2] I1123 12:49:30.121939 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8843. 2020-11-23T12:51:10.1560899Z [cluster2] I1123 12:49:30.122021 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8844. 2020-11-23T12:51:10.1562314Z [cluster2] I1123 12:49:30.122331 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8845. 2020-11-23T12:51:10.1563010Z [cluster2] I1123 12:49:30.122353 1 route.go:759] Found nil gw or dst
  8846. 2020-11-23T12:51:10.1563660Z [cluster2] I1123 12:49:30.122360 1 route.go:582] This route agent is running on the active gateway node
  8847. 2020-11-23T12:51:10.1564739Z [cluster2] I1123 12:49:30.122367 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8848. 2020-11-23T12:51:10.1565625Z [cluster2] I1123 12:49:30.122519 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8849. 2020-11-23T12:51:10.1566449Z [cluster2] I1123 12:49:30.122556 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8850. 2020-11-23T12:51:10.1567198Z [cluster2] I1123 12:49:30.122585 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8851. 2020-11-23T12:51:10.1568129Z [cluster2] I1123 12:49:30.122642 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8852. 2020-11-23T12:51:10.1569179Z [cluster2] I1123 12:49:30.122739 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8853. 2020-11-23T12:51:10.1570849Z [cluster2] I1123 12:50:00.121922 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8854. 2020-11-23T12:51:10.1572991Z [cluster2] I1123 12:50:00.121982 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8855. 2020-11-23T12:51:10.1574366Z [cluster2] I1123 12:50:00.122305 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8856. 2020-11-23T12:51:10.1575026Z [cluster2] I1123 12:50:00.122362 1 route.go:759] Found nil gw or dst
  8857. 2020-11-23T12:51:10.1575903Z [cluster2] I1123 12:50:00.122370 1 route.go:582] This route agent is running on the active gateway node
  8858. 2020-11-23T12:51:10.1577710Z [cluster2] I1123 12:50:00.122377 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8859. 2020-11-23T12:51:10.1578814Z [cluster2] I1123 12:50:00.122634 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8860. 2020-11-23T12:51:10.1579598Z [cluster2] I1123 12:50:00.122704 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8861. 2020-11-23T12:51:10.1580516Z [cluster2] I1123 12:50:00.122758 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8862. 2020-11-23T12:51:10.1581268Z [cluster2] I1123 12:50:00.122784 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8863. 2020-11-23T12:51:10.1582412Z [cluster2] I1123 12:50:00.122845 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8864. 2020-11-23T12:51:10.1586123Z [cluster2] I1123 12:50:30.122080 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8865. 2020-11-23T12:51:10.1588952Z [cluster2] I1123 12:50:30.122128 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8866. 2020-11-23T12:51:10.1590666Z [cluster2] I1123 12:50:30.122448 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8867. 2020-11-23T12:51:10.1591341Z [cluster2] I1123 12:50:30.122483 1 route.go:759] Found nil gw or dst
  8868. 2020-11-23T12:51:10.1591966Z [cluster2] I1123 12:50:30.122491 1 route.go:582] This route agent is running on the active gateway node
  8869. 2020-11-23T12:51:10.1593224Z [cluster2] I1123 12:50:30.122498 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8870. 2020-11-23T12:51:10.1594297Z [cluster2] I1123 12:50:30.122680 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8871. 2020-11-23T12:51:10.1595289Z [cluster2] I1123 12:50:30.122743 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8872. 2020-11-23T12:51:10.1596045Z [cluster2] I1123 12:50:30.122797 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8873. 2020-11-23T12:51:10.1596815Z [cluster2] I1123 12:50:30.122825 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8874. 2020-11-23T12:51:10.1597895Z [cluster2] I1123 12:50:30.122882 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8875. 2020-11-23T12:51:10.1599619Z [cluster2] I1123 12:51:00.129696 1 route.go:558] Updating iptable rules for remote cluster's Endpoint "cluster1-submariner-cable-cluster1-172-17-0-8" with subnets [100.1.0.0/16 10.1.0.0/16]
  8876. 2020-11-23T12:51:10.4331760Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-lighthouse-agent-6c5788ff7d-zpk6x
  8877. 2020-11-23T12:51:10.4348878Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-lighthouse-agent-6c5788ff7d-zpk6x
  8878. 2020-11-23T12:51:10.4364845Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 -n submariner-operator logs submariner-lighthouse-agent-6c5788ff7d-zpk6x
  8879. 2020-11-23T12:51:10.4383470Z [lighthouse]$ [cluster2] kubectl --context=cluster2 -n submariner-operator logs submariner-lighthouse-agent-6c5788ff7d-zpk6x
  8880. 2020-11-23T12:51:10.7368033Z [lighthouse]$ [cluster2] kubectl get pods --selector=app=submariner-lighthouse-coredns -n submariner-operator -o jsonpath={.items[*].metadata.name}
  8881. 2020-11-23T12:51:10.7392456Z [lighthouse]$ [cluster2] kubectl get pods --selector=app=submariner-lighthouse-coredns -n submariner-operator -o jsonpath={.items[*].metadata.name}
  8882. 2020-11-23T12:51:10.7411695Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 get pods --selector=app=submariner-lighthouse-coredns -n submariner-operator -o jsonpath={.items[*].metadata.name}
  8883. 2020-11-23T12:51:10.7426139Z [lighthouse]$ [cluster2] kubectl --context=cluster2 get pods --selector=app=submariner-lighthouse-coredns -n submariner-operator -o jsonpath={.items[*].metadata.name}
  8884. 2020-11-23T12:51:11.0245077Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-hdbss
  8885. 2020-11-23T12:51:11.0263324Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-hdbss
  8886. 2020-11-23T12:51:11.0280019Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-hdbss
  8887. 2020-11-23T12:51:11.0294414Z [lighthouse]$ [cluster2] kubectl --context=cluster2 -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-hdbss
  8888. 2020-11-23T12:51:11.3303999Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-rtgck
  8889. 2020-11-23T12:51:11.3317013Z [lighthouse]$ [cluster2] kubectl -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-rtgck
  8890. 2020-11-23T12:51:11.3336940Z [lighthouse]$ [cluster2] command kubectl --context=cluster2 -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-rtgck
  8891. 2020-11-23T12:51:11.3350307Z [lighthouse]$ [cluster2] kubectl --context=cluster2 -n submariner-operator logs submariner-lighthouse-coredns-557485fbc-rtgck
  8892. 2020-11-23T12:51:11.6534318Z [cluster2] I1123 12:51:00.129767 1 route.go:570] Processing local Endpoint cluster2-submariner-cable-cluster2-172-17-0-6 with IP 172.17.0.6, Host cluster2-worker for this cluster
  8893. 2020-11-23T12:51:11.6536355Z [cluster2] I1123 12:51:00.130192 1 route.go:756] Processing route {Ifindex: 14 Dst: 240.0.0.0/8 Src: 240.17.0.6 Gw: <nil> Flags: [] Table: 254}
  8894. 2020-11-23T12:51:11.6537077Z [cluster2] I1123 12:51:00.130217 1 route.go:759] Found nil gw or dst
  8895. 2020-11-23T12:51:11.6537730Z [cluster2] I1123 12:51:00.130225 1 route.go:582] This route agent is running on the active gateway node
  8896. 2020-11-23T12:51:11.6538881Z [cluster2] I1123 12:51:00.130233 1 route.go:590] Creating the vxlan interface: vx-submariner on the gateway node
  8897. 2020-11-23T12:51:11.6539768Z [cluster2] I1123 12:51:00.130449 1 vxlan.go:61] VxLAN interface already exists with same configuration.
  8898. 2020-11-23T12:51:11.6540581Z [cluster2] I1123 12:51:00.130487 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.5 00:00:00:00:00:00
  8899. 2020-11-23T12:51:11.6541353Z [cluster2] I1123 12:51:00.130535 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.4 00:00:00:00:00:00
  8900. 2020-11-23T12:51:11.6542497Z [cluster2] I1123 12:51:00.130607 1 vxlan.go:159] Successfully added the bridge fdb entry 172.17.0.6 00:00:00:00:00:00
  8901. 2020-11-23T12:51:11.6543792Z [cluster2] I1123 12:51:00.130657 1 route.go:464] Successfully configured rp_filter to loose mode(2) on vx-submariner
  8902. 2020-11-23T12:51:11.6544478Z [cluster2] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  8903. 2020-11-23T12:51:11.6546496Z [cluster2] +++++++++++++++++++++: Logs for Pod submariner-lighthouse-agent-6c5788ff7d-zpk6x in namespace submariner-operator :++++++++++++++++++++++
  8904. 2020-11-23T12:51:11.6547813Z [cluster2] + trap 'exit 1' SIGTERM SIGINT
  8905. 2020-11-23T12:51:11.6548339Z [cluster2] + LIGHTHOUSE_VERBOSITY=1
  8906. 2020-11-23T12:51:11.6548930Z [cluster2] + '[' '' == true ']'
  8907. 2020-11-23T12:51:11.6549470Z [cluster2] + DEBUG=-v=1
  8908. 2020-11-23T12:51:11.6550205Z [cluster2] + exec lighthouse-agent -v=1 -alsologtostderr
  8909. 2020-11-23T12:51:11.6551246Z [cluster2] I1123 12:39:46.036372 1 main.go:34] AgentSpec: {cluster2 submariner-operator false}
  8910. 2020-11-23T12:51:11.6552559Z [cluster2] W1123 12:39:46.036549 1 client_config.go:543] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  8911. 2020-11-23T12:51:11.6554057Z [cluster2] I1123 12:39:46.036761 1 main.go:51] Starting submariner-lighthouse-agent {cluster2 submariner-operator false}
  8912. 2020-11-23T12:51:11.6555016Z [cluster2] I1123 12:40:04.435477 1 agent.go:167] Starting Agent controller
  8913. 2020-11-23T12:51:11.6555760Z [cluster2] I1123 12:40:05.041586 1 agent.go:193] Agent controller started
  8914. 2020-11-23T12:51:11.6556303Z [cluster2] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  8915. 2020-11-23T12:51:11.6557964Z [cluster2] +++++++++++++++++++++: Logs for Pod submariner-lighthouse-coredns-557485fbc-hdbss in namespace submariner-operator :++++++++++++++++++++++
  8916. 2020-11-23T12:51:11.6559806Z [cluster2] W1123 12:40:09.263147 1 client_config.go:543] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  8917. 2020-11-23T12:51:11.6560831Z [cluster2] I1123 12:40:09.263411 1 controller.go:48] Starting ServiceImport Controller
  8918. 2020-11-23T12:51:11.6562001Z [cluster2] I1123 12:40:09.363735 1 controller.go:51] Starting EndpointSlice Controller
  8919. 2020-11-23T12:51:11.6562794Z [cluster2] I1123 12:40:09.370991 1 controller.go:72] Starting Gateway status Controller
  8920. 2020-11-23T12:51:11.6563810Z [cluster2] I1123 12:40:09.471314 1 controller.go:181] Updating the gateway localClusterID "cluster2"
  8921. 2020-11-23T12:51:11.6564521Z [cluster2] clusterset.local.:53
  8922. 2020-11-23T12:51:11.6565243Z [cluster2] CoreDNS-1.6.7
  8923. 2020-11-23T12:51:11.6565689Z [cluster2] linux/amd64, go1.15.2,
  8924. 2020-11-23T12:51:11.6566387Z [cluster2] I1123 12:40:09.471409 1 controller.go:173] Updating the gateway status map[string]bool{"cluster2":true}
  8925. 2020-11-23T12:51:11.6567331Z [cluster2] I1123 12:40:59.928611 1 controller.go:173] Updating the gateway status map[string]bool{"cluster1":true, "cluster2":true}
  8926. 2020-11-23T12:51:11.6568994Z [cluster2] +++++++++++++++++++++: Logs for Pod submariner-lighthouse-coredns-557485fbc-rtgck in namespace submariner-operator :++++++++++++++++++++++
  8927. 2020-11-23T12:51:11.6570753Z [cluster2] W1123 12:39:57.300604 1 client_config.go:543] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
  8928. 2020-11-23T12:51:11.6571780Z [cluster2] I1123 12:39:57.300990 1 controller.go:48] Starting ServiceImport Controller
  8929. 2020-11-23T12:51:11.6572586Z [cluster2] I1123 12:39:57.401643 1 controller.go:51] Starting EndpointSlice Controller
  8930. 2020-11-23T12:51:11.6573379Z [cluster2] I1123 12:39:57.430902 1 controller.go:72] Starting Gateway status Controller
  8931. 2020-11-23T12:51:11.6574021Z [cluster2] clusterset.local.:53
  8932. 2020-11-23T12:51:11.6574839Z [cluster2] CoreDNS-1.6.7
  8933. 2020-11-23T12:51:11.6575266Z [cluster2] linux/amd64, go1.15.2,
  8934. 2020-11-23T12:51:11.6593628Z [lighthouse]$ [cluster2] subctl show all
  8935. 2020-11-23T12:51:12.0781696Z [cluster2] I1123 12:39:57.536277 1 controller.go:181] Updating the gateway localClusterID "cluster2"
  8936. 2020-11-23T12:51:12.0782608Z [cluster2] I1123 12:39:57.536305 1 controller.go:173] Updating the gateway status map[string]bool{"cluster2":true}
  8937. 2020-11-23T12:51:12.0783469Z [cluster2] I1123 12:40:59.929807 1 controller.go:173] Updating the gateway status map[string]bool{"cluster1":true, "cluster2":true}
  8938. 2020-11-23T12:51:12.0784127Z [cluster2] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  8939. 2020-11-23T12:51:12.0784470Z [cluster2]
  8940. 2020-11-23T12:51:12.0784919Z [cluster2] Showing information for cluster "cluster2":
  8941. 2020-11-23T12:51:12.0785454Z [cluster2] Discovered network details:
  8942. 2020-11-23T12:51:12.0786588Z [cluster2] Network plugin: weave-net
  8943. 2020-11-23T12:51:12.0787257Z [cluster2] Service CIDRs: [100.2.0.0/16]
  8944. 2020-11-23T12:51:12.0787684Z [cluster2] Cluster CIDRs: [10.2.0.0/16]
  8945. 2020-11-23T12:51:12.0788064Z [cluster2]
  8946. 2020-11-23T12:51:12.0788706Z [cluster2] CLUSTER ID ENDPOINT IP PUBLIC IP CABLE DRIVER TYPE
  8947. 2020-11-23T12:51:12.0789326Z [cluster2] cluster2 172.17.0.6 libreswan local
  8948. 2020-11-23T12:51:12.0789875Z [cluster2] cluster1 172.17.0.8 libreswan remote
  8949. 2020-11-23T12:51:12.0790308Z [cluster2]
  8950. 2020-11-23T12:51:12.0790808Z [cluster2] GATEWAY CLUSTER REMOTE IP CABLE DRIVER SUBNETS STATUS
  8951. 2020-11-23T12:51:12.0792065Z [cluster2] cluster1-worker cluster1 172.17.0.8 libreswan 100.1.0.0/16, 10.1.0.0/16 connected
  8952. 2020-11-23T12:51:12.0792630Z [cluster2]
  8953. 2020-11-23T12:51:12.0793025Z [cluster2] NODE HA STATUS SUMMARY
  8954. 2020-11-23T12:51:12.0793900Z [cluster2] cluster2-worker active All connections (1) are established
  8955. 2020-11-23T12:51:12.0794576Z [cluster2]
  8956. 2020-11-23T12:51:12.0795039Z [cluster2] COMPONENT REPOSITORY VERSION
  8957. 2020-11-23T12:51:12.0795619Z [cluster2] submariner localhost:5000 local
  8958. 2020-11-23T12:51:12.0796501Z [cluster2] submariner-operator localhost:5000 local
  8959. 2020-11-23T12:51:12.0797384Z [cluster2] service-discovery localhost:5000 local
  8960. 2020-11-23T12:51:12.0797884Z [cluster2]
  8961. 2020-11-23T12:51:12.0798327Z [cluster2] Showing information for cluster "cluster1":
  8962. 2020-11-23T12:51:12.0798875Z [cluster2] Discovered network details:
  8963. 2020-11-23T12:51:12.0799522Z [cluster2] Network plugin: weave-net
  8964. 2020-11-23T12:51:12.0799980Z [cluster2] Service CIDRs: [100.1.0.0/16]
  8965. 2020-11-23T12:51:12.0800407Z [cluster2] Cluster CIDRs: [10.1.0.0/16]
  8966. 2020-11-23T12:51:12.0801138Z [cluster2]
  8967. 2020-11-23T12:51:12.0801659Z [cluster2] CLUSTER ID ENDPOINT IP PUBLIC IP CABLE DRIVER TYPE
  8968. 2020-11-23T12:51:12.0802615Z [cluster2] cluster1 172.17.0.8 libreswan local
  8969. 2020-11-23T12:51:12.0803178Z [cluster2] cluster2 172.17.0.6 libreswan remote
  8970. 2020-11-23T12:51:12.0803596Z [cluster2]
  8971. 2020-11-23T12:51:12.0804449Z [cluster2] GATEWAY CLUSTER REMOTE IP CABLE DRIVER SUBNETS STATUS
  8972. 2020-11-23T12:51:12.0806337Z [cluster2] cluster2-worker cluster2 172.17.0.6 libreswan 100.2.0.0/16, 10.2.0.0/16 connected
  8973. 2020-11-23T12:51:12.0806958Z [cluster2]
  8974. 2020-11-23T12:51:12.0807560Z [cluster2] NODE HA STATUS SUMMARY
  8975. 2020-11-23T12:51:12.0808790Z [cluster2] cluster1-worker active All connections (1) are established
  8976. 2020-11-23T12:51:12.0809752Z [cluster2]
  8977. 2020-11-23T12:51:12.0810198Z [cluster2] COMPONENT REPOSITORY VERSION
  8978. 2020-11-23T12:51:12.0811593Z [cluster2] submariner localhost:5000 local
  8979. 2020-11-23T12:51:12.0812695Z [cluster2] submariner-operator localhost:5000 local
  8980. 2020-11-23T12:51:12.0813665Z [cluster2] service-discovery localhost:5000 local
  8981. 2020-11-23T12:51:12.0814605Z [cluster2] ===================== END Post mortem cluster2 =====================
  8982. 2020-11-23T12:51:12.0832249Z [lighthouse]$ make post-mortem
  8983. 2020-11-23T12:51:12.4832936Z Post job cleanup.
  8984. 2020-11-23T12:51:12.9744538Z [command]/usr/bin/git version
  8985. 2020-11-23T12:51:12.9834907Z git version 2.29.2
  8986. 2020-11-23T12:51:12.9915145Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
  8987. 2020-11-23T12:51:12.9979379Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
  8988. 2020-11-23T12:51:13.0538180Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
  8989. 2020-11-23T12:51:13.0606526Z http.https://github.com/.extraheader
  8990. 2020-11-23T12:51:13.0623329Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
  8991. 2020-11-23T12:51:13.0700027Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
  8992. 2020-11-23T12:51:13.1383399Z Post job cleanup.
  8993. 2020-11-23T12:51:13.2886810Z [command]/usr/bin/git version
  8994. 2020-11-23T12:51:13.3065803Z git version 2.29.2
  8995. 2020-11-23T12:51:13.3109598Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
  8996. 2020-11-23T12:51:13.3187589Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
  8997. 2020-11-23T12:51:13.3688436Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
  8998. 2020-11-23T12:51:13.3764317Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
  8999. 2020-11-23T12:51:13.4365418Z Cleaning up orphan processes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement