Commit graph

1497 commits

Author SHA1 Message Date
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
827e6f1aab Merge pull request #622 from nicksardo/gce-faq-minor-fixes
[GLBC] Minor FAQ fixes
2017-04-18 16:41:32 -07:00
Nick Sardo
b6b67400d7 Minor FAQ fixes 2017-04-18 16:40:02 -07:00
Nick Sardo
642cb74cc7 [GLBC] Support backside re-encryption (#519)
Support backside re-encryption
2017-04-18 12:44:17 -07:00
Manuel Alejandro de Brito Fontes
7f3763590a Merge pull request #615 from aledbf/avoid-wait
Process exited cleanly before we hit wait4
2017-04-16 21:40:38 -03:00
Manuel de Brito Fontes
aba45a01ad Process exited cleanly before we hit wait4 2017-04-16 20:04:32 -03:00
Manuel Alejandro de Brito Fontes
fc67b1d5e2 Merge pull request #613 from aledbf/fix-multiple-status
Status leader election must consired the ingress class
2017-04-16 17:10:54 -03:00
Manuel Alejandro de Brito Fontes
a3d3bbe7fc Merge pull request #612 from jcmoraisjr/jm-haproxy-rewrite
HAProxy Ingress rewrite options
2017-04-16 15:49:32 -03:00
Manuel de Brito Fontes
c4ef98240d Status leader election must consired the ingress class 2017-04-16 15:48:12 -03:00
Joao Morais
31b04f9c04 HAProxy Ingress rewrite options 2017-04-15 17:05:58 -03:00
Manuel Alejandro de Brito Fontes
0f9f082959 Merge pull request #599 from aledbf/force-isolation
Add flag to force namespace isolation
2017-04-15 11:42:46 -03:00
Manuel Alejandro de Brito Fontes
cd6a2123c4 Merge pull request #607 from aledbf/master
Allow custom server_names_hash_max_size & server_names_hash_bucket_size
2017-04-14 22:20:38 -03:00
Manuel Alejandro de Brito Fontes
4817ddff3a Merge pull request #604 from jonaskint/master
Fixing wildcard in hostname for the upstream map
2017-04-14 21:07:41 -03:00
Manuel de Brito Fontes
9994365ae4 Allow custom server_names_hash_max_size and server_names_hash_bucket_size values 2017-04-14 20:59:10 -03:00
Tim Hockin
c729cd8adc Merge pull request #606 from nicksardo/gce-ilb-docs
[GCE] Adding note on how to create an ILB without blocking ingress controller
2017-04-14 16:51:44 -07:00
Nick Sardo
0df5f79da5 Adding note on how to create an ILB without blocking ingress controller 2017-04-14 16:28:15 -07:00
Manjunath A Kumatagi
172f7548d4 Multi arch nginx-slim docker image
Signed-off-by: Manjunath A Kumatagi <mkumatag@in.ibm.com>
2017-04-14 07:33:02 +05:30
Manuel Alejandro de Brito Fontes
067b388d85 Merge pull request #600 from aledbf/fix-reaper
Replace custom child reap code with go-reap
2017-04-13 21:26:21 -03:00
Jonas Kint
a7b09e71a1 Fixing wildcard in hostname for the upstream map 2017-04-13 17:27:20 +02:00
Manuel Alejandro de Brito Fontes
86128f87b4 Merge pull request #601 from caiyixiang/add-judgment
add a judgment
2017-04-13 08:44:39 -03:00
caiyixiang
25a5b92e94 add a judgment 2017-04-13 16:38:07 +08:00
Manuel de Brito Fontes
77c9f4e5fc Add flag to force namespace isolation 2017-04-12 22:50:54 -03:00
Manuel de Brito Fontes
256cd6b1df Replace custom child reap code with go-reap 2017-04-12 20:20:18 -03:00
Manuel Alejandro de Brito Fontes
03cae88983 Merge pull request #580 from gyliu513/readme
Updated faq for running multiple ingress controller.
2017-04-12 18:04:31 -03:00
Manuel Alejandro de Brito Fontes
3810515663 Merge pull request #583 from stibi/patch-1
fixed lua_package_path in nginx.tmpl
2017-04-12 17:04:05 -03:00
Manuel Alejandro de Brito Fontes
e2dbca64e7 Merge pull request #586 from lihan/584-build-doc-update
Updated instructions to create an ingress controller build
2017-04-12 16:13:24 -03:00
Manuel Alejandro de Brito Fontes
4b07d2452d Merge pull request #595 from aledbf/ext-auth-host-header
Remove Host header from auth_request proxy configuration
2017-04-12 10:03:30 -03:00
Manuel de Brito Fontes
6038e17728 Remove Host header from auth_request proxy configuration 2017-04-12 09:37:03 -03:00
Manuel Alejandro de Brito Fontes
9ff3b86315 Merge pull request #588 from aledbf/avoid-multiple-reads
Read resolv.conf file just once
2017-04-11 15:35:38 -03:00
Manuel de Brito Fontes
8f3f51367a Remove test because of the refactoring 2017-04-11 14:50:28 -03: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
Manuel de Brito Fontes
190788848a Read resolv file just oncce 2017-04-11 11:47:49 -03:00
Lihan Li
7b618cbd78 Updated instructions to create an ingress controller build 2017-04-11 22:48:27 +10:00
Manuel Alejandro de Brito Fontes
c36d6ffbff Merge pull request #536 from chentao1596/back_ssl_test
add unit test cases for core/pkg/ingress/controller/backend_ssl
2017-04-11 09:17:15 -03:00
Martin Stiborsky
beb17f39ab fixed lua_package_path in nginx.tmpl
I did my own build of the nginx-ingress-controller and its docker image, but I had troubles with the `error_page.lua` module, which couldn't be loaded, there was an error in the log, module was not found.

I think the lua package path is wrong, here is a fix.
2017-04-11 09:43:33 +02:00
chentao1596
f5baeb2f4a add unit test cases for core/pkg/ingress/controller/backend_ssl 2017-04-11 15:27:22 +08:00
chentao1596
2ec3bb810e remove reduntants alias 2017-04-11 11:13:09 +08:00
Guangya Liu
4674c0ec69 Updated faq for running multiple ingress controller. 2017-04-10 13:39:43 +08:00
Manuel Alejandro de Brito Fontes
6ed6475e87 Merge pull request #579 from aledbf/avoid-removing-status
Detect if the ingress controller is running with multiple replicas
2017-04-09 16:42:58 -03:00
Manuel de Brito Fontes
5bd729a1b6 Detect if the ingress controller is running with multiple replicas 2017-04-09 16:14:20 -03:00
Manuel Alejandro de Brito Fontes
7f6aaf0bb7 Merge pull request #576 from aledbf/refactoring-secrets-sync
Replace secret workqueue
2017-04-09 15:29:35 -03:00
Manuel Alejandro de Brito Fontes
64d0b08128 Merge pull request #577 from aledbf/avoid-childs
Avoid zombie child processes
2017-04-09 15:29:04 -03:00
Manuel Alejandro de Brito Fontes
d78e464cc5 Merge pull request #578 from aledbf/master
Set different listeners per protocol version
2017-04-09 15:28:36 -03:00
Manuel de Brito Fontes
25bb7e4311 Set different listeners per protocol version 2017-04-09 15:03:27 -03:00
Manuel de Brito Fontes
1c6c4273c9 Avoid child processes 2017-04-09 13:58:03 -03:00
Manuel de Brito Fontes
f28142ae8e Replace secret workqueue 2017-04-09 13:52:10 -03:00
Nick Sardo
7c635a8c83 Merge pull request #570 from nicksardo/pkg-rename
Renaming few remaining packages
2017-04-07 07:21:14 -07:00
Nick Sardo
5b37d2b315 Rename packages from api to api_v1 2017-04-06 22:27:50 -07:00
Manuel Alejandro de Brito Fontes
cfef9d82fd Merge pull request #568 from jcmoraisjr/jm-ann-approot-1
Revert merge annotations to the implicit root context
2017-04-06 22:52:44 -03:00
Joao Morais
239166b4b7 Revert merge annotations to the implicit root context 2017-04-06 22:18:51 -03:00