Commit Graph
109 Commits
Author SHA1 Message Date
Travis CI 18a9bfab86 Travis build: 192 2020-08-31 10:15:33 +00:00
Travis CI 6ae70ecf6d Travis build: 188 2020-08-26 13:01:34 +00:00
Travis CI da6fc01f66 Travis build: 184 2020-08-21 08:06:30 +00:00
Travis CI fea7ef3300 Travis build: 183 2020-08-20 18:37:53 +00:00
Travis CI e7bbfa4639 Travis build: 181 2020-08-20 07:41:24 +00:00
Travis CI a2cc348714 Travis build: 179 2020-08-07 11:54:59 +00:00
Travis CI ab4e5e4530 Travis build: 176 2020-07-21 15:36:11 +00:00
Travis CI ee7d0304be Travis build: 172 2020-07-20 15:16:51 +00:00
Travis CI b4500864a9 Travis build: 169 2020-07-10 18:57:59 +00:00
Travis CI faddfa0ad2 Travis build: 168 2020-07-09 14:55:15 +00:00
Travis CI 5a5f7a90f4 Travis build: 163 2020-06-24 14:58:19 +00:00
Travis CI 04c0df78f7 Travis build: 160 2020-06-24 14:12:06 +00:00
Travis CI f9d4201e2a Travis build: 153 2020-06-23 14:01:13 +00:00
Travis CI bbd482a01d Travis build: 152 2020-06-23 11:58:41 +00:00
Travis CI 969021860f Travis build: 151 2020-06-23 11:57:57 +00:00
Travis CI 664987d44d Travis build: 150 2020-06-23 07:40:36 +00:00
Travis CI b73a80bd5c Travis build: 133 2020-06-09 20:41:04 +00:00
Travis CI fc916d61bc Travis build: 130 2020-06-09 11:27:49 +00:00
Travis CI 0a421de59b Travis build: 123 2020-06-08 09:05:58 +00:00
Travis CI f56f3e6eab Travis build: 114 2020-05-19 08:45:34 +00:00
Travis CI 8070ed251c Travis build: 111 2020-05-18 08:12:45 +00:00
Travis CI fc01a9c340 Travis build: 108 2020-05-14 22:47:14 +00:00
Travis CI 42aaa8bd83 Travis build: 107 2020-05-14 22:46:28 +00:00
Travis CI ef85526791 Travis build: 102 2020-05-05 13:03:26 +00:00
Travis CI b0bea341b1 Travis build: 96 2020-04-26 06:50:42 +00:00
Travis CI 64df280795 Travis build: 93 2020-04-24 12:07:57 +00:00
Travis CI 2bac97f9db Travis build: 90 2020-04-23 07:30:33 +00:00
Travis CI aa33fb7c30 Travis build: 65 2020-04-20 13:49:44 +00:00
Travis CI 93e2853d5b Travis build: 63 2020-04-16 13:48:17 +00:00
Travis CI 46647e84c0 Travis build: 56 2020-04-15 15:06:27 +00:00
Travis CI 422bdb489f Travis build: 49 2020-04-13 14:37:37 +00:00
Travis CI b8b452868f Travis build: 48 2020-04-13 14:36:46 +00:00
Travis CI b4c0206bd0 Travis build: 39 2020-03-13 11:16:18 +00:00
Travis CI 0f10a46378 Travis build: 38 2020-03-13 11:02:41 +00:00
Travis CI 6ccc02166f Travis build: 32 2020-01-29 12:38:07 +00:00
Travis CI f983cf31fc Travis build: 29 2020-01-28 15:21:56 +00:00
Travis CI cb7fec3cc7 Travis build: 26 2020-01-28 13:07:14 +00:00
Travis CI fb75998dde Travis build: 13 2019-12-03 12:45:30 +00:00
Travis CI a3b8e7c0ea Travis build: 11 2019-11-05 15:25:07 +00:00
Travis CI ae9710bc4c Travis build: 10 2019-11-05 15:08:27 +00:00
Travis CI 7c14e892cb Travis build: 8 2019-09-27 12:20:10 +00:00
Travis CI 002fe5a10b Travis build: 7 2019-09-27 08:20:11 +00:00
Travis CI 74840c4f55 Travis build: 4 2019-09-05 11:53:48 +00:00
Travis CI ae312e1a07 Travis build: 3 2019-09-05 11:16:29 +00:00
Dmitry Groisman 7691b15fc3 setup charts 2019-09-05 14:02:27 +03:00
Miguel Angel Ajo PelayoandGitHub 4629754c20 Merge pull request #3 from sridhargaddam/use-iptables-from-host
Fix iptables/nftables issue
2019-09-05 09:56:54 +02:00
Chris KimandGitHub 037bb91428 Merge pull request #1 from sridhargaddam/fix-submariner-broker-url
Update SUBMARINER_BROKER_URL to use https endpoint
2019-09-03 08:25:40 -07:00
Chris KimandGitHub c7433eaaf1 Merge pull request #4 from sridhargaddam/rbac-list-pods
Add RBAC policy for listing pods in sm-route-agent ds pod
2019-09-03 08:24:48 -07:00
Miguel Angel Ajo PelayoandGitHub a77d2ef36f Merge branch 'master' into use-iptables-from-host 2019-09-03 16:46:17 +02:00
Sridhar Gaddam c31d14f3c2 Add RBAC policy for listing pods in sm-route-agent ds pod
Submariner-route-agent daemonset pod needs to query the list of other sm-route-agent
pods in the cluster for their hostIP addresses. The ipaddress will be used as remote
VxLAN Vtep IPs. Currently, sm-route-agent pod does not have the necessary privileges
to list the pods in the submariner namespace of local cluster. This patch addresses
this issue by adding the necessary role.

Error seen:
Failed to list *v1.Pod: pods is forbidden: User
"system:serviceaccount:submariner:submariner-routeagent" cannot list resource "pods"
in API group "" in the namespace "submariner"
2019-08-30 21:32:50 +05:30