Commit graph

3968 commits

Author SHA1 Message Date
Elvin Efendi
7e3b69b3e1 use use-context that actually changes the context 2019-02-21 13:59:03 -05:00
Alex Kursell
bb1cf73ba2 Bump mergo version 2019-02-21 13:23:10 -05:00
Kubernetes Prow Robot
56bcd78510
Merge pull request #3792 from Shopify/dev-env-fix
dont restart minikube when it is already running
2019-02-21 08:54:24 -08:00
Elvin Efendi
89f728b4be dont restart minikube when it is already running 2019-02-21 10:01:16 -05:00
Kubernetes Prow Robot
4ae7fe55dd
Merge pull request #3791 from yowenter/feature/NGINXController_remove_annoations
- remove annotations in nginxcontroller struct
2019-02-21 04:03:50 -08:00
Taoge
24993f359f
- remove annoations in nginxcontroller struct 2019-02-21 19:14:11 +08:00
Kubernetes Prow Robot
7534cd551a
Merge pull request #3784 from Shopify/fix-doc
use correct host for jaeger-collector-host in docs
2019-02-20 10:44:12 -08:00
Kubernetes Prow Robot
e0071145f0
Merge pull request #3785 from ElvinEfendi/bump-nginx-image
use latest base nginx image
2019-02-20 09:30:17 -08:00
Kubernetes Prow Robot
5c6676da55
Merge pull request #3782 from ElvinEfendi/lua-bridge-tracer
Lua bridge tracer
2019-02-20 07:28:50 -08:00
Elvin Efendi
ccaf34edbb use latest base nginx image 2019-02-20 10:26:49 -05:00
Elvin Efendi
3bb1a1e1ea use correct host for jaeger-collector-host in docs 2019-02-20 10:16:34 -05:00
Elvin Efendi
d2d160b839 print what lib is being downloaded 2019-02-20 08:09:25 -05:00
Elvin Efendi
f4b31743c0 build lua-bridge-tracer 2019-02-20 07:49:34 -05:00
Jim Zhang
81e4440bdb docs: add docs for proxy-buffer-number 2019-02-20 18:07:40 +08:00
Jim Zhang
c92d29d462 feat: configurable proxy buffer number 2019-02-20 18:05:09 +08:00
Kubernetes Prow Robot
15d5ef95ef
Merge pull request #3740 from Shopify/session-annotation-reload
Fix ingress updating for session-cookie-* annotation changes
2019-02-19 15:14:21 -08:00
Alex Kursell
c180a0998b Fix session-cookie-* annotation reloading 2019-02-19 17:27:08 -05:00
Kubernetes Prow Robot
43cfbb91b3
Merge pull request #3756 from anthonyho007/master
Create custom annotation for satisfy "value"
2019-02-19 13:55:50 -08:00
Anthony Ho
ec04852526 Create custom annotation for satisfy "value" 2019-02-19 15:58:35 -05:00
Kubernetes Prow Robot
784d57ea69
Merge pull request #3695 from yowenter/patch-1
> Don't reload nginx when L4 endpoints changed
2019-02-19 11:27:11 -08:00
Kubernetes Prow Robot
201718ec0f
Merge pull request #3775 from kppullin/fix-l4-dns-resolve-failures
Fix DNS lookup failures in L4 services
2019-02-19 11:11:48 -08:00
TaoGe
b03049c0af
> Don't reload nginx when L4 service pods changed
Since we use lua upstream for L4 service balancer. We don't need reload nginx when L4 service pod changed.
2019-02-19 14:31:45 +08:00
Kubernetes Prow Robot
d74dea7585
Merge pull request #3682 from ocowchun/patch-1
enable use-forwarded-headers for L7 LB
2019-02-18 19:55:14 -08:00
ocowchun(Ben Yeh)
2f45d4f56d enable use-forwarded-headers for L7 LB 2019-02-18 14:31:09 +08:00
Kevin Pullin
3ac57097f6 Add 'waitForLuaSync' sleep in external name TCP test 2019-02-17 20:32:27 -08:00
Kevin Pullin
f6aded2c51 Fix DNS failures in L4 services 2019-02-17 14:12:10 -08:00
Manuel Alejandro de Brito Fontes
bef6ff9042
Do not log unnecessarily (#3771) 2019-02-16 20:56:18 -03:00
Manuel Alejandro de Brito Fontes
d36de8a63d
Fix dashboard link [skip ci] (#3772) 2019-02-16 19:58:26 -03:00
Kubernetes Prow Robot
b02d34c347
Merge pull request #3767 from alanjcastonguay/feature/datadog-opentracing-part1
Support Opentracing with Datadog - part 1
2019-02-16 03:24:42 -08:00
Kubernetes Prow Robot
39906c9116
Merge pull request #3766 from alanjcastonguay/feature/datadog-opentracing
Support Opentracing with Datadog - part 2
2019-02-16 03:22:09 -08:00
Alan J Castonguay
a29c27ed4c Datadog Opentracing support - part 2
This commit is part 2 of 2, adding configuration of the
Datadog Opentracing module to the controller.

Fixes half of #3752
2019-02-15 15:20:10 -05:00
Alan J Castonguay
a9eab9549c Datadog Opentracing support - part 1
This commit is part 1 of 2, adding the Datadog Opentracing
module to the nginx container.

Download https://github.com/DataDog/dd-opentracing-cpp and
https://github.com/msgpack/msgpack-c/, build and install both
during build of the quay.io/kubernetes-ingress-controller image.

Bump nginx tag version to 0.77

Fixes half of #3752
2019-02-15 15:11:50 -05:00
Kubernetes Prow Robot
b72dfa99d8
Merge pull request #3765 from ElvinEfendi/custom-http-error-bug-fix
simplify customhttperrors e2e test and add regression test and fix a bug
2019-02-14 06:51:33 -08:00
Elvin Efendi
94a9a47225 fix no config change bug with custom-http-errors 2019-02-14 08:29:31 -05:00
Elvin Efendi
1959191cf3 simplify customhttperrors e2e test and add regression test 2019-02-14 08:11:18 -05:00
Kubernetes Prow Robot
908a2ae506
Merge pull request #3764 from ElvinEfendi/cleanup-confusing-attribute
delete confusing CustomErrors attribute to make things more explicit
2019-02-14 03:26:21 -08:00
Elvin Efendi
adc128711b delete confusing CustomErrors attribute to make things more explicit 2019-02-13 22:41:02 -05:00
Kubernetes Prow Robot
265b00f8a2
Merge pull request #3747 from aledbf/update-nginx
Update nginx and modules
2019-02-13 15:35:12 -08:00
Kubernetes Prow Robot
c8d30755a9
Merge pull request #3748 from aledbf/update-image
Update nginx image
2019-02-13 15:14:08 -08:00
Manuel Alejandro de Brito Fontes
80d9024fca Update e2e image 2019-02-13 16:58:17 -03:00
Kubernetes Prow Robot
eab7f18297
Merge pull request #3696 from Shopify/annotate-default-location
Apply annotations to default location
2019-02-12 11:50:26 -08:00
Kubernetes Prow Robot
f527441319
Merge pull request #3757 from carlosdp/patch-1
Add mention of secure-backends to backend-protocol docs
2019-02-11 16:28:18 -08:00
Carlos Diaz-Padron
2340738fb9
Add mention of secure-backends to backend-protocol docs 2019-02-11 15:40:36 -08:00
Alex Kursell
7e3304d4f9 Apply annotations to default location 2019-02-11 14:32:49 -05:00
Kubernetes Prow Robot
9ba67992be
Merge pull request #3686 from Shopify/dbg-tool
Add debug binary to the docker image
2019-02-11 07:27:15 -08:00
Kubernetes Prow Robot
4b64453787
Merge pull request #3749 from diazjf/more-unit
Enhance Unit Tests for Annotations
2019-02-10 13:58:27 -08:00
Fernando Diaz
1da2900b9b Enhance Unit Tests for Annotations
Adds unit tests for a variety of different annotations.
2019-02-10 14:44:11 -06:00
Kubernetes Prow Robot
d9845c79c5
Merge pull request #3671 from moonming/randomseed-bugfix
bugfix: fixed duplicated seeds.
2019-02-10 11:33:42 -08:00
Kubernetes Prow Robot
566444d6b4
Merge pull request #3751 from tammert/opentracing-env-variables
Parse environment variables in OpenTracing configuration
2019-02-10 10:49:54 -08:00
Manuel Alejandro de Brito Fontes
414511b279
Update nginx and modules 2019-02-10 15:25:31 -03:00