Francisco Mejia
966e9f5e25
Add monitor lua module
2018-06-13 22:54:31 -04:00
Francisco Mejia
2cd2da7c3f
Create UDP collector that listens to UDP messages from monitor.lua and exposes them on /metrics endpoint
2018-06-13 21:31:51 -04:00
Manuel Alejandro de Brito Fontes
764bcd5a1b
Wait the result of the controller deployment before running any test ( #2638 )
2018-06-13 16:27:17 -04:00
k8s-ci-robot
50461298f2
Merge pull request #2639 from antoineco/feature/improve-controller-logs
...
Clarify log messages in controller package
2018-06-13 12:53:28 -07:00
Antoine Cotten
47bea35492
Clarify log messages in controller pkg
2018-06-13 21:27:43 +02:00
k8s-ci-robot
cf1f015576
Merge pull request #2634 from aledbf/sync-0
...
Disable resync period
2018-06-13 10:27:27 -07:00
Manuel de Brito Fontes
c680112405
Workaround https://github.com/golang/go/issues/25872
2018-06-13 13:04:53 -04:00
Manuel de Brito Fontes
283bcf7a1e
Only use go get to install required packages
2018-06-13 12:30:10 -04:00
Manuel de Brito Fontes
80f77b7a22
Disable resync period
2018-06-13 11:28:17 -04:00
k8s-ci-robot
64936fa471
Merge pull request #2636 from antoineco/bug/compare-snippet-equality
...
Add missing equality comparisons for ingress.Server
2018-06-13 08:16:29 -07:00
Antoine Cotten
1471b20707
Add missing equality comparisons for ingress.Server
2018-06-13 16:46:54 +02:00
Antoine Cotten
55679aa268
Update documentation for custom error pages ( #2630 )
...
* Update documentation for custom error pages
* custom-error-pages: Fix path to error pages
Bump version to 0.2
2018-06-12 18:03:48 -04:00
k8s-ci-robot
306910d956
Merge pull request #2619 from aledbf/non-root
...
Run as user dropping privileges
2018-06-12 08:30:28 -07:00
Manuel de Brito Fontes
7ded31d7a8
Create file permission constants
2018-06-12 11:06:14 -04:00
Manuel de Brito Fontes
79199dd84c
Run as user dropping privileges
2018-06-12 10:18:36 -04:00
k8s-ci-robot
f7359a6062
Merge pull request #2625 from qiujian16/proxy-buffer-size-doc
...
Add annotation doc on proxy buffer size
2018-06-12 04:06:29 -07:00
Jian Qiu
92182596eb
Add annotation doc on proxy buffer size
2018-06-12 16:06:30 +08:00
k8s-ci-robot
589de1257f
Merge pull request #2624 from pieterlange/patch-1
...
Fix minor documentation example
2018-06-11 09:50:31 -07:00
Pieter Lange
efdae5a96f
Fix example
...
os.urandom sometimes returns more bytes and its generally encouraged to use python3's `secrets` module.
Also double64 encode to prevent messing up the environment variables
with binary data
2018-06-11 17:39:45 +02:00
k8s-ci-robot
238ad76d65
Merge pull request #2623 from antoineco/improve-flags-doc
...
Proofread cmd package and update flags description
2018-06-11 04:44:26 -07:00
Antoine Cotten
a74c34dbf1
Proofread cmd package and update flags description
2018-06-11 13:15:45 +02:00
Stefan Schwärzler
1a320ae289
fix for #1930 , make sessions sticky, for ingress with multiple rules and backends
...
* for an ingress with session affinity cookie, set the location as path on the cookie when unique
* the previous behaviour ( cookie path=/ ) is preserved for ingresses with multiple rules for the same backend (locations not unique)
added e2e tests for session affinity, setting path on sticky config
added tests:
* it should set the path to /something on the generated cookie
* it should set the path to / on the generated cookie if there's more than one rule referring to the same backend
2018-06-11 10:43:13 +02:00
k8s-ci-robot
f74d063585
Merge pull request #2617 from aledbf/update-go
...
Update go to 1.10.3
2018-06-10 22:57:26 -07:00
Manuel de Brito Fontes
1e70a090c4
Update go to 1.10.3
2018-06-10 20:57:14 -04:00
k8s-ci-robot
fc96d5cd54
Merge pull request #2486 from flant/vars
...
Extend kubernetes interrelation variables in nginx.tmpl
2018-06-08 14:42:58 -07:00
k8s-ci-robot
34430bc633
Merge pull request #2559 from section-io/geoip2-nginx-image
...
Add geoip2 module and DB to nginx build
2018-06-08 14:40:59 -07:00
Glenn Slaven
2fa539089a
Increment nginx image tag
2018-06-08 16:55:40 +10:00
Glenn Slaven
0d5942c14c
Add geoip2 module and DB to nginx build
2018-06-08 16:54:52 +10:00
Dmitry Stolyarov
02ff8244a2
Add $location_path variable
...
When you define rules in ingress resource, you use path. So it would be
very useful to be able to use the same path in logs.
2018-06-07 13:43:29 +03:00
Dmitry Stolyarov
59aac73785
Add $service_port variable
...
According to TCP/IP (and common sense), $service_name is not enough to
uniquely identify service, we need $service_port for that.
2018-06-07 13:43:20 +03:00
Dmitry Stolyarov
eafb1890d6
Move vars to the very beginning of the location
...
To make it more clear, that you could use $namespace, $ingress_name and
$service_name variables anywhere in location (especialy in lua), move
their definition to the very begining of the location.
2018-06-07 13:43:09 +03:00
k8s-ci-robot
3b0d225186
Merge pull request #2603 from fntlnz/influx-module-update-0
...
Bump nginx influxdb module to f8732268d44aea706ecf8d9c6036e9b6dacc99b2
2018-06-05 05:08:55 -07:00
Lorenzo Fontana
2c6b302288
Bump nginx influxdb module to f8732268d44aea706ecf8d9c6036e9b6dacc99b2
...
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-06-05 04:33:33 +02:00
k8s-ci-robot
5eca3b7804
Merge pull request #2597 from toolboc/arm-compatibility
...
Fix arm paths for liblua.so and lua_package_cpath
2018-06-04 17:28:53 -07:00
Paul DeCarlo
3159384480
Use lua-platform-path symlink for all platforms
2018-06-04 18:15:59 -05:00
k8s-ci-robot
54500d56e3
Merge pull request #2602 from toolboc/crossplat-fixes
...
Crossplat fixes
2018-06-04 14:34:54 -07:00
Paul DeCarlo
cf9ce3dde1
symlink lua-platform-path for all platforms
2018-06-04 15:35:09 -05:00
Manuel Alejandro de Brito Fontes
3816a66a64
Document how the NGINX Ingress controller build nginx.conf ( #2479 )
2018-06-04 09:08:56 -04:00
k8s-ci-robot
16c8dc81d9
Merge pull request #2601 from amincheloh/patch-1
...
fix changelog link in README.md
2018-06-04 05:55:53 -07:00
k8s-ci-robot
85f4566e02
Merge pull request #2600 from liyongxin/typo-fix-futher-to-further
...
typo fix futher to further && preformance to performance
2018-06-04 05:51:55 -07:00
Amin Cheloh
f7ee676c13
fix changelog link in README.md
2018-06-04 18:56:28 +07:00
liyongxin
27050c332f
typo fix futher to further && preformance to performance
2018-06-04 19:24:44 +08:00
k8s-ci-robot
fa9823634c
Merge pull request #2504 from jrthrawny/proxy-protocol-timeout-for-passthrough-pr
...
Add Timeout For TLS Passthrough
2018-06-03 22:54:53 -07:00
Jason Roberts
d637a9b978
Configurable Proxy Protocol header timeout for TLS passthrough
2018-06-03 20:10:41 -05:00
k8s-ci-robot
af5c379975
Merge pull request #2598 from aledbf/fix-sort
...
Always sort upstream list to provide stable iteration order
2018-06-02 14:58:52 -07:00
Manuel de Brito Fontes
631edb30d9
Update documentation for sort-backends flag
2018-06-02 17:36:08 -04:00
Manuel de Brito Fontes
f3e9292c04
Always sort upstream list to provide stable iteration order
2018-06-02 17:07:14 -04:00
k8s-ci-robot
0b9eb96ec4
Merge pull request #2595 from AdamDang/patch-2
...
Typo fix: successfull->successful
2018-06-02 09:02:55 -07:00
AdamDang
a7a1f41702
Typo fix: successfull->successful
...
successfull->successful
2018-06-02 19:44:48 +08:00
k8s-ci-robot
c9fcefe840
Merge pull request #2592 from AdamDang/patch-1
...
Typo fix: are be->are/to on->to
2018-06-01 06:41:57 -07:00