Commit graph

4686 commits

Author SHA1 Message Date
Manuel Alejandro de Brito Fontes
9da78237d1 Remove gdb 2019-09-04 11:55:26 -04:00
Kubernetes Prow Robot
fc49ffec1d Merge pull request #4530 from aledbf/update-image
Update nginx image to 0.92
2019-09-04 08:49:00 -07:00
Manuel Alejandro de Brito Fontes
f2fe57547c Update nginx image to 0.92 2019-09-04 10:34:54 -04:00
Manuel Alejandro de Brito Fontes
7097b57182 Update openresty 2019-09-04 09:30:25 -04:00
Kubernetes Prow Robot
88c8bc166e Merge pull request #4528 from aledbf/clean-docker
Cleanup of docker images
2019-09-03 18:04:58 -07:00
Manuel Alejandro de Brito Fontes
7d46687284 Cleanup of docker images 2019-09-03 19:10:40 -04:00
Ricardo Katz
152ae042af Add support to CRL (#3164)
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br>

Add support to CRL

Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br>
2019-09-03 16:47:28 -04:00
Manuel Alejandro de Brito Fontes
9d7637dfbd Switch to official kind images (#4527) 2019-09-03 16:46:43 -04:00
Kubernetes Prow Robot
ec1c43b58f Merge pull request #4521 from johnlanni/update-webhook-validation
backward compatibility for k8s version < 1.14
2019-09-03 11:06:58 -07:00
Tobias Bradtke
b9c41f586c Fix relative links (#4522) 2019-09-03 09:02:07 -04:00
Manuel Alejandro de Brito Fontes
8446037b25 Update go dependencies (#4524) 2019-09-02 21:30:28 -04:00
Rui Lopes
1b41f0666c fix typo (#4520) 2019-09-02 17:29:37 -04:00
zhangty
75d8a56254 backward compatibility for k8s version < 1.14 2019-09-02 17:05:52 +08:00
Kubernetes Prow Robot
be93f8033f Merge pull request #4487 from aledbf/health-check
Refactor health checks and wait until NGINX process ends
2019-09-01 14:41:41 -07:00
Manuel Alejandro de Brito Fontes
f3aedcf94f Refactor health checks and wait until NGINX process ends 2019-09-01 15:31:27 -04:00
Manuel Alejandro de Brito Fontes
4a2ca1af92 Remove hard-coded names from e2e test and use local docker dependencies (#4502) 2019-09-01 14:16:52 -04:00
Manuel Alejandro de Brito Fontes
86ad94ea0b Fix nginx variable service_port (nginx) (#4500) 2019-08-31 11:24:01 -04:00
Manuel Alejandro de Brito Fontes
9213b88904 Move nginx helper (#4501) 2019-08-30 20:18:11 -04:00
Alexander Maret-Huskinson
8465ddf1cb Fixed test findings. 2019-08-30 19:08:03 +02:00
Alexander Maret-Huskinson
4196b0526e Converted sticky session balancers into separate classes. 2019-08-30 18:07:24 +02:00
Alexander Maret-Huskinson
8c63ef856e Added new affinity mode for maximum session stickyness. Fixes kubernetes/ingress-nginx#4475 2019-08-30 11:40:29 +02:00
qianyong
8428246061 Fix panic on multiple ingress mess up upstream is primary or not 2019-08-30 07:32:02 +08:00
Kubernetes Prow Robot
9bcc386823 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
de88d067be 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
6c85d53ad9 point users to kubectl ingress-nginx plugin 2019-08-27 07:42:42 -04:00
Zovin Khanmohammed
55e031d728 Code Review changes. Remove duplicate tests. 2019-08-26 14:00:59 -05:00
Zovin Khanmohammed
eec2c1c122 Adds Wilcard check for hostname. Adds wildcard hostname tests. 2019-08-26 14:00:44 -05:00
Kubernetes Prow Robot
cfb12497c2 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
8eadb064f5 fix lua certificate handling tests 2019-08-26 13:05:05 -04:00
Manuel Alejandro de Brito Fontes
22e78b3511 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
d1f647f18d Refactor ingress status IP address (#4490) 2019-08-25 12:27:34 -04:00
Kubernetes Prow Robot
81d2e5d535 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
6d54bd9b60 Fix log format markdown (#4489) 2019-08-24 22:48:17 -04:00
Manuel Alejandro de Brito Fontes
9498492ffb Lint code using staticcheck (#4471) 2019-08-23 12:08:40 -04:00
Manuel Alejandro de Brito Fontes
40ca3bcb3b Update images to 0.25.1 (#4485) 2019-08-23 10:48:33 -04:00
Kubernetes Prow Robot
3b4e6a5835 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
d1fdb2fd25 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
1c6a7e1cb8 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
3aeb7c3677 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
5675a37ff2 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
87d4bf49ad Merge pull request #4327 from leki75/proxyssl
Add proxy_ssl_* directives
2019-08-18 09:14:04 -07:00
qianyong
4be0e7cfea sort ingress by namespace and name when ingress.CreationTimestamp identical 2019-08-18 23:11:15 +08:00
SilverFox
d52930982b 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
543ed06d5d 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
6cebc33c0f 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
0480c33635 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
f61714145b 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
575bb7cc42 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
4c18b6125c Merge pull request #4456 from aledbf/psp-mount
Fix file permissions to support volumes
2019-08-16 06:24:32 -07:00
Gabor Lekeny
0ff3a3cbe6 Change PemSHA to CASHA 2019-08-16 06:31:15 +02:00