Manuel de Brito Fontes
acaf3d8c04
Release nginx ingress controller 0.14.0
2018-04-27 16:09:28 -03:00
k8s-ci-robot
0813b38314
Merge pull request #2437 from JordanP/rewrite_log
...
Add annotation to enable rewrite logs in a location
2018-04-27 10:27:19 -07:00
JordanP
c995031ffd
Add annotation to enable rewrite logs in a location
2018-04-27 17:50:14 +02:00
Sam Fleming
ce9d42b52d
Update custom-errors.md
...
Fix grammatical errors
2018-04-27 16:24:05 +01:00
k8s-ci-robot
22f78325b7
Merge pull request #2436 from mustafaakin/patch-1
...
Update exposing-tcp-udp-services.md
2018-04-27 04:46:19 -07:00
Mustafa Akın
e5ed2165e2
Update exposing-tcp-udp-services.md
...
Minor tick missing for syntax highlighting which makes it look ugly on https://kubernetes.github.io/ingress-nginx/user-guide/exposing-tcp-udp-services/
2018-04-27 13:45:12 +03:00
Manuel de Brito Fontes
4ddedd41a6
Fix broken links in the docs
2018-04-26 22:24:50 -03:00
Francisco de Brito Fontes
357d794fe9
Improve readme file
2018-04-26 20:48:41 -03:00
Aarni Koskela
8aa9db8397
Move documents related to third-party extensions under third-party-addons
2018-04-26 13:57:18 +03:00
Aarni Koskela
e677ea22e2
Remove default-ssl-certificate.md (the content is already in tls.md)
2018-04-26 13:57:18 +03:00
Aarni Koskela
1196b48745
Regenerate cli-arguments.md from the actual usage of 0.13
2018-04-26 13:57:18 +03:00
Aarni Koskela
17745a920d
Move "Customizing NGINX" documentation under "NGINX Configuration"
2018-04-26 13:57:18 +03:00
Aarni Koskela
13ace4a5c7
Configure mkdocs with mkdocs-material and friends
2018-04-26 13:57:18 +03:00
Aarni Koskela
34314254f3
Remove empty ingress-annotations document; fix up annotations.md's layout slightly
2018-04-26 13:57:18 +03:00
Aarni Koskela
dc18dff431
Move deployment documentation under docs/deploy/
2018-04-26 13:57:18 +03:00
Aarni Koskela
4b80166d76
Fix some document titles
2018-04-26 13:57:18 +03:00
Aarni Koskela
d1479a2d21
Move miscellaneous tidbits from README to miscellaneous.md and other files
2018-04-26 13:57:18 +03:00
Aarni Koskela
0aa9d2e89f
Move all documentation under docs/
2018-04-26 13:57:18 +03:00
Zenara Daley
58f5eb4e1f
automate dev environment build
2018-04-24 16:29:31 -04:00
Zenara Daley
4f9865529a
Add busted unit testing framework for lua code
2018-04-23 10:46:28 -04:00
Antoine Cotten
9211f3beaf
Document changes to annotations with Secret reference
2018-04-20 00:31:25 +02:00
Roman Sokolkov
54f1568e11
DOCS: Add clarification regarding ssl passthrough
2018-04-19 17:13:46 +02:00
Rajat Jindal
4237f290ed
fix the default cookie name in doc
2018-04-18 09:27:34 -07:00
Nick Novitski
8886b8a50e
Add vts-sum-key config flag
2018-04-17 11:39:32 -07:00
Giancarlo Rubio
c60ed24f4b
Detect if header injected request_id before creating one
2018-04-17 15:49:35 +02:00
k8s-ci-robot
4bc943a77d
Merge pull request #2345 from aledbf/release-0.13
...
Release nginx ingress controller 0.13.0
2018-04-16 10:29:57 -07:00
k8s-ci-robot
564ec885fb
Merge pull request #2353 from bashofmann/master
...
Add proxy-add-original-uri-header config flag
2018-04-16 05:46:59 -07:00
Bastian Hofmann
1c17962ba0
Add proxy-add-original-uri-header config flag
...
This makes it configurable if a location adds an X-Original-Uri header to the backend request. Default is "true", the current behaviour.
2018-04-16 12:34:26 +02:00
AdamDang
bf9edcc9f7
Typo fix in cli-arguments.md
...
it's endpoints->its endpoints
2018-04-15 23:45:01 +08:00
Manuel de Brito Fontes
73d6c263c6
Release nginx ingress controller 0.13.0
2018-04-13 14:53:39 -03:00
Elvin Efendi
d6eb44376d
run lua-resty-waf in different modes ( #2317 )
...
* run lua-resty-waf in different modes
* update docs
2018-04-09 09:19:13 -03:00
Elvin Efendi
bad8295a42
extra waf rules per ingress ( #2315 )
...
* extra waf rules per ingress
* document annotation nginx.ingress.kubernetes.io/lua-resty-waf-extra-rules
* regenerate internal/file/bindata.go
2018-04-09 07:14:30 -03:00
Elvin Efendi
16faf309ca
annotation to ignore given list of WAF rulesets ( #2314 )
2018-04-08 22:55:23 -03:00
Elvin Efendi
a6fe800a47
lua-resty-waf controller ( #2304 )
2018-04-08 17:37:13 -03:00
Alvaro Aleman
e7aa74b5d4
Add NoAuthLocations and default it to "/.well-known/acme-challenge" ( #2243 )
...
* Add NoAuthLocations and default it to "/.well-known/acme-challenge"
* Add e2e tests for no-auth-location
* Improve wording of no-auth-location tests
2018-04-01 21:02:34 -03:00
AdamDang
660e67dc9e
Typo fixes in modsecurity.md ( #2274 )
...
* Update modsecurity.md
Some typo fixes
* Update modsecurity.md
2018-03-29 13:48:16 -03:00
Sylvain Rabot
385368990c
Managing a whitelist for _/nginx_status ( #2187 )
...
Signed-off-by: Sylvain Rabot <s.rabot@lectra.com>
2018-03-28 09:27:34 -03:00
AdamDang
6bc4dad38a
Update README.md ( #2267 )
...
It should be "your Ingress targets" in line 7.
2018-03-27 12:50:26 -03:00
AdamDang
5c016bee87
Update annotations.md ( #2255 )
...
a typo fix
2018-03-25 12:55:30 -03:00
Zenara Daley
6e099c5f57
Add EWMA as configurable load balancing algorithm ( #2229 )
2018-03-23 12:06:21 -03:00
fqsghostcloud
65fde75a7f
fix-link ( #2239 )
2018-03-22 08:32:33 -03:00
maxlaverse
8575769781
Make proxy_next_upstream_tries configurable ( #2232 )
...
* Make proxy_next_upstream_tries configurable
* Code generation
2018-03-22 08:12:36 -03:00
Jianhua Shi
0e26977dca
Fix broken links in multi-tls ( #2228 )
2018-03-21 07:05:14 -03:00
Manuel Alejandro de Brito Fontes
df00b03a70
Fix log format documentation ( #2219 )
2018-03-20 08:51:04 -03:00
Manuel Alejandro de Brito Fontes
41217eb9e4
Update cli-arguments.md ( #2213 )
2018-03-19 13:17:44 -03:00
Manuel Alejandro de Brito Fontes
1df421ac0c
Release nginx ingress controller 0.12.0 ( #2206 )
2018-03-19 08:57:16 -03:00
Alvaro Aleman
94deb3a01a
Add configoption to exclude routes from tls upgrading ( #2203 )
...
* Add configoption to exclude routes from tls upgrading
* Add tests for IsLocationInLocationList
* Seperate elements in NoTLSRedirectLocations by comma
* Set NoTLSRedirectLocations to "/.well-known/acme-challenge/" by default
* Remove trailing slash from "/.well-known/acme-challenge" default
2018-03-18 17:44:59 -03:00
Oilbeater
5c02d700cb
Allow config to disable geoip ( #2202 )
...
For a offline or private cloud environment, geoip is not needed.
Implementing https://github.com/kubernetes/ingress-nginx/issues/2179
2018-03-18 13:30:05 -03:00
Oilbeater
41cefeb178
Add worker-cpu-affinity nginx option ( #2201 )
...
worker_cpu_affinity is a common optimization method for improving nginx performance, adding this as a custom configuration. Also fix some format issues found during editing.
2018-03-16 13:32:45 -03:00
Elvin Efendi
36cce00fdd
configuring load balancing per ingress ( #2167 )
...
* configure load balancing through a ingress annotation
* update docs
2018-03-09 13:09:41 -08:00