Manuel de Brito Fontes
e492a4b396
Add flag to specify the api server url
2017-04-05 10:10:34 -03:00
Manuel de Brito Fontes
c7c2a564a9
Update gce controller
2017-04-04 11:51:50 -03:00
Nick Sardo
116fbe8c33
Merge pull request #477 from nicksardo/glbc-service-watch
...
[GLBC] Sync ingress when default backend service is modified.
2017-03-22 13:08:30 -07:00
Nick Sardo
a94d31e87d
glbc: watch backend service
2017-03-22 13:07:37 -07:00
Matthew Sachs
04b87d5945
Add 35.191.0.0/16 range to GCE firewalls (issue #478 )
2017-03-22 00:18:26 -07:00
Nick Sardo
509aaf10c6
Merge pull request #472 from nicksardo/git-ignore-glbc
...
[gce] Add .gitignore
2017-03-21 12:43:19 -07:00
Nick Sardo
3706f32639
git ignore glbc
2017-03-20 16:36:18 -07:00
chentao1596
37bdb3952e
fix all go style mistakes about fmt.Errorf
2017-03-17 08:35:55 +08:00
Lee Calcote
c10c0fb196
Update README.md
...
Missing 'e' in achieve
2017-03-13 22:10:29 -05:00
Nick Sardo
db96c9d574
Merge pull request #406 from tonglil/static-ip-debug
...
Add debug info and fix spelling
2017-03-09 09:41:48 -08:00
chentao1596
468815e986
add unit test cases for controllers/gce/healthchecks
2017-03-09 10:16:41 +08:00
Tony Li
62fcc400b8
add debug info and fix spelling
2017-03-08 12:55:33 -05:00
Nick Sardo
31eab3880b
Merge pull request #384 from timstclair/busybox
...
Rebase GLBC on alpine:3.5
2017-03-07 17:19:17 -08:00
Nick Sardo
61a03033f7
Merge pull request #386 from itamaro/patch-1
...
Fix glbc usage string
2017-03-07 15:08:17 -08:00
Tony Li
7000924dc5
GCE pre-shared cert fixes ( #395 )
...
* pick up changes to the external cert referenced by lb
* less prone way to check if cert should be deleted
2017-03-07 15:05:21 -08:00
Tim St. Clair
1023056c3b
Rebase GLBC on busybox
2017-03-07 13:49:43 -08:00
Tony Li
e1d1445370
GCE/GKE "pre-shared" TLS cert ( #291 )
...
* add allow-named-tls annotation
* works for setting tls
* fix logs (mostly)
* add ssl cert annotation
* return an error when cert not found
* use annotation if specified, otherwise use spec
* add TODO on naming
* use the annotation key from k8s
* add unit test for HTTPS LB w/ cert annotation
* refactor logic and check for error
* move annotation to controller package
* remove todo for function naming
2017-03-07 13:42:41 -08:00
Itamar Ostricher
6f3139a79e
Fix glbc usage string
...
1. Typo in `glbc` binary name
2. Typo in `running-in-cluster` flag
3. Remove non-existing flag `--default-backend-node-port`
2017-03-07 12:09:12 +02:00
Christian Bell
68097e96dc
Better logging and address review comments
2017-03-02 10:54:32 -08:00
Christian Bell
b259c9b349
First stab at extending the "uid" configmap to store firewall
...
rule information.
2017-02-28 10:49:31 -08:00
Piotr Szczesniak
fd7990de67
Expose Prometheus metrics in glbc controller
2017-02-25 18:30:00 +01:00
Manuel Alejandro de Brito Fontes
8f23451c24
Merge pull request #221 from tonglil/typos
...
Typo: unittesting -> unit testing
2017-02-25 08:12:53 -03:00
Manuel Alejandro de Brito Fontes
712b60f197
Merge pull request #222 from tonglil/fix-log-message
...
Change arg ordering in log message
2017-02-25 08:12:41 -03:00
Manuel Alejandro de Brito Fontes
3f2592128c
Merge pull request #224 from tonglil/check-error
...
Check for error getting cert
2017-02-25 08:12:25 -03:00
bprashanth
7e02e9adaa
Add more assignees and approvers
2017-02-17 10:47:56 -08:00
Tony Li
5f8a40d392
update makefile docker command
2017-02-16 14:49:35 -08:00
bprashanth
9b305f1954
Flip version to 0.9.1
2017-02-08 19:31:59 -08:00
bprashanth
3f618d7dca
Add unittest
2017-02-08 19:31:55 -08:00
bprashanth
bc8b658a5c
Be more specific about the type of error to retry on
2017-02-08 17:27:53 -08:00
bprashanth
24d9aada11
Set balancing mode
2017-02-08 15:15:48 -08:00
Tony Li
fbdacb2a67
comment on skipping the error check
2017-02-03 18:23:07 -05:00
Tony Li
404e0712db
check for error getting cert
2017-02-03 17:24:24 -05:00
Tony Li
881ddba90d
change arg ordering in log message
2017-02-03 15:13:08 -05:00
Jeff Grafton
bc020f1370
Always docker --pull when building to fetch latest base images
2017-02-01 19:04:23 -08:00
bprashanth
7d709d5e93
Match named port between container and probe
...
We were previous matching the target port with the readiness probe, and
hence dropping the case where the container port and the probe had the
same name, but the target port did not.
2017-01-27 14:22:44 -08:00
Tony Li
0278034bcf
unittesting -> unit testing
2017-01-26 15:17:12 -05:00
Justin Ryan
96df5b3d55
Clarify usage of Ingress backend.servicePort
2017-01-25 09:52:50 -05:00
fate-grand-order
0cd3663def
fix typo
...
Signed-off-by: fate-grand-order <chenjg@harmonycloud.cn>
2017-01-16 13:58:54 +08:00
Tim Hockin
717594ae2a
Merge pull request #124 from bprashanth/default_backend_ig_delete
...
Only delete default backend when there are no loadbalancers
2017-01-10 22:55:41 -08:00
bprashanth
a6b0405480
Move IG GC out of backend pool and into cluster manager
2017-01-10 03:49:08 -08:00
bprashanth
9d85c9b163
Send an event if default backend doesn't have a NodePort
2017-01-10 03:49:05 -08:00
Prashanth B
f90e9eeb7c
Merge pull request #117 from thockin/dont-sync-unchanged-urlmaps
...
GCE: Don't update URL Map if unchanged
2017-01-09 20:25:48 -08:00
Tim Hockin
0950910e29
GCE: Don't update URL Map if unchanged
2017-01-09 11:41:50 -08:00
Tim Hockin
c3b7631b01
Log node-sync details
2017-01-04 16:59:03 -08:00
Tim Hockin
d1f13a3ad4
Fix a typo in logs
2017-01-04 16:58:47 -08:00
Tim Hockin
4e5efe56de
rename for clarity
2017-01-04 13:13:02 -08:00
Manuel de Brito Fontes
61dad19f8e
Fix lint errors
2016-12-28 07:30:58 -03:00
bprashanth
5fcd42f7dc
Bump up glbc version to match release
2016-12-12 19:16:33 -08:00
bprashanth
5fde50d3c9
Fix unittests
2016-12-07 11:53:16 -08:00
Prashanth B
cd07b0b06d
Merge pull request #21 from bprashanth/default_backend_retry
...
Refactor default backend handling and add better events
2016-12-07 11:26:07 -08:00