Joao Morais
0b1c38f7ae
Fix HAProxy rewrite doc
2017-04-19 19:26:17 -03:00
Nick Sardo
a31a97cba1
Merge pull request #627 from kubernetes/revert-510-delete_redundant
...
Revert "Remove the code which get same resources twice"
2017-04-19 15:01:21 -07:00
Nick Sardo
291e83f476
Revert "Remove the code which get same resources twice"
2017-04-19 15:00:27 -07:00
Nick Sardo
e8078a7a5c
Merge pull request #511 from FengyunPan/fix-backend
...
Ignore err when delete a NotFound backends
2017-04-18 22:17:07 -07:00
FengyunPan
567c845fcf
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
Nick Sardo
56f44f6a36
Merge pull request #510 from FengyunPan/delete_redundant
...
Remove the code which get same resources twice
2017-04-18 20:07:41 -07:00
Manuel Alejandro de Brito Fontes
4a64dfbeab
Merge pull request #624 from justinsb/fix_623
...
Compute server_names_hash_bucket_size correctly
2017-04-19 00:04:28 -03:00
Justin Santa Barbara
ccce88640f
Compute server_names_hash_bucket_size correctly
...
There were some edge cases where we did not calculate hash_bucket_size
correctly.
Fix #623
2017-04-18 22:29:51 -04:00
FengyunPan
93d39438ce
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
040f83a2ee
Merge pull request #622 from nicksardo/gce-faq-minor-fixes
...
[GLBC] Minor FAQ fixes
2017-04-18 16:41:32 -07:00
Nick Sardo
16681990ec
Minor FAQ fixes
2017-04-18 16:40:02 -07:00
Nick Sardo
d85792906b
[GLBC] Support backside re-encryption ( #519 )
...
Support backside re-encryption
2017-04-18 12:44:17 -07:00
Manuel Alejandro de Brito Fontes
898689f2c3
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
2b709719c0
Process exited cleanly before we hit wait4
2017-04-16 20:04:32 -03:00
Manuel Alejandro de Brito Fontes
2d1d96bccb
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
21bcc1ea83
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
be91b79172
Status leader election must consired the ingress class
2017-04-16 15:48:12 -03:00
Joao Morais
cb24635cbb
HAProxy Ingress rewrite options
2017-04-15 17:05:58 -03:00
Manuel Alejandro de Brito Fontes
31edb95488
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
257cd16130
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
c0b7310d5f
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
f03538d72f
Allow custom server_names_hash_max_size and server_names_hash_bucket_size values
2017-04-14 20:59:10 -03:00
Tim Hockin
384976b8c5
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
9c921da9a9
Adding note on how to create an ILB without blocking ingress controller
2017-04-14 16:28:15 -07:00
Manuel Alejandro de Brito Fontes
a3e98db155
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
b76a11d28a
Fixing wildcard in hostname for the upstream map
2017-04-13 17:27:20 +02:00
Manuel Alejandro de Brito Fontes
da559af89c
Merge pull request #601 from caiyixiang/add-judgment
...
add a judgment
2017-04-13 08:44:39 -03:00
caiyixiang
8c6f2a4a86
add a judgment
2017-04-13 16:38:07 +08:00
Manuel de Brito Fontes
90a9d601a6
Add flag to force namespace isolation
2017-04-12 22:50:54 -03:00
Manuel de Brito Fontes
4428bb3374
Replace custom child reap code with go-reap
2017-04-12 20:20:18 -03:00
Manuel Alejandro de Brito Fontes
ac772925d7
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
092c55fbe5
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
27a72c5db4
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
3978f7cda2
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
43a4abe876
Remove Host header from auth_request proxy configuration
2017-04-12 09:37:03 -03:00
Manuel Alejandro de Brito Fontes
f9a50ea892
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
eab696bc37
Remove test because of the refactoring
2017-04-11 14:50:28 -03:00
Nick Sardo
18858211fe
[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
741b0533f5
Read resolv file just oncce
2017-04-11 11:47:49 -03:00
Lihan Li
b83d021d34
Updated instructions to create an ingress controller build
2017-04-11 22:48:27 +10:00
Manuel Alejandro de Brito Fontes
8e50f24bf5
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
f3e316f1b2
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
c9b504a273
add unit test cases for core/pkg/ingress/controller/backend_ssl
2017-04-11 15:27:22 +08:00
chentao1596
9aa60e58a6
remove reduntants alias
2017-04-11 11:13:09 +08:00
Guangya Liu
ecc057fe3d
Updated faq for running multiple ingress controller.
2017-04-10 13:39:43 +08:00
Manuel Alejandro de Brito Fontes
35a7b1cc92
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
5f34f934a3
Detect if the ingress controller is running with multiple replicas
2017-04-09 16:14:20 -03:00
Manuel Alejandro de Brito Fontes
1722f49dec
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
f03d0b2fd6
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
af87e104bd
Merge pull request #578 from aledbf/master
...
Set different listeners per protocol version
2017-04-09 15:28:36 -03:00