Gregor Noczinski
1bef3e75b2
Set X-Request-ID
for the default-backend
, too.
2019-03-22 11:33:11 +01:00
Niklas Higi
ec7247058d
Improve "Sticky sessions" documentation page
2019-03-18 22:31:59 +01:00
Elvin Efendi
1d59e4f1fe
enable dynamic SSL mode by default
2019-03-17 14:58:06 -04:00
Alex Kursell
1e96671e26
Remove sort-backends flag from cli docs
2019-03-12 14:48:05 -04:00
Alex Kursell
68038eec63
Make sure cli-arguments doc is in alphabetical order
2019-03-12 14:43:05 -04:00
Alex Kursell
d8fe2d992b
Remove useless nodeip call and deprecate --force-namespace-isolation
2019-03-11 18:19:13 -04:00
Chris Carty
5fb1116282
update GKE header to match link in contents
2019-03-10 09:13:34 -04:00
Manuel Alejandro de Brito Fontes
1186d88f08
Fix name of field used to sort ingresses ( #3871 )
2019-03-07 21:24:46 -03:00
Alex Kursell
d3ac73be79
Remove session-cookie-hash annotation
2019-03-04 10:34:48 -05:00
Alex Kursell
d4b14b40ff
Use incantation from release page
2019-02-27 12:57:55 -05:00
Alex Kursell
25a0d7a01c
Fix plugin install location
2019-02-27 12:26:12 -05:00
Kubernetes Prow Robot
ec632817ad
Merge pull request #3780 from arturxx8/master
...
Enable access log for default backend
2019-02-26 05:51:39 -08:00
Mikhail Marchenko
8b3702c829
Enable access log for default backend
...
disable log on default_server
2019-02-26 11:14:31 +03:00
Alex Kursell
9e424a4a6a
Add kubectl plugin
2019-02-25 15:54:00 -05:00
jasongwartz
3865e30a00
Changes CustomHTTPErrors annotation to use custom default backend
...
Updates e2e test
Removes focus from e2e test
Fixes renamed function
Adds tests for new template funcs
Addresses gofmt
Updates e2e test, fixes custom-default-backend test by creating service
Updates docs
2019-02-24 22:48:56 +01:00
Kubernetes Prow Robot
7b2495047f
Merge pull request #3781 from zoumo/proxy-buffer-number
...
feat: configurable proxy buffers number
2019-02-22 12:11:46 -08:00
Jim Zhang
dc63e5d185
fix: rename proxy-buffer-number to proxy-buffers-number
2019-02-22 10:21:17 +08:00
Elvin Efendi
3bb1a1e1ea
use correct host for jaeger-collector-host in docs
2019-02-20 10:16:34 -05:00
Jim Zhang
81e4440bdb
docs: add docs for proxy-buffer-number
2019-02-20 18:07:40 +08:00
Anthony Ho
ec04852526
Create custom annotation for satisfy "value"
2019-02-19 15:58:35 -05:00
Manuel Alejandro de Brito Fontes
d36de8a63d
Fix dashboard link [skip ci] ( #3772 )
2019-02-16 19:58:26 -03: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
Carlos Diaz-Padron
2340738fb9
Add mention of secure-backends to backend-protocol docs
2019-02-11 15:40:36 -08: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
Sebastiaan Tammer
ab48aab83b
Added link for fieldRef information
2019-02-10 17:24:32 +01:00
Sebastiaan Tammer
fc5e99a151
Parse environment variables in OpenTracing configuration
2019-02-10 16:59:05 +01:00
Alex Kursell
9534f8bc43
Add debug tool to image
2019-02-08 11:25:04 -05:00
Kubernetes Prow Robot
17e788b8e1
Merge pull request #3684 from aledbf/health
...
Replace Status port using a socket
2019-02-06 13:49:08 -08:00
Manuel Alejandro de Brito Fontes
34b0580225
Replace Status port using a socket
2019-02-06 18:00:10 -03:00
Alex Kursell
18ebb68f41
Update a doc example that uses rewrite-target
2019-02-06 10:48:08 -05:00
minherz
de2a1ece6d
add header-value annotation
...
add new annotation (header-value)
parse it and propogate to lua script
alter balancer rule to include it into the canary routing logic
add e2e test to validate fallback for canary-by-header-value
add description of canary-by-header-value to documentation
2019-01-30 23:23:44 +02:00
Kubernetes Prow Robot
bd248250be
Merge pull request #3702 from stamm/access_logs_params
...
Add params for access log
2019-01-28 07:30:00 -08:00
Tyler Horvath
6824c78c1b
make usage more clear about default-backend annotation
2019-01-26 11:47:19 -07:00
Rustam Zagirov
5dee6af957
add params for access log
2019-01-26 21:42:11 +03:00
Shreyans Sheth
05993e8a13
Correcting links for gRPC Fortune Teller app
...
The link was erroneous, corrected the same.
2019-01-23 17:02:16 +05:30
Kubernetes Prow Robot
1db9c91af4
Merge pull request #3363 from skeeey/master
...
Document for cookie expires annotation
2019-01-14 07:52:28 -08:00
Manuel Alejandro de Brito Fontes
b10b60f9ae
Revert max-worker-connections default value ( #3660 )
2019-01-13 10:53:18 -03:00
liuwei
7aa5834948
add cookie expires document and fix a flaw for session-cookie-expires
2019-01-11 15:35:39 +08:00
Manuel Alejandro de Brito Fontes
0e783b3b82
Add note about SSL Certificate common names
2019-01-10 20:59:50 -03:00
Shai Katz
edd87fbae3
add limit connection status code
...
add default conn status code
add missing colon
add limit connection status code
2019-01-09 19:31:10 +02:00
Kubernetes Prow Robot
8f57f9578d
Merge pull request #3586 from Shopify/disable-catch-all
...
Add --disable-catch-all option to disable catch-all server
2019-01-07 07:16:26 -08:00
Kubernetes Prow Robot
2c3ce07135
Merge pull request #3396 from flugel-it/master
...
New balancer implementation: consistent hash subset
2019-01-04 10:31:03 -08:00
chainhelen
ccacef6a8a
Typo: docs/examples/rewrite/README.md
2019-01-04 21:48:46 +08:00
Davide Icardi
25776353bb
Add basic usage documentation
2019-01-03 19:58:27 +01:00
Diego Woitasen
60b983503b
Consistent hashing to a subset of nodes. It works like consistent hash,
...
but instead of mapping to a single node, we map to a subset of nodes.
2019-01-03 01:32:52 -03:00
Kubernetes Prow Robot
71cc6df74f
Merge pull request #3174 from Shopify/rewrite-regex
...
Generalize Rewrite Block Creation and Deprecate AddBaseUrl (not backwards compatible)
2019-01-02 12:30:18 -08:00
ramnes
bf7b5ebd81
Add an option to automatically set worker_connections based on worker_rlimit_nofile
2018-12-27 18:36:19 +01:00
Anish Ramasekar
382049a0bf
Adds support for HTTP2 Push Preload annotation
...
update test for backendprotocols
Adds support for HTTP2 Push Preload annotation
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br>
Adds support for HTTP2 Push Preload annotation
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br>
Adds support for HTTP2 Push Preload annotation
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br>
Adds support for HTTP2 Push Preload annotation
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br>
Adds support for HTTP2 Push Preload annotation
Adds support for HTTP2 Push Preload annotation
2018-12-24 17:13:25 -02:00
Maxime Ginters
1678d99a03
Add --disable-catch-all option to disable catch-all server
2018-12-21 13:22:26 -05:00
Kubernetes Prow Robot
22efaab1f7
Merge pull request #3575 from Shopify/document-ingress-wildcard
...
Add documentation for spec.rules.host format
2018-12-20 05:37:53 -08:00
Zenara Daley
e4459940fa
add documentation
2018-12-18 12:53:54 -05:00
Fernando Diaz
85ab6bf26d
Update Certificate Generation Docs to not use MD5
...
Updates the TLS and CA certificate sections to use algorithms
better than md5. Using md5 as a digest causes nginx to fail
to load because it is not accepted by open ssl.
Closes #3571
2018-12-18 11:17:06 -06:00
Zenara Daley
67654a6fd5
Generalize Rewrite Block Creation
2018-12-13 13:02:05 -05:00
Kubernetes Prow Robot
184eef84d5
Merge pull request #3482 from gorshunovr/patch-1
...
Annotations doc links: minor fixes and unification
2018-12-03 14:07:50 -08:00
Jeffrey Sica
513497e534
update version to latest dashboard version (v1.10.0)
2018-11-29 20:01:15 -05:00
Roman Gorshunov
f910d96ad1
Annotations doc links: minor fixes and unification
2018-11-28 16:16:15 +01:00
Elvin Efendi
13e7e6a7e1
clarify canary ingress
2018-11-28 11:28:37 +04:00
k8s-ci-robot
710ea8c76f
Merge pull request #3333 from Shopify/dont-trust-by-default
...
breaking change: by default do not trust any client
2018-11-27 05:12:48 -08:00
Manuel Alejandro de Brito Fontes
6eac5785ac
Rever TCP/UDP documentation removal and links ( #3456 )
2018-11-21 23:24:34 -03:00
Zenara Daley
2b109b360b
Only set cookies on paths that enable session affinity
2018-11-19 11:42:12 -05:00
k8s-ci-robot
82721e575d
Merge pull request #3372 from Shopify/session-cookie-path
...
Add annotation for session affinity path
2018-11-19 07:25:32 -08:00
Zenara Daley
50b29feb4a
Add annotation for session affinity path
2018-11-19 09:15:24 -05:00
Fernando Diaz
95b3042b6e
Add a Snippet for ModSecurity
...
Allows for the configuration of Mod Security rules via
a Snippet.
2018-11-14 23:31:27 -06:00
Elvin Efendi
5f3b48e16d
breaking change: do not trust x-forwarded-* headers by default
2018-11-13 10:35:59 +04:00
mooncake
2d64e15f95
Fix some documents issues
...
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-10 19:33:51 +08:00
Manuel Alejandro de Brito Fontes
5cc139999a
Fix link in documentation [skip ci] ( #3392 )
2018-11-09 15:57:20 -03:00
crystaljade
50e30b47ff
Update annotations.md
2018-11-09 20:19:22 +08:00
Fernando Diaz
5195600841
Allows ModSecurity to be configured per location
...
The following annotations will be added:
- enable-modsecurity
- enable-owasp-core-rules
- modsecurity-transaction-id
Fixes #3167
2018-11-06 22:24:31 -06:00
k8s-ci-robot
17cad51e47
Merge pull request #3341 from Shopify/canary_upstream
...
Add canary annotation and alternative backends for traffic shaping
2018-11-06 12:22:16 -08:00
Conor Landry
412cd70d3a
implement canary annotation and alternative backends
...
Adds the ability to create alternative backends. Alternative backends enable
traffic shaping by sharing a single location but routing to different
backends depending on the TrafficShapingPolicy defined by AlternativeBackends.
When the list of upstreams and servers are retrieved, we then call
mergeAlternativeBackends which iterates through the paths of every ingress
and checks if the backend supporting the path is a AlternativeBackend. If
so, we then iterate through the map of servers and find the real backend
that the AlternativeBackend should fall under. Once found, the
AlternativeBackend is embedded in the list of VirtualBackends for the real
backend.
If no matching real backend for a AlternativeBackend is found, then the
AlternativeBackend is deleted as it cannot be backed by any server.
2018-11-06 13:13:14 -05:00
k8s-ci-robot
265f96bf14
Merge pull request #3344 from ecosia/jg-customerrors-per-ingress
...
Adds CustomHTTPErrors ingress annotation and test
2018-11-06 09:21:49 -08:00
jasongwartz
0ebf0354cb
Adds CustomHTTPErrors ingress annotation and test
...
Adds per-server/location error-catch functionality to nginx template
Adds documentation
Reduces template duplication with helper function for CUSTOM_ERRORS data
Updates documentation
Adds e2e test for customerrors
Removes AllCustomHTTPErrors, replaces with template function with deduplication and adds e2e test of deduplication
Fixes copy-paste error in test, adds additional test cases
Reverts noop change in controller.go (unused now)
2018-11-06 16:47:52 +01:00
Adnan Baruni
b511333130
add support for auth-snippet annotation
...
add test for new auth-snippet annotation
document auth-snippet annotation
add e2e test for auth-snippet annotation
add log warning and update documentation
2018-11-05 16:02:29 -06:00
Manuel Alejandro de Brito Fontes
38f5df26cb
Fix links format [skip-ci] ( #3364 )
2018-11-05 06:50:49 -03:00
crystaljade
8f93b9847d
Update cli-arguments.md
2018-11-02 13:48:00 +08:00
crystaljade
b80540c3af
Update cli-arguments.md
2018-11-02 13:17:52 +08:00
Angga Lanuma
c4834e5063
fix baremetal.md link
2018-10-31 00:13:21 +07:00
Maximilian Bode
c27c57dc8b
Add configuration for geoip2 module
...
Based on closed PRs #2551 , #2755
2018-10-29 21:25:23 +01:00
Sebastiaan van Steenis
4c25bfe75a
Fix links in deploy index docs
2018-10-29 14:07:54 +01:00
xichengliudui
ed107a489a
Delete some extra words
2018-10-29 02:48:56 -04:00
samuela
decdf72f26
"diretly" typo ( #3263 )
...
* "diretly" typo
2018-10-27 08:17:45 -03:00
k8s-ci-robot
063f652711
Merge pull request #3187 from DesmondHoLLM/feature/annotations-resty-lua
...
UPT: annotation enhancement for resty-lua-waf
2018-10-25 00:06:03 -07:00
Desmond Ho
bf03046a80
UPT: updated e2e test and default true for process-multipart-body annotation
2018-10-25 14:17:38 +08:00
Fernando Diaz
d6dcc3a681
Add Better Documentation for using AuthTLS ( #3275 )
...
Enhances the documentation for enabling and using Mutual Authentication.
2018-10-22 16:15:28 -03:00
Desmond Ho
bab521e81a
UPT: align waf options
2018-10-20 12:46:39 +08:00
Desmond Ho
04a89ce234
UPT: annotation enhancement for resty-lua-waf
2018-10-20 12:09:38 +08:00
Hui Chen
32b95be1bb
the sample ingress spec error
2018-10-19 18:15:13 +08:00
Ricardo Katz
091c914bab
Add missing annotations to Docs ( #3264 )
...
Add missing annotations to Docs
2018-10-18 12:38:37 -03:00
Hui Chen
b276800d2c
remote the command args of enable-dynamic-configuration
2018-10-16 10:52:19 +08:00
Ray Foss
4c3001bdc1
not a script
2018-10-15 16:03:56 -05:00
Ray Foss
dfacb6cb8e
Clarify mandatory script doc
...
The warnings should probably be above the script, not below, especially in the ever popular GKE, where they are prerequisites. Generic Deployment sounds like it's a deployment that should work on all vanilla Kubernetes installations. It sounds like an OR logic operator, when it should be an AND.
2018-10-15 15:41:47 -05:00
Ricardo Katz
f444c4ee7f
Add a note to the deployment into GKE
2018-10-14 15:50:20 -03:00
k8s-ci-robot
0baf62dd6a
Merge pull request #3222 from diazjf/add-timeouts-and-such
...
Allow Ability to Configure Upstream Keepalive
2018-10-12 06:15:09 -07:00
Fernando Diaz
12955a4a1b
Allow Ability to Configure Upstream Keepalive
...
Allows Upstream Keepalive values like keepalive_timeout and
keepalive_requests to be configured via ConfigMap.
Fixes #3099
2018-10-11 20:46:42 -05:00
Manuel Alejandro de Brito Fontes
469797e242
Fix documentation links [skip ci] ( #3229 )
2018-10-11 22:09:01 -03:00
k8s-ci-robot
3c1a5c5fc2
Merge pull request #3166 from gabel/patch-1
...
Added ingress tls values.yaml example to documentation
2018-10-10 10:19:12 -07:00
k8s-ci-robot
12b4a1b0f4
Merge pull request #3212 from SgtCoDFish/master
...
Add some extra detail to the client cert auth example regarding potential gotcha
2018-10-10 06:57:45 -07:00
Hui Chen
f8052385f9
aline opentracing user-guide with nginx configmap configuration
2018-10-10 11:25:53 +08:00
Ashley Davis
72de2600d7
Add some extra detail to the client cert auth example
...
Multiple people within my work organisation were caught out by the fact
that the trusted client cert issuers must be given in a file named
`ca.crt` and that other filenames will fail to work.
This change makes it more clear to those who stumble across the
documentation that this is a potential gotcha.
2018-10-09 22:51:00 +01:00
Elvin Efendi
78f12c25c5
delete upstream healthcheck annotation
2018-10-09 09:14:13 -04:00
k8s-ci-robot
9cf4f9e7ae
Merge pull request #3209 from ms4720/master
...
Fix: update config map name
2018-10-09 03:59:28 -07:00
Marc Spitzer
2387c38624
Fix: update config map name
2018-10-09 11:15:09 +08:00
Manuel Alejandro de Brito Fontes
859b298d42
Remove annotations grpc-backend and secure-backend already deprecated
2018-10-08 12:26:06 -03:00
mooncake
df79cd8e58
remove duplication
2018-10-07 23:05:23 +08:00
k8s-ci-robot
b46523a1f4
Merge pull request #3149 from diazjf/proxy-e2e-tests
...
Add e2e Tests for Proxy Annotations
2018-10-05 05:15:09 -07:00
Zenara Daley
bd3f56eaa0
allow curly braces to be used in regex paths
2018-10-04 10:58:38 -04:00
Yann
6d9977b622
Fix yaml indentation in server-snippet doc
...
Copy / Pasting the code made errors when injecting config in
kubernetes cluster. With this change, annotations now works
in ingresses metadata.
2018-10-03 19:31:14 +02:00
Martin F
64c68b61e9
Added ingress tls values.yaml example to documentation
...
In the live documentation (mkdocs) the file is hidden. A link only would still hide the content, so adding the content to the docs itself.
2018-10-02 08:22:12 +02:00
Fernando Diaz
c981a65058
Add e2e Tests for Proxy Annotations
...
Adds e2e tests for the following annotations:
- proxy-body-size
- proxy-connect-timeout
- proxy-send-timeout
- proxy-read-timeout
- proxy-buffering
- proxy-buffer-size
- proxy-request-buffering
- proxy-next-upstream
- proxy-next-upstream-tries
- proxy-cookie-domain
- proxy-cookie-path
and also updates some documentation.
2018-10-01 16:10:09 -05:00
k8s-ci-robot
d9f58144eb
Merge pull request #3145 from Shopify/regex-modifier
...
Add "use-regex" Annotation to Toggle Regular Expression Location Modifier
2018-10-01 11:31:43 -07:00
Zenara Daley
f29bdc3e8d
Add 'use regex' annotation to toggle nginx regex location modifier
2018-10-01 13:54:11 -04:00
Marc Spitzer
751d76c7eb
update name of config map
2018-09-30 10:51:42 +08:00
Elvin Efendi
14815c546c
update docs
2018-09-25 21:49:37 -04:00
Max Braitmaiere
d1b678c1d4
multi-tls readme to reference the file
...
Makes the doc on https://kubernetes.github.io/ingress-nginx/examples/multi-tls/ clearer by pointing to the example file, not directory context there as in Github
2018-09-25 20:41:19 +03:00
k8s-ci-robot
6393ca6aaf
Merge pull request #2997 from StarOfService/global-block-ip-ua-ref
...
Provide possibility to block IPs, User-Agents and Referers globally
2018-09-25 05:51:56 -07:00
Pavel Sinkevych
7212d0081b
Provide possibility to block CIDRs, User-Agents and Referers globally
2018-09-25 14:16:20 +03:00
Rui Cao
0853a9f4f5
Typo fix: adresses -> addresses
...
Signed-off-by: Rui Cao <ruicao@alauda.io>
2018-09-24 22:51:16 +08:00
eutopian
797affbe48
Fixed link to aws elb
2018-09-20 15:39:08 -04:00
Hui Chen
be87141fe7
doc issue related to monitor part
2018-09-20 17:34:07 +08:00
Hui Chen
aff2400ea4
update annotation name from rewrite-log to enable-rewrite-log
2018-09-17 11:54:25 +08:00
Mitchell Turner
ccc3b6354e
Added notes to regarding external access
2018-09-14 12:11:22 -04:00
Manuel Alejandro de Brito Fontes
66a1d4bcb5
Fix baremetal images [skip ci] ( #3094 )
2018-09-13 21:09:20 -03:00
Manuel de Brito Fontes
4ffe3a2fdd
Update mkdocs
2018-09-13 17:52:15 -03:00
Manuel de Brito Fontes
8dd6c422ea
Add note about default namespace and merge behavior
2018-09-13 10:26:37 -03:00
k8s-ci-robot
1c1a9106d9
Merge pull request #3074 from antoineco/docs/metallb
...
Add MetalLB to bare-metal deployment page
2018-09-12 05:13:48 -07:00
Antoine Cotten
82aad99da2
docs: Add MetalLB and externalIPs to bare-metal deployment page
2018-09-12 12:21:39 +02:00
Rafik Harabi
d28ee9537b
Update ingress service IP
...
Fix typo in the ingress service IP
2018-09-11 11:11:36 +02:00
Antoine Cotten
a99f56dcbe
Complete documentation about SSL Passthrough
2018-09-10 19:41:27 +02:00
Jay Wallace
e866ab077d
document when to modify elb timeouts and set default to 60s
2018-09-05 21:14:07 -07:00
Wong Hoi Sing Edison
6d3e9ea7d0
Fixup #2970 : Add Missing Label app.kubernetes.io/part-of: ingress-nginx
...
- Add missing label `app.kubernetes.io/part-of: ingress-nginx` for deploy example
- Update new labels for docs/deploy and docs/examples
- Update new labels for test/e2e and test/manifests
- Update new labels for images/nginx
Also close #3001
2018-09-05 11:48:29 +08:00
Manuel Alejandro de Brito Fontes
e60cbc4804
Remove link to invalid example [ci-skip] ( #3039 )
2018-09-04 20:13:47 -03:00
k8s-ci-robot
bbf4e11cfb
Merge pull request #3027 from antoineco/baremetal-docs
...
Add documentation about running Ingress NGINX on bare-metal
2018-09-04 15:19:26 -07:00
Antoine Cotten
775b8358c6
docs: Bare-metal considerations
2018-09-04 21:32:47 +02:00
Derek Perkins
9099f3b4db
add support for http2-max-requests in configmap
2018-09-02 23:53:30 -06:00
k8s-ci-robot
a92555f4cb
Merge pull request #3017 from diazjf/more-e2e-1
...
Add e2e tests for CORS
2018-09-02 16:00:41 -07:00
Fernando Diaz
2a990d2d2c
Add e2e tests for CORS and more
...
Adds the missing e2e tests for Cross-Origin Resource Sharing(CORS).
This will include all the CORS annotations. Also adds more unit tests.
2018-09-01 16:14:52 -05:00
Manuel de Brito Fontes
f5dda5fecc
Fix documentation format
2018-08-30 15:31:12 -03:00
Manuel de Brito Fontes
3cb886c497
Fix documentation search
2018-08-30 14:59:50 -03:00
Manuel de Brito Fontes
fdc9ab2158
Fix gdb issue and update e2e image
2018-08-28 22:57:28 -03:00
Fernando Diaz
145dc50e5e
Enhance Troubleshooting Documentation
...
Enhances the troubleshooting documentation by adding a whole
list of basic ways to troubleshoot. Also cleans up previous
sections and adds information about the gdb.
Fixes #2952
2018-08-28 14:21:56 -05:00
Dmitri Fedotov
cbdd12f898
fixed jsonpath command in examples
2018-08-28 09:43:24 +03:00
Henry Tran
0af9d5b62a
Add documentation for enable-dynamic-certificates feature
2018-08-24 09:51:41 -04:00
k8s-ci-robot
b214282057
Merge pull request #2806 from yogin16/patch-1
...
add help for tls prerequisite for ingress.yaml
2018-08-23 05:51:37 -07:00
Luís Fernando Guedes
f1d0c97779
Fix broked anchor link to GCE/GKE
2018-08-20 15:04:56 -03:00
Dario Nieuwenhuis
b5bcb93a4b
Merge branch 'master' into xff
2018-08-16 18:15:14 +02:00
k8s-ci-robot
01cc29e17b
Merge pull request #2912 from aledbf/prometheus-grafana
...
Add documentation to install prometheus and grafana
2018-08-13 09:03:08 -07:00
Lorenzo Fontana
5c680ba629
docs: Precisations on the usage of the InfluxDB module
...
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-08-12 11:24:06 +02:00
Manuel de Brito Fontes
87b210499d
Release 0.18.0
2018-08-11 19:51:45 -04:00
Manuel de Brito Fontes
f311668625
Add misspell target
2018-08-11 08:26:14 -04:00
Manuel Alejandro de Brito Fontes
77b922aa00
Remove echoheaders image from the repository ( #2921 )
2018-08-10 07:08:46 -04:00
Manuel de Brito Fontes
322dae6cee
Add documentation to install prometheus and grafana
2018-08-08 18:44:18 -04:00
Manuel de Brito Fontes
7af93e03c7
Add annotation backend-protocol
2018-08-07 08:59:38 -04:00
Kent Rancourt
e69078ccfe
Very minor grammar fix
2018-08-06 11:19:31 -04:00
Manuel Alejandro de Brito Fontes
a68820808a
Fix documentation ( #2902 )
2018-08-05 22:30:46 -04:00
k8s-ci-robot
9b3207d4c6
Merge pull request #2897 from aledbf/enable-reuseport
...
Enable reuse-port by default
2018-08-04 19:43:43 -07:00
Manuel Alejandro de Brito Fontes
d31f5ec31a
Fix default sync-period doc ( #2898 )
2018-08-04 17:57:15 -04:00
Manuel de Brito Fontes
1d00a5c2bc
Enable reuse-port by default
2018-08-04 17:43:34 -04:00
Tom Reznik
b7bcf92480
support configuring multi_accept directive via configmap
2018-08-04 19:20:01 +03:00
Tom Reznik
1bacf1655e
support custom configuration to main context of nginx config
2018-08-04 00:53:06 +03:00
k8s-ci-robot
5e4137c6e7
Merge pull request #2834 from Stono/master
...
Added permanent-redirect-code
2018-07-29 14:33:57 -07:00
Karl Stoney
09832557ed
Add permanent-redirect-code annotation
2018-07-29 11:50:16 +02:00
Elvin Efendi
c238a1838c
describe under what circumstances and how we avoid Nginx reload
2018-07-28 16:11:38 -04:00
Lorenz Vanthillo
91675b3221
Update index.md
...
docker for mac is now officially supported by Docker 18.06.0 (Since I was struggling with the squash on a PR a new one..)
2018-07-28 15:27:14 +02:00
Elvin Efendi
8a67ace5c3
enable dynamic backend configuration by default
2018-07-26 15:16:06 -04:00
k8s-ci-robot
237dcd7aa7
Merge pull request #2811 from takonomura/escape-request-uri
...
Escape $request_uri for external auth
2018-07-21 02:23:38 -07:00
Vincent Gramer
9024d2f451
doc log-format: add variables about ingress
2018-07-19 17:38:38 +02:00
takonomura
587c2a8765
Escape $request_uri for external auth
2018-07-19 15:22:05 +09:00
k8s-ci-robot
48ee93f5a5
Merge pull request #2762 from dpen2000/patch-1
...
Update index.md
2018-07-18 16:50:45 -07:00
Yogin
ef69df6273
add help for tls prerequisite for ingress.yaml
2018-07-18 12:53:40 +05:30
Manuel de Brito Fontes
cb675b9dbf
Release 0.17.1
2018-07-16 17:06:03 -04:00
Christian Ingenhaag
6d2400ee0f
Basic-Auth doc misleading: fix double quotes leading to nginx config error ( #2770 )
2018-07-16 14:22:19 -04:00
k8s-ci-robot
7107e332f3
Merge pull request #2723 from LoicMahieu/patch-1
...
Docs: examples: fix link
2018-07-16 11:07:58 -07:00
k8s-ci-robot
0f7ef88a80
Merge pull request #2782 from diazjf/fix-2756
...
Add Better Error Handling for SSLSessionTicketKey
2018-07-15 18:30:55 -07:00
Fernando Diaz
52ecdf0b46
Add Better Error Handling for SSLSessionTicketKey
...
Adds more error handling when writing an SSLSessionTicketKey to
the config map. Also adds tests and makes the function for modular.
Fixes #2756
2018-07-15 19:53:39 -05:00
Manuel de Brito Fontes
bc59b7ddee
Release 0.17.0
2018-07-14 18:30:19 -04:00
Manuel Alejandro de Brito Fontes
3b947eb90d
Update docs and mkdoc dependencies [ci skip] ( #2778 )
2018-07-13 19:23:13 -04:00
Info-Screen
e2f4d2cdaa
Use language neutral links to MDN insetead of es
2018-07-10 04:23:56 +02:00
David Pendray
da036b7bd9
Update index.md
...
Correct chart name
2018-07-10 01:57:46 +01:00
Jason Stangroome
8e06afbb45
Allow gzip compress level to be controlled via ConfigMap
2018-07-09 10:30:59 +10:00
k8s-ci-robot
64cf1b9075
Merge pull request #2741 from tsupertramp/improve-docs-for-oauth
...
Add redirect uri for oauth2 login
2018-07-05 07:04:19 -07:00
Eren Başak
0e8961296b
Modify Deployment Document
...
I found it confusing to see the helm after the list of generic steps (should I run `helm install ...` after I followed the steps above or is it a different way?). Also, the verification and version detection steps don't work with helm chart due to different app label (`ingress-nginx` vs `nginx-ingress`) and namespace.
This change does two things:
1. Separate helm installation from generic installation and provide version detection commands that work for helm
2. Rename `Custom Service Provider Deployment` to `Provider Specific Steps` and fix the broken link while doing so.
2018-07-05 13:11:21 +03:00
Thomas Peitz
25f0b29da8
Add redirect uri for oauth2 login
2018-07-04 11:57:51 +02:00
Loïc Mahieu
c0e6daebef
Docs: examples: fix link
...
Fix link
2018-06-29 15:37:21 +02:00
Andrii Kostenko
bc53d1eb74
Sample rate configmap option for zipkin in nginx-opentracing
2018-06-28 18:13:31 +03:00
Denis Salamanca
29c5d77068
GCE/GKE proxy mentioned for Azure ( #2717 )
...
GCE/GKE are part of Google cloud not azure, so the note "proxy protocol is not supported in GCE/GKE" does not apply for azure
2018-06-27 15:49:24 -04:00
Manuel Alejandro de Brito Fontes
fd0ee624bc
Remove duplicated securityContext ( #2705 )
2018-06-25 12:45:36 -04:00
Manuel Alejandro de Brito Fontes
26eacf4c46
Release 0.16.2 ( #2703 )
2018-06-25 11:24:07 -04:00
Antoine Cotten
130866b51c
Proofreading
2018-06-25 00:04:43 +02:00
Fernando Diaz
7370694609
Enhance Distributed Tracing Documentation
...
Corrects a few items in the Zipkin Collector Example. Adds a Example
of setting up the Jaeger Collector.
2018-06-23 23:51:46 -05:00
Manuel Alejandro de Brito Fontes
4f44ddcf73
Release 0.16.1 ( #2695 )
2018-06-23 09:22:46 -04:00
Manuel Alejandro de Brito Fontes
39ebe0bd5f
Release 0.16.0 ( #2679 )
2018-06-22 14:11:29 -04:00
jstoja
0cfd6dca83
Add documentation for proxy-cookie-domain annotation ( #2034 )
2018-06-19 22:25:57 +02:00
Manuel de Brito Fontes
ef4476ecc4
Add additional header when debug is enabled
2018-06-17 15:51:32 -04:00
Manuel de Brito Fontes
63b38e1c21
Remove VTS from the ingress controller
2018-06-14 11:11:29 -04:00
Dario Nieuwenhuis
4dfc83a698
Capitalize NGINX in docs.
2018-06-13 21:10:56 +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
Dario Nieuwenhuis
94266ff167
Document use-forwarded-headers configmap option.
2018-06-12 21:48:32 +02:00
Jian Qiu
92182596eb
Add annotation doc on proxy buffer size
2018-06-12 16:06:30 +08: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
Antoine Cotten
a74c34dbf1
Proofread cmd package and update flags description
2018-06-11 13:15:45 +02:00