Alexander Maret-Huskinson
|
9170591185
|
Added new affinity mode for maximum session stickyness. Fixes kubernetes/ingress-nginx#4475
|
2019-08-30 11:40:29 +02:00 |
|
Kubernetes Prow Robot
|
8740c1b661
|
Merge pull request #4478 from zikhan/AddWildcardAffinity
Re-add Support for Wildcard Hosts with Sticky Sessions
|
2019-08-27 10:52:07 -07:00 |
|
Kubernetes Prow Robot
|
30e3efe606
|
Merge pull request #4495 from ElvinEfendi/debug-tips
point users to kubectl ingress-nginx plugin
|
2019-08-27 05:22:42 -07:00 |
|
Elvin Efendi
|
06f03a2af6
|
point users to kubectl ingress-nginx plugin
|
2019-08-27 07:42:42 -04:00 |
|
Zovin Khanmohammed
|
76c2063be8
|
Code Review changes. Remove duplicate tests.
|
2019-08-26 14:00:59 -05:00 |
|
Zovin Khanmohammed
|
1f8ab60e40
|
Adds Wilcard check for hostname. Adds wildcard hostname tests.
|
2019-08-26 14:00:44 -05:00 |
|
Kubernetes Prow Robot
|
d51809c957
|
Merge pull request #4492 from ElvinEfendi/fix-certificate-lua-test
fix lua certificate handling tests
|
2019-08-26 10:30:25 -07:00 |
|
Elvin Efendi
|
57db904c92
|
fix lua certificate handling tests
|
2019-08-26 13:05:05 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
8def5ef7ca
|
Add support for multiple alias and remove duplication of SSL certificates (#4472)
|
2019-08-26 10:58:44 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
4847bb02f0
|
Refactor ingress status IP address (#4490)
|
2019-08-25 12:27:34 -04:00 |
|
Kubernetes Prow Robot
|
f0e71cf688
|
Merge pull request #4463 from zerda/fix-add-headers
Always set headers with add-headers option
|
2019-08-25 09:16:21 -07:00 |
|
Manuel Alejandro de Brito Fontes
|
7d6ce5701f
|
Fix log format markdown (#4489)
|
2019-08-24 22:48:17 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
fcd3054f13
|
Lint code using staticcheck (#4471)
|
2019-08-23 12:08:40 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
8f09acac2b
|
Update images to 0.25.1 (#4485)
|
2019-08-23 10:48:33 -04:00 |
|
Kubernetes Prow Robot
|
82b241c517
|
Merge pull request #4476 from antoineco/bug/nil-err-channel
Initialize nginx process error channel
|
2019-08-22 09:46:33 -07:00 |
|
Kubernetes Prow Robot
|
49ddd944b6
|
Merge pull request #4466 from hobti01/patch-1
Add rate limit units and error status
|
2019-08-22 07:26:31 -07:00 |
|
Antoine Cotten
|
d1feb65ff9
|
Initialize nginx process error channel
goroutines that write to ngxErrCh remain asleep forever without that
necessary initialization.
|
2019-08-22 16:25:47 +02:00 |
|
Tim Hobbs
|
2c604e7d38
|
Add rate limit units and error status
Signed-off-by: Tim Hobbs <timothy.hobbs@ic-consult.com>
|
2019-08-22 16:03:41 +02:00 |
|
Kubernetes Prow Robot
|
6697203891
|
Merge pull request #4409 from ProNic-QY/master
sort ingress by namespace and name when ingress.CreationTimestamp identical
|
2019-08-18 17:30:03 -07:00 |
|
Kubernetes Prow Robot
|
75d65bbd15
|
Merge pull request #4327 from leki75/proxyssl
Add proxy_ssl_* directives
|
2019-08-18 09:14:04 -07:00 |
|
qianyong
|
70614f4622
|
sort ingress by namespace and name when ingress.CreationTimestamp identical
|
2019-08-18 23:11:15 +08:00 |
|
SilverFox
|
a44b5cf3f3
|
Always set headers with add-headers option
It should work regardless of the response code or add_header directive in location.
|
2019-08-18 14:28:43 +08:00 |
|
Kubernetes Prow Robot
|
443886e686
|
Merge pull request #4460 from ethan-daocloud/patch-2
cleanup: fix typos in framework.go
|
2019-08-17 10:52:06 -07:00 |
|
Guangming Wang
|
3c05cc4225
|
cleanup: fix typos in framework.go
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
|
2019-08-17 23:16:15 +08:00 |
|
Kubernetes Prow Robot
|
9b59b62d20
|
Merge pull request #4459 from ethan-daocloud/patch-1
cleanup logging message typos in rewrite.go
|
2019-08-16 16:22:10 -07:00 |
|
Guangming Wang
|
8cf384b212
|
cleanup logging message typos in rewrite.go
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
|
2019-08-16 23:36:24 +08:00 |
|
Kubernetes Prow Robot
|
d765faa5ee
|
Merge pull request #4458 from ElvinEfendi/zone-aware-routing-kep-1
implementation proposal for zone aware routing
|
2019-08-16 07:56:28 -07:00 |
|
Kubernetes Prow Robot
|
839076e3b0
|
Merge pull request #4456 from aledbf/psp-mount
Fix file permissions to support volumes
|
2019-08-16 06:24:32 -07:00 |
|
Gabor Lekeny
|
4624b5bc77
|
Change PemSHA to CASHA
|
2019-08-16 06:31:15 +02:00 |
|
Gabor Lekeny
|
65b9e2c574
|
Merge branch 'master' of https://github.com/kubernetes/ingress-nginx into proxyssl
|
2019-08-16 06:21:53 +02:00 |
|
Elvin Efendi
|
a8a68dd3f5
|
implementation proposal for zone aware routing
|
2019-08-15 23:31:47 -04:00 |
|
Kubernetes Prow Robot
|
f0383c6153
|
Merge pull request #4455 from ElvinEfendi/zone-aware-routing-kep
KEP: availability zone aware routing
|
2019-08-15 20:24:33 -07:00 |
|
Manuel Alejandro de Brito Fontes
|
23ed3ba4c4
|
Fix file permissions to support volumes
|
2019-08-15 20:48:37 -04:00 |
|
Elvin Efendi
|
d9de505341
|
KEP: availability zone aware routing
|
2019-08-15 19:46:36 -04:00 |
|
Kubernetes Prow Robot
|
4b0aabc0c3
|
Merge pull request #4451 from ElvinEfendi/avoid-redundant-lua-sync
post data to Lua only if it changes
|
2019-08-15 16:20:34 -07:00 |
|
Elvin Efendi
|
05c889335d
|
post data to Lua only if it changes
|
2019-08-15 17:21:34 -04:00 |
|
Kubernetes Prow Robot
|
5d6f8c18e6
|
Merge pull request #4452 from aledbf/fix-tests
Fix test description on error
|
2019-08-15 14:20:35 -07:00 |
|
Manuel Alejandro de Brito Fontes
|
9543aacc76
|
Fix test description on error
|
2019-08-15 16:56:20 -04:00 |
|
Kubernetes Prow Robot
|
f4da014907
|
Merge pull request #4449 from aledbf/fix-en
Fix service type external name using the name
|
2019-08-15 13:08:35 -07:00 |
|
Kubernetes Prow Robot
|
b5fecd0dc8
|
Merge pull request #4450 from Shopify/proxy-max-temp-file-size
Add nginx proxy_max_temp_file_size configuration option
|
2019-08-15 12:40:33 -07:00 |
|
Kubernetes Prow Robot
|
2450e7df37
|
Merge pull request #4448 from Shopify/upstream-ewma-patches
ewma improvements
|
2019-08-15 11:36:38 -07:00 |
|
Maxime Ginters
|
d8bd8c5619
|
Add nginx proxy_max_temp_file_size configuration option
|
2019-08-15 13:47:42 -04:00 |
|
Elvin Efendi
|
0b619dc772
|
make luaSharedDicts test less dependent on default values
|
2019-08-15 13:13:43 -04:00 |
|
Elvin Efendi
|
30b64df10a
|
ewma improvements
|
2019-08-15 13:13:43 -04:00 |
|
Kubernetes Prow Robot
|
0b375989f3
|
Merge pull request #4412 from Shopify/ssl-early-data
Add nginx ssl_early_data option support
|
2019-08-15 10:08:35 -07:00 |
|
Manuel Alejandro de Brito Fontes
|
816f4b0824
|
Fix service type external name using the name
|
2019-08-15 12:09:42 -04:00 |
|
Kubernetes Prow Robot
|
6948cd7d65
|
Merge pull request #4351 from aledbf/static-mode
KEP: Remove static SSL configuration mode
|
2019-08-14 21:26:33 -07:00 |
|
Kubernetes Prow Robot
|
f5c5e12252
|
Merge pull request #4446 from ElvinEfendi/improve-lua-shared-dicts-setting
lua-shared-dicts improvements, fixes and documentation
|
2019-08-14 20:42:32 -07:00 |
|
Elvin Efendi
|
94052b1bfc
|
fix test by setting default luashareddicts
|
2019-08-14 22:10:56 -04:00 |
|
Elvin Efendi
|
6a293c7e11
|
set /configuration client body size dynamically
|
2019-08-14 22:10:56 -04:00 |
|