Nick Sardo
bc6e5840b6
Merge pull request #962 from ensonic/docs
...
Update the docs.
2017-07-18 15:10:14 -07:00
Nick Sardo
25b2723b33
Copy over legacy description; remove unnecessary/verbose log lines
2017-07-17 17:14:43 -07:00
Stefan Sauer
fccaa14251
Update the docs.
...
Remove sentence impying that HTTP is not supported. Add missing markdown to ensure
code-blocks are highlighted.
See #951
2017-07-13 18:32:02 +02:00
Nick Sardo
26fccdc48b
Merge pull request #946 from nicksardo/glbc-remove-quota
...
GLBC: Remove event message saying "Quota"
2017-07-10 18:23:03 -07:00
Nick Sardo
e0d0771423
Remove misleading msg
2017-07-10 18:21:21 -07:00
Itamar Ostricher
488dd077b0
Implement support for GCE health check with HTTP Host Header in GLBC
2017-06-20 14:14:00 +03:00
Nick Sardo
13c6b0e44c
Merge pull request #866 from nicksardo/gclb-0.9.5
...
[GLBC] Bump GLBC version to 0.9.5
2017-06-14 18:24:01 -07:00
Nick Sardo
4ae523e7cb
Merge pull request #863 from nicksardo/gce-legacy-healthcheck
...
[GCLB] Migrate existing health check settings
2017-06-14 18:22:52 -07:00
Nick Sardo
8c69bd90b5
Bump GLBC version to 0.9.5
2017-06-14 18:01:32 -07:00
Nick Sardo
06204c6b1a
Gracefully fail on legacy HC delete
2017-06-14 17:09:00 -07:00
Nick Sardo
f65b35f766
Migrate existing health check settings
2017-06-14 16:14:15 -07:00
Nick Sardo
c5e6af2f07
Version bump GLBC to 0.9.4
2017-06-13 15:06:04 -07:00
Jeff Grafton
a464d5a256
Rebase glbc on alpine:3.6
2017-06-13 11:46:00 -07:00
Nick Sardo
46a9943eb6
Add websocket example
2017-06-09 12:46:47 -07:00
Nick Sardo
8cd9a5a98a
Merge pull request #786 from aledbf/update-echoheaders
...
Update echoserver image version in examples
2017-06-06 16:38:48 -07:00
Nick Sardo
82bc0059aa
Merge pull request #818 from nicksardo/gce-fix-backendStatus
...
[GLBC] Fix backend status out of bounds error
2017-06-06 13:06:26 -07:00
Nick Sardo
851c9d0d41
Fix backend status out of bounds
2017-06-06 13:02:57 -07:00
Nick Sardo
95114f9a75
Fix mapsEqual out of bounds error
2017-06-06 12:40:37 -07:00
Manuel de Brito Fontes
b84fc350ee
Update echoserver image version in examples
2017-05-28 17:19:34 -04:00
Nick Sardo
4a43fe400d
Use scheme package
2017-05-26 14:43:35 -07:00
Nick Sardo
4bed0c8627
Update description if not correct
2017-05-22 16:11:05 -07:00
Nick Sardo
4601775c18
[GLBC] Set Description field for backend services ( #681 )
...
Set svc namespace/name/port in description field of backend services
2017-05-05 11:34:40 -07:00
Nick Sardo
3ac784a7ec
Doc changes for version bump
2017-04-27 17:16:09 -07:00
Nick Sardo
b01dc68e30
[GLBC] Specify balancing mode for backends being added to existing backend service ( #652 )
...
Add backends of proper type to backend service
2017-04-26 16:02:17 -07:00
Nick Sardo
14054be571
[GLBC] Fix problem surfacing error ( #658 )
...
* use syncError in defer GC
* surface other err as well
2017-04-26 15:30:33 -07:00
Nick Sardo
cd3e546c80
[GLBC] Better certificate handling ( #639 )
...
* Harden ssl cert logic to handle unknown state
* Do not delete non-controller-created certificates (pre-shared certs)
* Remove unnecessary variable
* Added three tests to check ssl certificate naming
* Address review comments
* Early return instead of large code block
2017-04-26 11:15:19 -07:00
Manuel de Brito Fontes
786d977a90
Fix lint errors
2017-04-20 16:48:14 -03:00
Nick Sardo
893a828587
Revert "Remove the code which get same resources twice"
2017-04-19 15:00:27 -07:00
Nick Sardo
74aff2eb7e
Merge pull request #511 from FengyunPan/fix-backend
...
Ignore err when delete a NotFound backends
2017-04-18 22:17:07 -07:00
FengyunPan
e913c37651
Ignore err when delete a NotFound backend
...
1. add() should return nil at last
2. do not return err when delete a notFound backend
2017-04-19 12:07:51 +08:00
FengyunPan
d42f4942bc
Remove the code which get same resources twice
...
There is no need to get the same ingress resources from
ingressclient twice.
2017-04-19 09:46:06 +08:00
Nick Sardo
642cb74cc7
[GLBC] Support backside re-encryption ( #519 )
...
Support backside re-encryption
2017-04-18 12:44:17 -07:00
Nick Sardo
987540f8f6
[GLBC] Update firewall source ranges if outdated ( #574 )
...
check firewall rule source ranges
2017-04-11 09:01:42 -07:00
Nick Sardo
5b37d2b315
Rename packages from api to api_v1
2017-04-06 22:27:50 -07:00
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