Commit graph

583 commits

Author SHA1 Message Date
Tang Le
c0f0cb2ff7 Check content when cmd failed
Signed-off-by: Tang Le <at28997146@163.com>
2017-02-20 10:34:05 +08:00
Tang Le
e26efd0b08 We need check content, when cmd failed.
Signed-off-by: Tang Le <at28997146@163.com>
2017-02-17 19:11:56 +08:00
Prashanth B
3d9f89be1d Merge pull request #293 from tonglil/gcloud-docker
Update makefile gcloud docker command
2017-02-17 07:07:25 +05:30
Tony Li
bba7213128 do the same for other makefiles 2017-02-16 17:13:36 -08:00
Tony Li
f32ef32489 do the same for nginx 2017-02-16 17:12:33 -08:00
Prashanth B
698c08402a Merge pull request #258 from rikatz/nginx-sticky-annotations
Nginx sticky annotations
2017-02-17 05:27:18 +05:30
Tony Li
5f8a40d392 update makefile docker command 2017-02-16 14:49:35 -08:00
Manuel Alejandro de Brito Fontes
a41ee3f4ce Merge pull request #285 from Ticketmaster/nodelister
Added a Node StoreLister type
2017-02-16 14:14:05 -03:00
Kraig Amador
0d05db2d66 Added a Node StoreLister type to support writing ingress controllers that use NodePorts 2017-02-16 09:51:57 -07:00
Ricardo Pchevuzinske Katz
4be502efaa Adds a new situation in affinity config example 2017-02-16 08:40:35 -02:00
Manuel Alejandro de Brito Fontes
b5819d8f4d Merge pull request #246 from aledbf/set-headers
Add support for custom proxy headers using a ConfigMap
2017-02-16 07:35:57 -03:00
Manuel Alejandro de Brito Fontes
111f338fa3 Merge pull request #272 from aledbf/refactor-annotation-parsers
Fix error getting class information from Ingress annotations
2017-02-16 07:35:34 -03:00
Ricardo Pchevuzinske Katz
e5c9c788a5 Correct the configuration.md reference to annotations 2017-02-16 08:31:01 -02:00
Ricardo Pchevuzinske Katz
b06ead1ea3 Corrects the affinity test 2017-02-15 11:50:10 -02:00
Manuel Alejandro de Brito Fontes
9bba947325 Merge pull request #279 from chentao1596/fix-examples-requires
fix wrong link in the file of examples/README.md
2017-02-14 23:08:41 -03:00
chentao1596
6c35adbfd2 fix wrong link in the file of examples/README.md 2017-02-15 08:58:36 +08:00
Manuel Alejandro de Brito Fontes
a8b89677d6 Merge pull request #275 from aledbf/pass-headers
Pass headers to custom error backend
2017-02-14 18:05:22 -03:00
Manuel de Brito Fontes
0cdc4bd8ba Pass headers to custom error backend 2017-02-14 17:43:31 -03:00
Prashanth B
a9b57702a6 Merge pull request #265 from aledbf/fix-redirect
Fix rewrite annotation parser
2017-02-15 00:48:14 +05:30
Manuel de Brito Fontes
5c9bf12648 Fix error getting class information from Ingress annotations 2017-02-14 11:02:23 -03:00
Manuel Alejandro de Brito Fontes
1f70373365 Merge pull request #268 from arnd/master
minor: Fix typo in nginx README
2017-02-14 09:16:48 -03:00
Ricardo Pchevuzinske Katz
0161ae43d9 Improve in documentation and naming case 2017-02-14 08:49:10 -02:00
Arnd Hannemann
f46aedd7a2 Fix typo in nginx README 2017-02-14 10:06:44 +01:00
Manuel Alejandro de Brito Fontes
aa02b7e085 Merge pull request #244 from aledbf/annotations-docs
Add information about cors annotation
2017-02-13 17:59:47 -03:00
Ricardo Pchevuzinske Katz
a158e5fc5a Improve the session affinity feature 2017-02-12 21:13:39 -02:00
Manuel de Brito Fontes
eb69a1d011 Fix rewrite annotation parser 2017-02-11 19:12:56 -03:00
Manuel de Brito Fontes
f7a27ebcc2 Add example 2017-02-11 17:19:43 -03:00
Manuel Alejandro de Brito Fontes
037120e97d Merge pull request #262 from bprashanth/readme
Add nginx README and configuration docs back
2017-02-10 16:15:22 -03:00
bprashanth
8ea814264d Add nginx README and configuration docs back 2017-02-10 10:59:40 -08:00
Manuel Alejandro de Brito Fontes
70756037fd Merge pull request #261 from joshrosso/patch-1
types.go: fix typo in godoc
2017-02-10 15:08:00 -03:00
joshrosso
e247fdb7b6 types.go: fix typo in godoc
in an backend -> in a backend
2017-02-10 10:16:43 -07:00
Ricardo Pchevuzinske Katz
6809319318 Adds support for configuring stickness per Ingress 2017-02-10 12:24:16 -02:00
Manuel Alejandro de Brito Fontes
01c4301416 Merge pull request #256 from chentao1596/election-check
add some unit test cases and fix some errors
2017-02-10 07:43:56 -03:00
chentao1596
9aa601f8df add unit test cases for core.pkg.ingress.status.election 2017-02-10 16:08:31 +08:00
chentao1596
f33a925e81 add unit test cases for core.pkg.ingress.status.status 2017-02-10 16:03:12 +08:00
Ricardo Pchevuzinske Katz
79e186cb77 New sticky session configuration 2017-02-10 01:33:23 -02:00
Ricardo Pchevuzinske Katz
1dbe65ecb6 Initial support for sticky config in annotations 2017-02-10 01:00:17 -02:00
chentao1596
a72e94f297 modify to get the right content when updating ingress 2017-02-10 10:51:11 +08:00
chentao1596
a77dd5dfd0 remove redudant alias 2017-02-10 10:47:18 +08:00
Manuel Alejandro de Brito Fontes
9f83100dcc Merge pull request #255 from rikatz/nginx-disable-access-log
Adds support for disabling access_log globally
2017-02-09 20:42:26 -03:00
Ricardo Pchevuzinske Katz
d0c4e0d713 Adds support for disabling the entire access_log 2017-02-09 21:20:12 -02:00
Prashanth B
2119b23cb8 Merge pull request #251 from bprashanth/balancing_mode
Balancing mode UTILIZATION -> RATE
2017-02-10 00:23:23 +05:30
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
Prashanth B
0b1fc38128 Merge pull request #248 from jcmoraisjr/jm-haproxy-docs-fix
Small fixes on HAProxy Ingress docs
2017-02-09 03:26:26 +05:30
Joao Morais
67f1e77b08 Minor fix on console cmd of HAProxy docs 2017-02-08 07:26:31 -02:00
Joao Morais
8cb6a6693e Fix servicePort on HAProxy Ingress docs 2017-02-08 07:24:17 -02:00
Prashanth B
1eaea7576c Merge pull request #240 from jcmoraisjr/jm-docs-haproxy
HAProxy Ingress docs
2017-02-08 06:00:54 +05:30