zhengjiajin
3321a5550a
feat/proxytimeout support proxy timeout for stream type
2017-08-08 02:01:12 +08:00
Manuel Alejandro de Brito Fontes
24a6237ec0
Merge pull request #1035 from antoineco/fix-godep-restore
...
Update dependency github.com/paultag/sniff
2017-08-03 20:45:47 -04:00
Manuel Alejandro de Brito Fontes
c193b8b245
Merge pull request #1058 from sethpollack/rpm
...
add per minute rate limiting
2017-08-03 20:44:49 -04:00
Manuel Alejandro de Brito Fontes
dcac38aa75
Merge pull request #1065 from diazjf/master
...
Add more descriptive steps in Dev Documentation
2017-08-03 20:43:42 -04:00
Fernando Diaz
a9ca2e45d9
Add common Env-Variable options to Dev Docs
...
Adds common options to the environment variables for docker, and
registry.
2017-08-03 13:09:22 -05:00
Nick Sardo
5f55737b69
Merge pull request #1070 from nicksardo/update-beta-limitation
...
GCE: Remove expectation of promoting ingress to GA
2017-08-03 09:54:38 -07:00
Nick Sardo
448ac6324b
Remove expectation of promoting ingress to GA
2017-08-03 09:51:40 -07:00
Fernando Diaz
4e9a62dbee
Minor fixes for Development Documentation
...
Further cleans up the development documentation with spacing and
more readable text.
2017-08-03 11:29:02 -05:00
Manuel Alejandro de Brito Fontes
b42db564e7
Merge pull request #1060 from aledbf/fix-notify
...
Update fsnotify dependency to fix arm64 issue
2017-08-03 11:14:36 -04:00
Nick Sardo
9aa58746f5
Merge pull request #1064 from nicksardo/glbc-0.9.6
...
[GLBC] Bump GLBC version to 0.9.6
2017-08-03 08:13:25 -07:00
Manuel Alejandro de Brito Fontes
0daecad20f
Merge pull request #1069 from aledbf/master
...
Export TEMP_DIR variable in Makefile
2017-08-03 11:11:47 -04:00
Manuel de Brito Fontes
555b5bdfd6
Export TEMP_DIR variable in Makefile
2017-08-03 11:10:30 -04:00
Fernando Diaz
11b78cb428
Add more descriptive steps in Dev Documentation
...
Adds more descriptive steps in the Development Documentation,
like more information on obtaining dependencies, building, and
deploying an image of the ingress controller. Also adds more
descriptive information on deploying as well as some fixes
on grammar and spelling.
2017-08-02 23:02:02 -05:00
Nick Sardo
1acbba56e8
Bump GLBC version to 0.9.6
2017-08-02 20:49:35 -07:00
Manuel Alejandro de Brito Fontes
9093ea9b92
Merge pull request #1043 from antoineco/ep-targetref
...
Return reference to object providing Endpoint
2017-08-02 19:56:22 -04:00
Nick Sardo
0a850b719d
Merge pull request #1063 from nicksardo/fix-ilb
...
Ignore instance group deletion error when in-use
2017-08-02 16:41:24 -07:00
Nick Sardo
2a7451aa96
Ignore instance groups in use
2017-08-02 15:39:25 -07:00
Nick Sardo
7ae3afba32
Merge pull request #1062 from nicksardo/fix-test
...
Fix fake of instance group mgmt
2017-08-02 15:11:07 -07:00
Nick Sardo
6bdc513be0
Fix fake of instance group mgmt
2017-08-02 14:36:33 -07:00
Nick Sardo
e4070bec10
Merge pull request #1061 from nicksardo/node-syncing
...
More logging on instance group creation and continue if exists
2017-08-02 13:19:56 -07:00
Nick Sardo
41f5bfeca4
Adding few more log messages and comment
2017-08-02 13:16:44 -07:00
Nick Sardo
ceeac205f0
Merge pull request #1056 from nicksardo/node-log-msg
...
Log correct list of nodes
2017-08-02 13:11:31 -07:00
Manuel de Brito Fontes
92e0fbcd7c
Update fsnotify dependency to fix arm64 issue
2017-08-02 14:13:45 -04:00
Seth Pollack
a268584576
add per minute rate limiting
2017-08-01 23:24:48 -04:00
Nick Sardo
4620d0ee94
Better handling of race when creating instance groups
2017-08-01 17:56:14 -07:00
Manuel Alejandro de Brito Fontes
a661cde329
Merge pull request #1054 from cgurnik/cgurnik-patch-1
...
Fix link to UDP example
2017-08-01 17:30:52 -04:00
Nick Sardo
a3c72c43b5
Log correct list of nodes
2017-08-01 13:11:58 -07:00
Nick Sardo
874f0bc293
Merge pull request #1055 from nikhiljindal/renameUtils
...
Renaming gce/controller/util_test.go to align with utils.go
2017-08-01 12:56:08 -07:00
Craig Gurnik
2400e61095
Fix link to UDP example
2017-08-01 15:29:27 -04:00
nikhiljindal
1df5d9ecf8
Renaming test file to align with code filename
2017-08-01 12:27:17 -07:00
Manuel Alejandro de Brito Fontes
ea3694d583
Merge pull request #1053 from pieterlange/fix/tempdir
...
Allow TEMP_DIR to be set externally
2017-08-01 10:38:03 -04:00
Pieter Lange
226c0b907b
Allow TEMP_DIR to be set externally
2017-08-01 16:14:42 +02:00
Manuel Alejandro de Brito Fontes
f89097390a
Merge pull request #1046 from aledbf/auth-sha
...
Add field FileSHA in BasicDigest struct
2017-07-31 22:09:16 -04:00
Manuel de Brito Fontes
4792c507df
Add field FileSHA in BasicDigest struct
2017-07-31 22:08:09 -04:00
Manuel Alejandro de Brito Fontes
c9e60aa29a
Merge pull request #1049 from vood/patch-1
...
Fix config name in the example.
2017-07-31 19:05:01 -04:00
Nick Sardo
86ea1398be
Merge pull request #1047 from nicksardo/update-k8s
...
Revendor godep dependencies
2017-07-31 15:56:36 -07:00
Artem Vysotsky
3edc4e3882
Fix config name in the example.
...
Replace `proxy-headers` with `custom-headers` to match [nginx-load-balancer-conf.yaml](https://github.com/kubernetes/ingress/blob/master/examples/customization/custom-headers/nginx/nginx-load-balancer-conf.yaml#L3 )
2017-07-31 15:16:15 -07:00
Nick Sardo
31e0f042ac
Update gce cloud calls after api changes
2017-07-31 13:37:57 -07:00
Nick Sardo
93eab31e23
Update vendored dependencies
2017-07-31 13:35:10 -07:00
Antoine Cotten
5acdd45a98
Return reference to object providing Endpoint
2017-07-29 15:27:56 +02:00
Manuel Alejandro de Brito Fontes
5af6c1fe48
Merge pull request #1042 from aledbf/custom-status
...
Add function to allow custom values in Ingress status
2017-07-28 20:47:24 -04:00
Manuel de Brito Fontes
36c9b8363b
Update dummy example
2017-07-28 20:26:35 -04:00
Manuel de Brito Fontes
bcb35a2b14
Add function to allow custom values in Ingress status
2017-07-28 20:26:35 -04:00
Nick Sardo
1206fa29f6
Merge pull request #1023 from nicksardo/gce-retry-fix
...
GCE: Fix retry of cloudprovider client generation
2017-07-28 15:29:01 -07:00
Manuel Alejandro de Brito Fontes
2ebf5f8e73
Merge pull request #1032 from aledbf/fix-ssl-sync
...
Alternative syncSecret approach #1030
2017-07-28 08:22:20 -04:00
Manuel Alejandro de Brito Fontes
3b203d11c8
Merge pull request #1039 from jmunsch/patch-3
...
typo in examples/tcp/nginx/README.md
2017-07-27 22:37:19 -04:00
Manuel Alejandro de Brito Fontes
6088001953
Merge pull request #1038 from jmunsch/patch-2
...
typo / spelling in README.md
2017-07-27 22:36:49 -04:00
James Munsch
02eae2b85e
typo in examples/tcp/nginx/README.md
2017-07-27 19:34:26 -07:00
James Munsch
327604e4c0
typo / spelling in README.md
2017-07-27 19:32:11 -07:00
Manuel de Brito Fontes
7476bf2963
Alternative syncSecret approach #1030
2017-07-27 22:17:22 -04:00