Commit graph

657 commits

Author SHA1 Message Date
joshrosso
a9bb80d91e types.go: fix typo in godoc
in an backend -> in a backend
2017-02-10 10:16:43 -07:00
Ricardo Pchevuzinske Katz
37890bd7ee Adds support for configuring stickness per Ingress 2017-02-10 12:24:16 -02:00
Manuel Alejandro de Brito Fontes
501c8ffcb4 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
1a3e773fed add unit test cases for core.pkg.ingress.status.election 2017-02-10 16:08:31 +08:00
chentao1596
377c8c72c0 add unit test cases for core.pkg.ingress.status.status 2017-02-10 16:03:12 +08:00
Ricardo Pchevuzinske Katz
ce31e1125c New sticky session configuration 2017-02-10 01:33:23 -02:00
Ricardo Pchevuzinske Katz
4df14027b9 Initial support for sticky config in annotations 2017-02-10 01:00:17 -02:00
chentao1596
964825317e modify to get the right content when updating ingress 2017-02-10 10:51:11 +08:00
chentao1596
0f7a527bbb remove redudant alias 2017-02-10 10:47:18 +08:00
Manuel Alejandro de Brito Fontes
f19bc7243c 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
60dc9fa239 Adds support for disabling the entire access_log 2017-02-09 21:20:12 -02:00
Prashanth B
0421ab870b Merge pull request #251 from bprashanth/balancing_mode
Balancing mode UTILIZATION -> RATE
2017-02-10 00:23:23 +05:30
bprashanth
222676c30c Flip version to 0.9.1 2017-02-08 19:31:59 -08:00
bprashanth
7fde645bee Add unittest 2017-02-08 19:31:55 -08:00
bprashanth
2f093d5f5c Be more specific about the type of error to retry on 2017-02-08 17:27:53 -08:00
bprashanth
5954c92505 Set balancing mode 2017-02-08 15:15:48 -08:00
Prashanth B
e8ea1f8455 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
3812e3a796 Minor fix on console cmd of HAProxy docs 2017-02-08 07:26:31 -02:00
Joao Morais
6b17157c34 Fix servicePort on HAProxy Ingress docs 2017-02-08 07:24:17 -02:00
Prashanth B
aab1883286 Merge pull request #240 from jcmoraisjr/jm-docs-haproxy
HAProxy Ingress docs
2017-02-08 06:00:54 +05:30
Joao Morais
49ae58ea64 Fix service names of HAProxy Ingress docs 2017-02-07 21:47:45 -02:00
Joao Morais
55f880f1eb Consistency editing of HAProxy Ingress docs 2017-02-07 21:45:12 -02:00
Manuel de Brito Fontes
34e85d50d7 Add example using custom headers 2017-02-07 18:04:15 -03:00
Manuel de Brito Fontes
c77d778c4c Add support for custom proxy headers using a ConfigMap 2017-02-07 17:00:23 -03:00
Manuel Alejandro de Brito Fontes
c2cc607609 Merge pull request #247 from lcharkiewicz/ingress-nginx-url
Fix wrong URL in nginx ingress configuration
2017-02-07 16:44:31 -03:00
Leszek Charkiewicz
93a0b54c1e Fix wrong URL in nginx ingress configuration 2017-02-07 20:26:11 +01:00
Manuel de Brito Fontes
eb4f579977 Add information about cors annotation 2017-02-07 11:17:25 -03:00
Manuel Alejandro de Brito Fontes
fb845fc599 Merge pull request #228 from tangle329/master
Fix worker check issue
2017-02-07 09:36:55 -03:00
Manuel Alejandro de Brito Fontes
a7982b39b3 Merge pull request #241 from caiyixiang/changeUDP
correct a spell mistake
2017-02-07 09:34:42 -03:00
caiyixiang
2ec0b1bbdd changeUDP 2017-02-07 14:35:39 +08:00
Joao Morais
182634fda4 Docs - TLS termination of HAProxy Ingress 2017-02-06 22:28:45 -02:00
Joao Morais
7d469cda19 Docs - deploying HAProxy Ingress Controller 2017-02-06 21:40:28 -02:00
Joao Morais
b9df7515ef Add HAProxy Ingress to the catalog 2017-02-06 21:40:03 -02:00
Manuel Alejandro de Brito Fontes
6329e66457 Merge pull request #232 from aledbf/fix-spell
Change searchs with searches
2017-02-06 11:15:22 -03:00
Manuel de Brito Fontes
353533029b Change searchs with searches 2017-02-05 19:41:05 -03:00
Manuel Alejandro de Brito Fontes
fe16e4ed81 Merge pull request #231 from aledbf/proxy-443
Add information about proxy_protocol in port 442
2017-02-04 22:09:45 -03:00
Manuel de Brito Fontes
a1de85385a Add information about proxy_protocol in port 442 2017-02-04 21:29:35 -03:00
Manuel Alejandro de Brito Fontes
e5f35df49f Merge pull request #227 from justinsb/use_proxy_protocol
proxy_protocol on ssl_passthrough listener
2017-02-04 21:22:47 -03:00
Justin Santa Barbara
8fa693a070 Remove proxy_protocol from 442 listener
The proxy_protocol processing should only happen once, on the
"external-facing" listeners.
2017-02-04 19:02:24 -05:00
Manuel Alejandro de Brito Fontes
70918b5eab Merge pull request #212 from aledbf/udp-services
Simplify code to obtain TCP or UDP services
2017-02-04 18:22:15 -03:00
Justin Santa Barbara
e12d5413ef proxy_protocol on ssl_passthrough listener
Move proxy_protocol to listener.

Fix #207
2017-02-04 02:38:36 -05:00
Tang Le
bcf75affb2 Fix worker check issue
Signed-off-by: Tang Le <at28997146@163.com>
2017-02-04 15:37:06 +08:00
Tony Li
e8921980a4 comment on skipping the error check 2017-02-03 18:23:07 -05:00
Tony Li
56f54be0d8 check for error getting cert 2017-02-03 17:24:24 -05:00
Manuel Alejandro de Brito Fontes
296605d1a0 Merge pull request #223 from jcmoraisjr/jm-fix-panic-tempfile
Fix panic if a tempfile cannot be created
2017-02-03 18:14:07 -03:00
Manuel Alejandro de Brito Fontes
04488169db Merge pull request #219 from porridge/dev-docs-improve
Fix typo, add a couple of links.
2017-02-03 17:50:55 -03:00
Joao Morais
e396c8f87e Fix panic if a tempfile cannot be created 2017-02-03 18:50:51 -02:00
Manuel Alejandro de Brito Fontes
3458d6ac3b Merge pull request #220 from porridge/minikube-fixes
Fixes for minikube usage instructions.
2017-02-03 17:49:15 -03:00
Tony Li
95a697f3e6 change arg ordering in log message 2017-02-03 15:13:08 -05:00
Marcin Owsiany
9b8e566c59 Fixes for minikube usage instructions. 2017-02-03 18:45:51 +01:00