James Strong
b7b2714b69
Update proxy-set-header example ( #7898 )
...
The Example was directed to the repo markdown and not the site.
/kind documentation
2021-11-08 22:15:39 -08:00
Jérôme Petazzoni
ce165f9078
Try to improve the installation guide ( #7757 )
...
* move generic instructions to the beginning of the file
* add an example of ingress resource creation
* simplify a few commands to make them shorter and simpler
* add short paragraphs about PROXY protocol and traffic policy
This tries to address the concerns I expressed in #7701 .
2021-11-05 13:50:40 -07:00
Sablu Miah
62ab435958
Fix Formatting/Typo ( #7894 )
...
Quick simple typo/formatting fix to keep consistency with direct sections below
2021-11-05 13:34:41 -07:00
Christopher Larivière
65b8eeddec
Support cors-allow-origin with multiple origins ( #7614 )
...
* Add Initial support for multiple cors origins in nginx
- bump cluster version for `make dev-env`
- add buildOriginRegex function in nginx.tmpl
- add e2e 4 e2e tests for cors.go
- refers to feature request #5496
* add tests + use search to identify '*' origin
* add tests + use search to identify '*' origin
Signed-off-by: Christopher Larivière <lariviere.c@gmail.com>
* fix "should enable cors test" looking at improper values
* Modify tests and add some logic for origin validation
- add origin validation in cors ingress annotations
- add extra tests to validate regex
- properly escape regex using "QuoteMeta"
- fix some copy/paste errors
* add TrimSpace and length validation before adding a new origin
* modify documentation for cors and remove dangling comment
* add support for optional port mapping on origin
* support single-level wildcard subdomains + tests
* Remove automatic `*` fonctionality from incorrect origins
- use []string instead of basic string to avoid reparsing in template.go
- fix typo in docs
- modify template to properly enable only if the whole block is enabled
- modify cors parsing
- test properly by validating that the value returned is the proper
origin
- update unit tests and annotation tests
* Re-add `*` when no cors origins are supplied + fix tests
- fix e2e tests to allow for `*`
- re-add `*` to cors parsing if trimmed cors-allow-origin is empty
(supplied but empty) and if it wasn't supplied at all.
* remove unecessary logic for building cors origin + remove comments
- add some edge cases in e2e tests
- rework logic for building cors origin
there was no need for logic in template.go for buildCorsOriginRegex
if there is a `*` it ill be short-circuited by first if.
if it's a wildcard domain or any domain (without a wildcard), it MUST
match the main/cors.go regex format.
if there's a star in a wildcard domain, it must be replaced with
`[A-Za-z0-9]+`
* add missing check in e2e tests
2021-11-02 12:31:42 -07:00
Rahil Patel
c8ab4dc307
add brotli-min-length
configuration option ( #7854 )
...
* add `brotli-min-length` configuration option
* add e2e tests for brotli
* include check for expected content type
* fix header and format
2021-11-02 04:52:59 -07:00
counter2015
ed34f6c93d
fix ingress syntax. ( #7867 )
2021-11-01 17:12:58 -07:00
Paul McDonald
8467124c24
Update upgrade.md ( #7828 )
...
Updated to the same release name in the installation guide
2021-10-27 10:05:25 -07:00
Jessica Andersson
4da87d128d
improves text format for readability ( #7855 )
...
Small text format changes to section "I have more than one controller running in my cluster, and I want to use the new spec?" to allow for better readability.
2021-10-27 06:31:26 -07:00
Vladimir Varankin
987a721723
update documentation and templates for aws nlb ( #7662 )
2021-10-25 10:47:02 -07:00
Thibault Guittet
6b9865c607
Update Bare-metal NodePort URL anchor ( #7687 )
2021-10-24 14:38:21 -07:00
Matthew Silverman
7d5452d00b
configmap: option to not trust incoming tracing spans ( #7045 )
...
* validate the sender of tracing spans
* add location-specific setting
2021-10-24 14:36:21 -07:00
Davide Icardi
c6adeb8f8c
improve basic usage documentation ( #7661 )
2021-10-24 12:20:21 -07:00
Mara Sophie Grosch
21bab108f4
mention CVE-2021-25742 in annotations doc ( #7843 )
...
Referring to CVE-2021-25742 in the annotations doc at the description of `configuration-snippet`.
2021-10-24 12:08:22 -07:00
Long Wu Yuan
0b24ade145
fixed issue 7807 ( #7814 )
2021-10-22 10:30:38 -07:00
Maxence Boutet
8611ecb7c9
Fix not rendered markdown list ( #7825 )
2021-10-19 20:37:57 -07:00
Ricardo Katz
14f6b32032
Release v1.0.4 ( #7805 )
...
Signed-off-by: Ricardo Pchevuzinske Katz <rkatz@vmware.com>
2021-10-12 20:25:48 -07:00
Enes Kirimi
710d0db9a5
Expand docker desktop installation with an attention block ( #7730 )
2021-10-10 11:50:37 -07:00
mitchldtn
4ad67e125e
Update index.md ( #7766 )
...
Proposal to add information to Helm Installation
I can into an issue recently which cost me the better part of an afternoon and evening. The only information about some changes, I was not aware of, was in this blog post about improvements in 1.18.
The information about the errors I was receiving lead me to dead ends prior to finding that blog post. `IngressClass` and `ingressClassName` are thrown around a lot and it can be confusing but it helped me to eventually find a solution.
I kept getting `Error: rendered manifests contain a resource that already exists. Unable to continue with install: IngressClass "nginx" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata ...` and could not figure out how to fix it.
I believe adding the proposed changes, or a version of them, would help eliminate that frustration I experienced for other users that may run into these issues.
2021-10-10 11:36:38 -07:00
Jun Gu
0963a45922
docs: Remove extra symbol ( #7765 )
...
Signed-off-by: jun.gu <gujun4990@outlook.com>
2021-10-08 05:44:59 -07:00
Long Wu Yuan
5fec4e885d
removed space in example helm install command from docs ( #7775 )
2021-10-07 18:55:51 -07:00
Ricardo Katz
bdea0c8e46
Release v1.0.3 ( #7743 )
...
Signed-off-by: Ricardo Pchevuzinske Katz <rkatz@vmware.com>
2021-10-04 07:17:09 -07:00
Zackky Muhammad
b219555e75
docs(index): fix typo helm value example ( #7734 )
2021-10-03 13:59:07 -07:00
Konstantin Chukhlomin
ee16726790
Update docs/example/rewrite (sudden stickyingress) ( #7733 )
2021-10-01 06:11:23 -07:00
Long Wu Yuan
be9a7bea4a
added example to install multiple instances of controller ( #7718 )
2021-09-28 09:08:43 -07:00
Claudiu Belu
c0f61039e4
Updates E2E test images registry ( #7704 )
...
We're moving away from google.com gcp projects. These images are now on community-owned infra.
2021-09-27 09:42:18 -03:00
Ricardo Katz
3eb5ec28fe
Release v1.0.2 ( #7709 )
...
* Release v1.0.2
* Apply suggestions from code review
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
* Fix changelog
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
2021-09-27 00:25:27 -03:00
Austin Wise
15385c6d56
Tweak documentation formating about deprecated apiVersion
values. ( #7663 )
...
* Tweak documentation formating about deprecated `apiVersion` values.
* retweak after rebase
2021-09-26 10:48:22 -07:00
pierre villard
1a5c0b7ed2
Correct a mistake ( #7690 )
2021-09-24 04:01:24 -07:00
Noah Ispas
f66f87fc21
preparing release v1.0.1 ( #7681 )
...
* preparing release v1.0.1
* update shas to newest promoted image
* update changelog of helm chart
* change requests from PR
2021-09-22 05:12:02 -07:00
Ricardo Katz
4fc57dcc49
Change enable-snippet to allow-snippet-annotation ( #7670 )
...
Signed-off-by: Ricardo Pchevuzinske Katz <rkatz@vmware.com>
2021-09-20 16:52:23 -07:00
Long Wu Yuan
c6bf056327
added example multiple controller install to faq ( #7668 )
2021-09-20 03:28:10 -07:00
Ricardo Katz
5e6ab651ec
Add option to force enabling snippet directives ( #7665 )
...
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2021-09-19 12:40:08 -07:00
Jennifer Kirsch
314cc6c2dc
Replace kube-lego docs with cert-manager ( #7659 )
...
Since kube-lego has not been maintained in quite a while,
I thought it would be best to remove the documentation about it
and replace it with information about cert-manager.
2021-09-19 11:06:08 -07:00
iugastefan922
5c6a28464b
additional info for the custom-headers documentation page ( #7603 )
...
* added another documentation example
* added end of file newline
* Revert "added end of file newline"
This reverts commit 2d196ffba3
.
* added another documentation example
2021-09-16 14:23:27 -07:00
agile6v
557a765754
fix typos. ( #7640 )
2021-09-15 11:30:12 -07:00
Jennifer Kirsch
ff2b743a94
Only build nginx-errors for linux/amd64 ( #7625 )
...
* Fix wrong image location used in nginx-errors example config
* Only build nginx-errors for linux/amd64
2021-09-12 10:08:06 -07:00
Jennifer Kirsch
c9a00fbc73
Fix old tag of custom error pages used in example ( #7460 )
...
* Fix old tag of custom error pages used in example
* Move nginx-errors to k8s registry
Since the setup for the custom-error-messages was really different from
the other images that are build using cloudbuild, I changed it to "fit
in better"
* Use Go version 1.17 for custom-error-pages
Since Go >= 1.16 required the use of modules, I also initialized the module using the name k8s.io/ingress-nginx/custom-error-pages
2021-09-09 04:38:11 -07:00
Renan Gonçalves
48601bcd0e
Allow the usage of Services as Upstream on a global level ( #7469 )
...
It is possible to change this behavior on an ingress level, which works
well when you only have a few of them. When running several dozen
ingress and with a high change rate of running pods it makes it easier
to define this configuration on a global level.
This change is completely backwards compatible, only adding the
possibility of defining a new key in the configmap.
2021-09-07 12:47:15 -07:00
FBLGit
a714fb69db
This PR: ( #7514 )
...
<!--- Provide a general summary of your changes in the Title above --->
<!--- Why is this change required? What problem does it solve? -->
Introduces the CLI command flag `--disable-full-test`
By default, it doesn't alter the current behavior of the tests performed by the admission controller.
With or Without the flag, a full checkOverlap is actioned, without any alteration
and the object `pcfg` is created with the whole set of ingreses.
If the flag is set to true, it does manipulate the size of `pcfg` up to the content of $this single ingress.
This is achieved by overriding pcfg content by just the last slice that got recently appended to the object `ings`
```
if n.cfg.DisableFullValidationTest {
_, _, pcfg = n.getConfiguration(ings[len(ings)-1:])
}
```
The following steps of generateTemplate and testTemplate are significally reduced to a signle scenario
```
content, err := n.generateTemplate(cfg, *pcfg)
...
err = n.testTemplate(content)
```
This flag doesn't avoid the proper testing of collisions, neither bad syntaxis within the rendered
configuration of the ingress.
But it does eliminate a scenario, which I wasn't able to produce, where by for some reason even proper rendering
and valid values, without collisions of host/path may end into an invalid nginx.conf
The reasoning for this Feature is:
- Test duration increases by the number of ingresses in the cluster.
- File size grows to very important numbers 150-200Mb on clusters with just 2000~ ingresses.
- Tests in that scenario, takes approximately 20s using the last 0.48.1 improvements
- Produces a considerable memory consumption, as well as CPU, compute, that affects directly the containers
that serve traffic.
Since the flag is trully optional, and by default is disabled I fell as a good thing to have that can definitively
help on large-scale scenarios that still want to have a reasonable set of tests in place at a lower cost.
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [X ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->
Tested with the build kit the following scenarios on a cluster with 1000~ ingresses:
- With Flag Disabled or Flag, not present (current status as per 0.48.1)
collision scenario (wrong snippet content):
`kubectl apply -f ../collision-syntax.yaml 0.18s user 0.05s system 3% cpu 6.639 total`
collisions scenario (duplicated host):
`kubectl apply -f ../collision-host.yaml 0.17s user 0.05s system 3% cpu 6.245 total`
create/update:
`kubectl apply -f ing-215.yaml 0.16s user 0.05s system 3% cpu 5.845 total`
- With Flag Enabled (true):
collision scenario (wrong snippet content):
`kubectl apply -f ../collision.yaml 0.18s user 0.02s system 57% cpu 0.347 total`
collision scenario (duplicated host):
`kubectl apply -f ../collision.yaml 0.21s user 0.06s system 85% cpu 0.318 total`
create/update:
`kubectl apply -f ing-973.yaml 0.17s user 0.03s system 72% cpu 0.271 total`
As part of the test, I did verified that the created nginx for the test was of a smaller size, and that it didnt affect negatively the final nginx.conf (of a much larger side) where this was merged by the next steps in place after the validation. I couldn't observe any other change in the behaviour and so far the routine looks simple and non harmful.
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [x] My change requires a change to the documentation.
- [x] I have updated the documentation accordingly.
- [x] I've read the [CONTRIBUTION](https://github.com/kubernetes/ingress-nginx/blob/main/CONTRIBUTING.md ) guide
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
For the test part, I would need to understand the placement and test case that this would require, I wasn't able to see an existing scenario for this
2021-09-07 10:53:16 -07:00
Ray
cf9ae96d72
Additional AuthTLS assertions and doc change to demonstrate auth-tls-secret enables the other AuthTLS annotations ( #7202 )
...
* Fix indentation of nested list in AuthTLS annotations
Also, put `<annotation>`: <description text>` on a single line in
Markdown markup, which will match what gets rendered eventually.
On the other hand, for the line on auth-tls-secret (This annotation
expects the Secret name in the form "namespace/secretName"), its
Markdown markup suggests that the author wanted the line to start on its
own line, but currently this gets rendered on the same line. It's nice
for this to be on its own line, since it's kind of a "note" about the
annotation syntax. Format/indent the markup appropriately so that it
shows up on its line.
* Fix indentation of nested list in CORS annotations
Also, put `<annotation>`: <description text>` on a single line in
Markdown markup, which will match what gets rendered eventually.
On the other hand, for lines noting the allowed characters (This is a
multi-valued field...), its Markdown markup suggests that the author
wanted the line to start on its own line, but currently this gets
rendered on the same line. It's nice for this to be on its own line,
since it's kind of a "note" about the annotation syntax. Format/indent
the markup appropriately so that it shows up on its line.
* Replace f.HTTPTestClientWithTLSConfig() in AuthTLS E2E, the odd one out for requests without client certs
* Demonstrate and document that auth-tls-secret enables the other AuthTLS annotations like verify client, depth
* Split E2E for auth-tls-error-page and *-pass-certificate-to-upstream
2021-09-07 10:35:16 -07:00
Yuhao Zhang
e7791941ba
fix cli flag typo in faq ( #7606 )
2021-09-07 09:11:16 -07:00
Long Wu Yuan
9f9122c381
fix 7591 ( #7598 )
2021-09-05 11:22:28 -07:00
Long Wu Yuan
4eeb1dfb56
improve faq for migration to ingress api v1 ( #7540 )
2021-09-04 20:45:20 -07:00
Fred Thomsen
61c596bea6
Add doc ref for preserve-trailing-slash annotation ( #7561 )
...
Fixes issue #7555
2021-09-02 09:54:58 -07:00
Vincent LE GOFF
f2e743f561
feat: add session-cookie-secure annotation ( #7399 )
2021-09-01 15:23:40 -07:00
Maksim Nabokikh
4c4013904a
Add a flag to specify address to bind the healthz server ( #7541 )
...
* Add a flag to specify address to bind the healthz server
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
* Add healthz host to the helm chart
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
* Apply suggestions from code review
Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
2021-08-26 05:13:23 -07:00
Pål Kristensen
66c2a716da
Document the keep-alive 0 effect on http/2 requests ( #7503 )
2021-08-25 17:53:23 -07:00
Tsachi Nimni
37fbcc0bd9
Update docs for new ingress api in cluster version >=1.19 ( #7264 )
...
* Update docs to support Ingress in cluster version 1.19 or greater
* Update docs
* Update basic-usage.md
* Update basic-usage.md
2021-08-25 17:51:23 -07:00
Neha Lohia
f207702c30
release v1.0.0 ( #7535 )
...
Signed-off-by: Neha Lohia <nehapithadiya444@gmail.com>
2021-08-24 08:31:14 -07:00
wasker
3fb312ee2c
End-to-end tests for canary affinity ( #7529 )
2021-08-24 05:05:14 -07:00
Sandip Bhattacharya
f84006d62f
docs: Clarify default-backend behavior ( #7489 )
...
Clarify default-backend behaviour for services with multiple ports.
Also minor fixes for typos and language consistency.
2021-08-24 04:59:13 -07:00
Long Wu Yuan
1510c06045
docs for migration to apiVersion networking.k8s.io/v1 ( #7524 )
2021-08-24 04:57:13 -07:00
Ricardo Katz
90c79689c4
Release v1 ( #7470 )
...
* Drop v1beta1 from ingress nginx (#7156 )
* Drop v1beta1 from ingress nginx
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* Fix intorstr logic in controller
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* fixing admission
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* more intorstr fixing
* correct template rendering
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* Fix e2e tests for v1 api
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* Fix gofmt errors
* This is finally working...almost there...
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* Re-add removed validation of AdmissionReview
* Prepare for v1.0.0-alpha.1 release
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* Update changelog and matrix table for v1.0.0-alpha.1 (#7274 )
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* add docs for syslog feature (#7219 )
* Fix link to e2e-tests.md in developer-guide (#7201 )
* Use ENV expansion for namespace in args (#7146 )
Update the DaemonSet namespace references to use the `POD_NAMESPACE` environment variable in the same way that the Deployment does.
* chart: using Helm builtin capabilities check (#7190 )
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
* Update proper default value for HTTP2MaxConcurrentStreams in Docs (#6944 )
It should be 128 as documented in https://github.com/kubernetes/ingress-nginx/blob/master/internal/ingress/controller/config/config.go#L780
* Fix MaxWorkerOpenFiles calculation on high cores nodes (#7107 )
* Fix MaxWorkerOpenFiles calculation on high cores nodes
* Add e2e test for rlimit_nofile
* Fix doc for max-worker-open-files
* ingress/tcp: add additional error logging on failed (#7208 )
* Add file containing stable release (#7313 )
* Handle named (non-numeric) ports correctly (#7311 )
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
* Updated v1beta1 to v1 as its deprecated (#7308 )
* remove mercurial from build (#7031 )
* Retry to download maxmind DB if it fails (#7242 )
* Retry to download maxmind DB if it fails.
Signed-off-by: Sergey Shakuto <sshakuto@infoblox.com>
* Add retries count arg, move retry logic into DownloadGeoLite2DB function
Signed-off-by: Sergey Shakuto <sshakuto@infoblox.com>
* Reorder parameters in DownloadGeoLite2DB
Signed-off-by: Sergey Shakuto <sshakuto@infoblox.com>
* Remove hardcoded value
Signed-off-by: Sergey Shakuto <sshakuto@infoblox.com>
* Release v1.0.0-alpha.1
* Add changelog for v1.0.0-alpha.2
* controller: ignore non-service backends (#7332 )
* controller: ignore non-service backends
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
* update per feedback
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
* fix: allow scope/tcp/udp configmap namespace to altered (#7161 )
* Lower webhook timeout for digital ocean (#7319 )
* Lower webhook timeout for digital ocean
* Set Digital Ocean value controller.admissionWebhooks.timeoutSeconds to 29
* update OWNERS and aliases files (#7365 ) (#7366 )
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
* Downgrade Lua modules for s390x (#7355 )
Downgrade Lua modules to last known working version.
* Fix IngressClass logic for newer releases (#7341 )
* Fix IngressClass logic for newer releases
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* Change e2e tests for the new IngressClass presence
* Fix chart and admission tests
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* Fix helm chart test
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* Fix reviews
* Remove ingressclass code from admission
* update tag to v1.0.0-beta.1
* update readme and changelog for v1.0.0-beta.1
* Release v1.0.0-beta.1 - helm and manifests (#7422 )
* Change the order of annotation just to trigger a new helm release (#7425 )
* [cherry-pick] Add dev-v1 branch into helm releaser (#7428 )
* Add dev-v1 branch into helm releaser (#7424 )
* chore: add link for artifacthub.io/prerelease annotations
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
* k8s job ci pipeline for dev-v1 br v1.22.0 (#7453 )
* k8s job ci pipeline for dev-v1 br v1.22.0
Signed-off-by: Neha Lohia <nehapithadiya444@gmail.com>
* k8s job ci pipeline for dev-v1 br v1.21.2
Signed-off-by: Neha Lohia <nehapithadiya444@gmail.com>
* remove v1.21.1 version
Signed-off-by: Neha Lohia <nehapithadiya444@gmail.com>
* Add controller.watchIngressWithoutClass config option (#7459 )
Signed-off-by: Akshit Grover <akshit.grover2016@gmail.com>
* Release new helm chart with certgen fixed (#7478 )
* Update go version, modules and remove ioutil
* Release new helm chart with certgen fixed
* changed appversion, chartversion, TAG, image (#7490 )
* Fix CI conflict
* Fix CI conflict
* Fix build.sh from rebase process
* Fix controller_test post rebase
Co-authored-by: Tianhao Guo <rggth09@gmail.com>
Co-authored-by: Ray <61553+rctay@users.noreply.github.com>
Co-authored-by: Bill Cassidy <cassid4@gmail.com>
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
Co-authored-by: Sathish Ramani <rsathishx87@gmail.com>
Co-authored-by: Mansur Marvanov <nanorobocop@gmail.com>
Co-authored-by: Matt1360 <568198+Matt1360@users.noreply.github.com>
Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
Co-authored-by: Kundan Kumar <kundan.kumar@india.nec.com>
Co-authored-by: Tom Hayward <thayward@infoblox.com>
Co-authored-by: Sergey Shakuto <sshakuto@infoblox.com>
Co-authored-by: Tore <tore.lonoy@gmail.com>
Co-authored-by: Bouke Versteegh <info@boukeversteegh.nl>
Co-authored-by: Shahid <shahid@us.ibm.com>
Co-authored-by: James Strong <strong.james.e@gmail.com>
Co-authored-by: Long Wu Yuan <longwuyuan@gmail.com>
Co-authored-by: Jintao Zhang <zhangjintao9020@gmail.com>
Co-authored-by: Neha Lohia <nehapithadiya444@gmail.com>
Co-authored-by: Akshit Grover <akshit.grover2016@gmail.com>
2021-08-21 13:42:00 -07:00
Jintao Zhang
f3c50698d9
Prepare for v0.49.0 release ( #7509 )
...
* Changelog for v0.49
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
* helm: bump version to v0.49.0
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
* docs: bumper version to v0.49.0
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
* explicitly call out details for Changelogs
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2021-08-21 09:49:59 -07:00
Matthew Silverman
b591adac48
allow kb granularity for lua shared dicts ( #6750 )
...
Update internal/ingress/controller/template/configmap.go
Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
2021-08-12 11:13:50 -07:00
Sergey Shakuto
45995525e7
Retry to download maxmind DB if it fails ( #7242 )
...
* Retry to download maxmind DB if it fails.
Signed-off-by: Sergey Shakuto <sshakuto@infoblox.com>
* Add retries count arg, move retry logic into DownloadGeoLite2DB function
Signed-off-by: Sergey Shakuto <sshakuto@infoblox.com>
* Reorder parameters in DownloadGeoLite2DB
Signed-off-by: Sergey Shakuto <sshakuto@infoblox.com>
* Remove hardcoded value
Signed-off-by: Sergey Shakuto <sshakuto@infoblox.com>
2021-08-10 11:24:39 -07:00
Sergey Lanzman
8b2db80433
Update configmap.md ( #7462 )
2021-08-08 05:19:30 -07:00
Ricardo Katz
2d90ba14f5
Change all master reference to main ( #7369 )
2021-08-06 17:07:29 -07:00
Benedikt
c51a509ad8
correct ingress-controller naming ( #7450 )
2021-08-06 12:41:30 -07:00
Long Wu Yuan
5c98c93f0f
added K8s v1.22 tip for kind cluster,bug-report ( #7437 )
2021-08-06 12:39:30 -07:00
Jennifer Kirsch
390bd257e7
Add documentation for monitoring without helm ( #7455 )
...
* Add documentation for monitoring without helm
As someone who is currently learning Kubernetes without using helm, I wasn't able to get the ingress controller to export metrics without asking someone more experienced for help.
I think a bit more information would be a good addition for my fellow Kubernetes newcomers.
If there are any wording/ formatting issues, I will be happy to update this.
* Fix typo
2021-08-06 11:57:30 -07:00
wasker
f222c752be
Enable session affinity for canaries ( #7371 )
2021-07-29 14:23:19 -07:00
Robert J
c4cc9a504a
docs:update troubleshooting.md ( #7224 )
...
* Update troubleshooting.md
Made the troubleshooting steps a bit more fluid IMHO.
* Update troubleshooting.md
Fixed introduced troubleshooting workflow change.
* Update troubleshooting.md
Fixed token path in new proposed workflow.
* Update troubleshooting.md
Fixed terminology (pod vs. container)
* Changed verb to get CLA refresh.
* Updating PR with requested changes.
Signed-off-by: Robert Jackson <robert@aztek.io>
2021-07-26 17:04:45 -07:00
Ricardo Katz
191b27a8bb
Automatically add area labels to help triaging ( #7387 )
2021-07-22 17:29:16 -07:00
Long
91a4bba026
grpc - replaced fortune-builder app with official greeter app ( #7360 )
2021-07-22 13:51:18 -07:00
Long
9e274dd41c
fix for #7197 & #7285 ( #7361 )
2021-07-16 06:28:09 -07:00
Long
20b6202620
changed syntax from v1beta1 to v1 ( #7362 )
2021-07-16 04:38:09 -07:00
James Strong
24f99c8466
update v0.48.1 ( #7350 )
2021-07-14 12:06:19 -07:00
kevgrig
65ce8cfbdf
Issue #7153 : Add note about matching host names in TLS user guide ( #7239 )
2021-06-13 10:17:03 -07:00
James Strong
e2f421b9f4
fixing wording for #7094 ( #7218 )
2021-06-06 12:52:38 -07:00
James Strong
9cdcecf4f7
Prep 0.47.0 release ( #7210 )
...
* update changelog for .47 release
* remove cors, we reverted that change
* update image sha
* updates docs for v0.47.0 release
2021-06-06 09:24:40 -07:00
nemobis
f8b9909432
Fix typo in docs ( #7061 )
...
Signed-off-by: Federico Leva <federico.leva@relexsolutions.com>
2021-05-30 12:40:25 -07:00
Ricardo Katz
11d4ddca8e
Revert "feat: multiple-cors-allow-origin support ( #7134 )" ( #7168 )
...
This reverts commit 8a55801cc0
.
2021-05-27 05:38:24 -07:00
Alex Zhang
8a55801cc0
feat: multiple-cors-allow-origin support ( #7134 )
2021-05-23 09:13:39 -07:00
Ricardo Katz
714783c052
Create development guide section ( #7104 )
...
* Create development guide section
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* Apply suggestions from code review
Co-authored-by: Alex Zhang <tokers@apache.org>
* Typo solving and removing some TODOs
Co-authored-by: Alex Zhang <tokers@apache.org>
2021-05-12 17:16:25 -07:00
Kubernetes Prow Robot
7339ef7860
Merge pull request #7027 from tylerbrazier/master
...
baremetal docs: fix example IP address
2021-05-12 15:27:28 -07:00
Mathis Van Eetvelde
727020b3ac
fixed markdown typo
...
Signed-off-by: Mathis Van Eetvelde <mathis.vaneetvelde@protonmail.com>
2021-05-06 23:02:40 +02:00
Kubernetes Prow Robot
8dcf172f88
Merge pull request #6994 from whiskeysierra/patch-1
...
Fixed oauth2 callback url
2021-05-04 15:05:15 -07:00
Kubernetes Prow Robot
d08b742453
Merge pull request #6838 from peter-miroshnikov/annotations_custom_timeout_docs
...
Adding note to Custom Timeouts in Annotation Docs.
2021-05-03 03:40:02 -07:00
Willi Schönborn
78c47fc598
Fixed oauth2 callback url
2021-05-03 11:22:43 +02:00
James Strong
744ea94255
update the docs for 46
2021-04-30 18:43:44 -04:00
Kubernetes Prow Robot
22ae0d3848
Merge pull request #6879 from davidshen84/master
...
Make setup instructions for Docker Desktop general
2021-04-29 11:24:11 -07:00
Kubernetes Prow Robot
afe10c862b
Merge pull request #6942 from rwaweber/proxyrealipcidr_docs
...
[docs]: proxy-real-ip-cidr, mention default and comma-separated behavior
2021-04-29 07:58:51 -07:00
Kubernetes Prow Robot
b39679911a
Merge pull request #6895 from webwurst/patch-5
...
Update link to moved repo
2021-04-29 07:06:51 -07:00
Kubernetes Prow Robot
922106aad6
Merge pull request #7012 from shuheiktgw/update_ketama_link
...
Update the link on ketama
2021-04-29 03:52:50 -07:00
Kubernetes Prow Robot
c2451f9511
Merge pull request #6841 from argeas/patch-1
...
Readme Syntax fix
2021-04-29 03:48:51 -07:00
Kubernetes Prow Robot
f32fd3e1c4
Merge pull request #7067 from MoienTajik/patch-1
...
Documentation: minikube - ingress-nginx instead of kube-system namespace
2021-04-29 03:44:51 -07:00
Ali Mukadam
5751ef5247
[docs] Documentation for Oracle Cloud Infrastructure integration
...
Added documentation and sample YAML that demonstrate how to use
NGINX Ingress Controller to provision a load balancer on Oracle Cloud
Infrastructure. The following use cases are included:
- public and private load balancers
Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
2021-04-27 11:19:29 +10:00
mcorbin
7b5a492a09
Add Exoscale in the documentation
2021-04-23 16:28:45 +02:00
Moien Tajik
d4d32657ed
Update index.md
2021-04-21 18:10:01 +04:30
Kubernetes Prow Robot
1b9a9e0fc4
Merge pull request #6520 from tartakynov/artem/20201125-update-basic-auth-docs
...
Update the basic auth example
2021-04-07 14:13:05 -07:00
Ricardo Pchevuzinske Katz
8ecedf8238
Update the docs to reflect correct release
2021-04-06 16:15:54 -03:00
Tyler Brazier
3a30e25953
baremetal docs: fix example IP address
2021-04-06 13:38:17 -05:00
shuheiktgw
01b30a2fa0
Update the link on ketama
2021-04-03 17:23:53 +09:00
Matthew Silverman
08250deedc
updating test-runner/echo in code, docs fixup
2021-03-29 12:29:48 -04:00
Matthew Silverman
71c8ef119d
add support for the jaeger propagation format
...
adding default, testing w3c traceparent is propagated
2021-03-26 12:33:24 -04:00
Kubernetes Prow Robot
c90d33c313
Merge pull request #6884 from timmysilv/tracing-endpoint
...
jaeger-endpoint feature for non-agent trace collectors
2021-03-09 10:59:05 -08:00
rwaweber
cdaf1bdd84
docs: proxy-real-ip-cidr
...
Mention default setting and comma-separated list behavior.
2021-03-08 22:03:39 -05:00
AnaClaudia
ef714ae52f
Allow multiple publish status addresses
2021-02-26 16:57:54 -05:00
Tobias Bradtke
3901261b43
Update link to moved repo
2021-02-22 17:14:49 +01:00
Matthew Silverman
28280de175
jaeger-endpoint configmap attribute
2021-02-18 17:29:35 -05:00
Xi Shen
5bf79cdcb1
Make setup instructions for Docker Desktop general
...
The same setup instruction for Mac also works on Windows 10. I tested on my own Windows 10 setup. Some other people on the Internet also pointed it out. I think Docker Desktop is supposed to provide feature parity between these platforms. So, I think we can rely on Docker Desktop to keep the behaviour and allow the same instructions to work on both platforms.
2021-02-17 16:15:34 +11:00
Manuel Alejandro de Brito Fontes
59922afae3
Release v0.44.0
2021-02-04 11:36:16 -03:00
Leonidas
2fbcd3c8bf
Readme Syntax fix
...
Simple syntax fix
2021-02-04 15:16:01 +02:00
peter-miroshnikov
4787a51ad5
Adding note to Custom Timeouts in Annotation Docs.
...
It wasnt clear that the timeout values come unitless and in seconds from firsts glance.
Adding a simple note i belive will help.
2021-02-04 11:05:11 +01:00
Gerard Hickey
11f0053d59
Added docs to clear up PROXY definition
...
The current documentation does not provide information for the difference between `:PROXY` and `::PROXY`. I have added a bit of documentation that defines the difference between the two `PROXY` fields.
2021-01-27 11:27:54 -08:00
Björn Carlsson
54b13bd216
Add flag to allow setting a shutdown grace period
2021-01-27 14:09:04 +01:00
Manuel Alejandro de Brito Fontes
b65abe9766
Update e2e tests link markdown
2021-01-20 19:42:54 -03:00
Manuel Alejandro de Brito Fontes
ba05026037
Update alpine to 3.13
2021-01-15 19:16:58 -03:00
Hidde Beydals
270f52ab21
docs: move Azure deploy note to right item
2021-01-13 01:21:55 +01:00
Manuel Alejandro de Brito Fontes
5d1770ad1d
Update mkdocs, fix nodeport link and add microk8s link
2021-01-11 12:58:09 -03:00
bl-ue
f41dbe14bc
docs/deploy: fix grammar and inconsistencies
2021-01-10 13:20:48 -05:00
Laszlo Janosi
15eff8220a
fix the documentation for the proxy-ssl-secret and the auth-tls-secret annotations
2021-01-06 09:41:01 +00:00
Elvin Efendi
8c193a2297
fix link in annotation docs
2021-01-05 09:24:23 -05:00
Elvin Efendi
e0dece48f7
Add Global Rate Limiting support
2021-01-04 17:47:07 -05:00
Manuel Alejandro de Brito Fontes
37140a3863
Release ingress-nginx 0.43.0
2020-12-30 14:56:29 -03:00
Kubernetes Prow Robot
06cb6696a5
Merge pull request #6692 from andyxning/add_string_split_function_to_template_funcMap
...
add string split function to template funcMap
2020-12-29 05:32:28 -08:00
andyxning
bbf831afae
add string split function to template funcMap
2020-12-29 13:57:30 +08:00
Manuel Alejandro de Brito Fontes
0abfad70ce
Release v0.42.0
2020-12-24 16:13:13 -03:00
Kubernetes Prow Robot
f35307410d
Merge pull request #6665 from kundan2707/vendoraks
...
added AKS specific documentation
2020-12-22 16:56:26 -08:00
Kundan Kumar
2a0efbaa00
added AKS specific documentation
2020-12-23 04:32:00 +05:30
Ondřej Božek
00ecf0a270
Update README.md
...
Added link to actual ingress config example. Without it thee docs here https://kubernetes.github.io/ingress-nginx/examples/customization/configuration-snippets/ don't make sense.
2020-12-17 08:56:27 +01:00
Josh Soref
a8728f3d2c
Spelling
2020-12-15 16:10:48 -05:00
Karan Thanvi
885226618f
fix typo
2020-12-15 15:48:35 +09:00
Kubernetes Prow Robot
3e49491f33
Merge pull request #6580 from kundan2707/deployreadme
...
fix for 6564
2020-12-07 05:17:26 -08:00
Kundan Kumar
57f81068a4
fix for 6564
...
review comments
2020-12-07 18:14:36 +05:30
Mostafa
223d344056
Update README.md
2020-12-07 13:02:26 +03:30
Kubernetes Prow Robot
0b6d115236
Merge pull request #6470 from akonrath/feature/6018-psp-akonrath
...
Added role binding for 'ingress-nginx-admission' to PSP example (#6018 )
2020-12-04 15:41:25 -08:00
Kubernetes Prow Robot
099f80d412
Merge pull request #6566 from inosato/patch-1
...
fix docs log-format-upstream sample
2020-12-04 15:33:26 -08:00
Manuel Alejandro de Brito Fontes
d781d99797
Fixes for gosec
2020-12-04 20:29:07 -03:00
inosato
11825698ff
fix log-format-upstream sample
...
- Align column names to snake case.
- Align the space.
2020-12-03 23:14:06 +09:00
Kubernetes Prow Robot
35338c4193
Merge pull request #6553 from agile6v/stream
...
fixes: allow user to specify the maxmium number of retries in stream block
2020-12-02 03:08:51 -08:00
agile6v
06f53bcf05
feat: allow user to specify the maxmium number of retries in stream block.
2020-12-02 14:54:14 +08:00
Matthieu Paret
948265f2e8
indicate configuration for DHE based ciphers
2020-12-01 16:43:11 +01:00
Manuel Alejandro de Brito Fontes
0a43ba34b8
Fix helm repo update command
2020-11-26 09:57:36 -03:00
Artem Tartakynov
1fe88a37af
add 2 more headers to the basic auth example
...
x-request-id and x-scheme
2020-11-25 21:51:15 -05:00
Artem Tartakynov
0c8abfea0d
update the basic auth example
2020-11-25 11:08:57 -05:00
Manuel Alejandro de Brito Fontes
4ac3e1ff2c
Remove helm2 support and update docs
2020-11-24 18:55:57 -03:00
Kubernetes Prow Robot
e3a3ea8826
Merge pull request #6294 from ianbuss/auth-error-redirect-param
...
Allow customisation of redirect URL parameter in external auth redirects
2020-11-23 01:27:37 -08:00
Kundan Kumar
4c8b728092
Update development.md
...
Without v19.03.0 or later with experimental feature on Local build failed.
requirement of version and experimental feature on should be present in this doc
2020-11-19 10:22:18 +05:30
Round_Robin
1152e80058
Fix typo
2020-11-17 16:03:20 +09:00
Julien Bouquillon
f6a430775c
docs(annotations): explicit redirect status code
2020-11-15 00:31:04 +01:00
Manuel Alejandro de Brito Fontes
8b99f49d2d
Release 0.41.2
2020-11-12 17:39:07 -03:00
Andrew Konrath
beca7f21e4
Added role binding for 'ingress-nginx-admission' to PSP example ( #6018 )
2020-11-12 14:05:29 -06:00
Manuel Alejandro de Brito Fontes
52dd877841
Release v0.41.1
2020-11-12 12:43:19 -03:00
Manuel Alejandro de Brito Fontes
6c729e9cc7
Release v0.41.0
2020-11-03 15:11:53 -03:00
Manuel Alejandro de Brito Fontes
3eb440d5ac
Update test images
2020-10-29 19:34:05 -03:00
Kubernetes Prow Robot
fb6a03ffb4
Merge pull request #6331 from kundan2707/pathType
...
fix for 6219
2020-10-15 06:26:24 -07:00
Kundan Kumar
f7372d603e
fix for 6219
2020-10-15 12:18:25 +05:30
Aditya Purandare
57b10f5693
Add datadog environment as a configuration option
...
(cherry picked from commit 4306558baa595606cd6befff08c8c815d6fe2bd4)
2020-10-12 13:52:15 -07:00
Yahya
738463e03a
Fix typo
2020-10-12 10:44:18 +07:00
Ian Buss
41cf628bdf
Add a configurable URL redirect parameter for error URLs
2020-10-08 12:53:46 +01:00
Manuel Alejandro de Brito Fontes
528d214f20
Release 0.40.2
2020-10-06 16:42:33 -03:00
Stevo Slavić
d4152c74fc
Sync user guide with config defaults changes
...
PRs #6226 and #6143 changed the configuration defaults but didn't update
all the configuration defaults docs in the user guide.
This PR updates the user guide to be in sync with the defaults.
Signed-off-by: Stevo Slavić <sslavic@gmail.com>
2020-10-05 10:15:06 +02:00
Manuel Alejandro de Brito Fontes
34e033f59e
Update hardening guide doc
2020-10-02 21:24:37 -03:00
Manuel Alejandro de Brito Fontes
f7f3815bc7
Release v0.40.1
2020-10-02 15:15:09 -03:00
Manuel Alejandro de Brito Fontes
680378b334
Release v0.40.0
2020-10-01 16:56:44 -03:00
Manuel Alejandro de Brito Fontes
65978ae7f2
Update e2e tests list doc
2020-09-29 09:00:43 -03:00
Manuel Alejandro de Brito Fontes
a767b1d906
Cleanup
2020-09-27 17:16:09 -03:00
Kubernetes Prow Robot
6fd891f3df
Merge pull request #6217 from touchifyapp/@feature/cors-expose-headers
...
Add annotation to configure CORS Access-Control-Expose-Headers
2020-09-26 16:52:48 -07:00
Kubernetes Prow Robot
4e3e5ebb94
Merge pull request #6226 from aledbf/defaults
...
Change defaults
2020-09-24 18:47:11 -07:00
Manuel Alejandro de Brito Fontes
a990ac3910
Change defaults
2020-09-24 21:33:56 -03:00
Kubernetes Prow Robot
02e3a3a487
Merge pull request #6221 from kundan2707/sep242020
...
corrected reference for release
2020-09-24 08:16:06 -07:00
Kundan Kumar
cd48c7e87a
corrected reference for release
2020-09-24 15:35:46 +05:30
Maxime LUCE
b7b85175f6
Add annotation to configure CORS Access-Control-Expose-Headers
2020-09-23 17:41:52 +02:00
Daniel Albuschat
d4a817325c
Update annotations.md
...
Improvements to the documentation of Client Certificate Authentication. (auth-tls-* annotations).
- Mention that these rules are applied per host and not per Ingress/path
- Include more possible and default values
- Describe the headers that are sent to the upstream services
2020-09-23 09:51:08 +02:00
Elvin Efendi
e050ff1b9f
disable session tickets by default
2020-09-18 00:08:00 -04:00
Manuel Alejandro de Brito Fontes
87aa96b468
Change server-tokens default value to false
2020-09-17 09:52:07 -03:00
Kubernetes Prow Robot
01ec03b61e
Merge pull request #6171 from caleblloyd/patch-1
...
Docs: remove redundant --election-id arg from Multiple Ingresses
2020-09-17 01:34:46 -07:00
Kubernetes Prow Robot
10be8c097d
Merge pull request #5229 from jsoref/grammar-20190815-zone-aware-routing
...
Grammar and spelling fixes
2020-09-16 19:18:45 -07:00
Oliver Bennett
dec4db664e
Improve prerequisite instructions
2020-09-16 14:07:34 +01:00
Caleb Lloyd
93cd78aa45
Docs: remove redundant --election-id arg from Multiple Ingresses
2020-09-15 13:55:24 -04:00
Kubernetes Prow Robot
b1c64fa822
Merge pull request #6101 from GianOrtiz/burst
...
Add annotation to set value for burst multiplier on rate limit
2020-09-10 05:09:45 -07:00
Patrik Cyvoct
6318d40339
Add install command for Scaleway
...
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
2020-09-10 13:47:52 +02:00
Kubernetes Prow Robot
6a2d9b3b02
Merge pull request #6128 from ozhuang/patch-1
...
Fixed proxy protocol link
2020-09-08 18:07:52 -07:00
Ashish Billore
534b77a94a
Update deploy instructions with corrections
...
Fix minor typos and improve readability for deploy instructions.
2020-09-04 23:59:38 +09:00
ozhuang
d1e0da7a36
Fixed proxy protocol link
2020-09-04 17:41:11 +08:00
Manuel Alejandro de Brito Fontes
fb92b3a6a5
Fix documentation table layout
2020-09-01 20:01:12 -04:00
Kubernetes Prow Robot
bf4bdff3fa
Merge pull request #5881 from dodevops/hardening-guide
...
Doc: Adding initial hardening guide
2020-09-01 14:17:51 -07:00
Gian Ortz
3820aa416b
Add annotation to set value for burst multiplier on rate limit
2020-08-30 19:43:08 -03:00
timdeluxe
98fb56912c
Doc: Updating hardening guide after PR feedback
2020-08-30 16:38:28 +02:00
Manuel Alejandro de Brito Fontes
12150e318b
Release v0.35.0
2020-08-28 10:24:34 -04:00
Manuel Alejandro de Brito Fontes
8102fff242
Switch images to k8s.gcr.io after Vanity Domain Flip
2020-08-26 22:07:22 -04:00
Manuel Alejandro de Brito Fontes
8a80bcfcc3
Update NLB idle timeout information
2020-08-26 13:33:37 -04:00
Kubernetes Prow Robot
54e26e8612
Merge pull request #6042 from foobaar/patch-3
...
Fix typo
2020-08-24 10:34:17 -07:00
Baargav
a1ca1f220c
Update docs/deploy/index.md
...
Co-authored-by: cmluciano <cmluciano@cruznet.org>
2020-08-24 13:15:34 -04:00
Tore Lønøy
903e511b9d
fix: log warning if empty ingress class is monitored. Improve docs related to --ingress-class
2020-08-21 09:25:43 +02:00
Scott Rigby
f7ad119202
Link docs to upgrading section of chart readme
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-08-18 17:18:17 -04:00
Kubernetes Prow Robot
bc44b24220
Merge pull request #6020 from pentago/patch-1
...
Added missing backend protocol.
2020-08-14 14:28:18 -07:00
Bryan
611fe41b3d
Update development.md
...
fix typo
2020-08-14 12:38:00 +02:00
Goran
743439e75b
Added missing backend protocol.
...
As per https://kubernetes.github.io/ingress-nginx/user-guide/fcgi-services/
2020-08-14 11:16:53 +02:00
Manuel Alejandro de Brito Fontes
bfdff5e7d9
Update psp example
2020-08-11 11:23:08 -04:00
urmet
e9505ce58e
Clean up minikube installation instructions
...
Remove development section under minikube installation instructions. It's a bit confusing and also wrong since #5059
2020-08-10 20:30:50 +03:00
Kubernetes Prow Robot
c500bd4b3f
Merge pull request #4139 from choffmeister/fix/collect-metrics-if-metrics-per-host-false
...
Always collect metrics when --metrics-per-host=false
2020-08-08 12:02:19 -07:00
Kubernetes Prow Robot
56a1e82125
Merge pull request #5980 from kundan2707/fix_5590
...
fix for 5590
2020-08-06 10:37:42 -07:00
Kundan Kumar
6239a66e5e
fix for 5590
2020-08-06 22:19:35 +05:30
Bernard Van De Walle
2baca9e32a
Merge branch 'add-opentracing-operation-name-settings' of https://github.com/JorritSalverda/ingress-nginx into add-opentracing-operation-name-settings
2020-07-23 11:42:44 -07:00
Manuel Alejandro de Brito Fontes
d89f23f2f8
Simplify development doc
2020-07-21 21:35:09 -04:00
Kubernetes Prow Robot
2f32f4817f
Merge pull request #5911 from rihardssceredins/patch-1
...
Change image URL after switching to gcr.io in upgrade guide
2020-07-20 05:52:51 -07:00
Rihards Ščeredins
921ae6fed3
Update upgrade guide with the new image registry and add missing -n to commands
2020-07-20 10:53:34 +03:00
Kubernetes Prow Robot
e825af86e1
Merge pull request #5887 from dschwar/force-use-forwarded-for
...
Add force-enable-realip-module
2020-07-17 07:17:02 -07:00
Manuel Alejandro de Brito Fontes
274d09447e
Release v0.34.1
2020-07-15 16:46:16 -04:00
David Schwartz
d52141c2b9
Add enable-real-ip
2020-07-15 15:25:29 -04:00
timdeluxe
b56258c068
Doc: Adding initial hardening guide
2020-07-10 16:40:12 +02:00
Manuel Alejandro de Brito Fontes
6982d72c40
Release 0.34.0
2020-07-10 09:16:31 -04:00
wi1dcard
be5be27a8e
Fix kubectl exec deprecated usage in docs.
...
See:
* https://github.com/kubernetes/kubernetes/pull/88460
* https://github.com/kubernetes/kubectl/blob/master/pkg/cmd/exec/exec.go#L180
2020-07-09 09:24:50 +08:00
Zhongcheng Lao
c0629e92c2
Add proxy-ssl-server-name to enable passing SNI
2020-07-03 14:14:32 +08:00
agile6v
3402d07ff0
doc: update docs and fixed typos ( #5821 )
2020-07-01 10:02:52 -04:00
Kubernetes Prow Robot
b7052ad4f2
Merge pull request #5811 from wilsonfv/patch-1
...
Get ingress-controller pod name
2020-06-30 06:04:05 -07:00
Manuel Alejandro de Brito Fontes
449b9f65ea
Update krew installation doc
2020-06-29 21:54:17 -04:00
Manuel Alejandro de Brito Fontes
10dcf0db15
Remove unused variables and verbose e2e logs
2020-06-29 18:11:01 -04:00
Wilson Mo
e8212d6594
Get ingress-controller pod name
...
Add an option to find the ingress-controller pod name to exclude the admission pod
The original "kubectl get pod" will sometime return the admission pod which is in completed status.
2020-06-28 17:43:27 +08:00
Mason Staugler
a3f2be6b90
Fixup docs for the ingress-class flag.
...
According to this issue, there is no way to handle all ingress classes.
https://github.com/kubernetes/ingress-nginx/issues/3101
2020-06-26 13:12:48 -04:00
Manuel Alejandro de Brito Fontes
a1b88e3bd3
Update e2e test suite index list doc
2020-06-23 20:33:41 -04:00
Kubernetes Prow Robot
d3832915e1
Merge pull request #5743 from kulong0105/master
...
build/dev-env.sh: remove docker version check
2020-06-23 14:39:17 -07:00
Manuel Alejandro de Brito Fontes
75fae8b6f0
Update helm chart name in upgrade doc
2020-06-23 09:17:35 -04:00
Yilong Ren
714637bec5
build/dev-env.sh: remove docker version check
...
docker experimental feature is unnecessary, so just remove it
2020-06-23 15:37:41 +08:00
Kubernetes Prow Robot
687e433b94
Merge pull request #5745 from MengqiWu/ingress
...
Add default-type as a configurable for default_type
2020-06-21 08:18:38 -07:00
mengqi.wmq
f232a264ab
Add default-type as a configurable for default_type
2020-06-21 11:10:51 +08:00
Stevo Slavić
13b65323d5
docs: update development.md to use ingress-nginx-*
2020-06-20 23:42:49 +02:00
Kubernetes Prow Robot
8f389c5ec5
Merge pull request #5729 from kulong0105/master
...
docs: update development.md
2020-06-17 07:00:39 -07:00
Yilong Ren
6545b1fe69
docs: update development.md
...
current Makefile have no "container" target, now use "image" target to
build local image
and also have no "push" target
2020-06-17 16:23:13 +08:00
jqlu
7054e1ec0a
Update troubleshooting.md
2020-06-16 15:17:34 +08:00
Manuel Alejandro de Brito Fontes
d917435c12
Fix static manifests location
2020-06-13 11:00:24 -04:00
Kubernetes Prow Robot
507bef873b
Merge pull request #5707 from kundan2707/myupdate
...
fix for #5666
2020-06-11 18:09:56 -07:00
Kundan Kumar
4ff9830056
fix for #5666
2020-06-12 06:16:53 +05:30
Manuel Alejandro de Brito Fontes
df8ceea8a9
Release 0.33.0
2020-06-11 10:24:08 -04:00
Julian Rüth
8242fc712c
Fix typo
2020-06-09 14:14:58 +02:00
Kubernetes Prow Robot
99aad291a5
Merge pull request #5656 from agile6v/dev
...
feat: add http-access-log-path and stream-access-log-path options in configMap
2020-06-08 06:27:46 -07:00
Michał Sochoń
1e6cd68e79
Add URL to official grafana dashboards
...
Convert from italic text to clickable link.
2020-06-08 00:19:52 +02:00
Kubernetes Prow Robot
418c3de04a
Merge pull request #5646 from chamilad/doc_fixes
...
Add minor doc fixes to user guide and chart readme
2020-06-05 13:21:48 -07:00
agile6v
fc1c043437
Add http-access-log-path and stream-access-log-path options in configMap
2020-06-05 01:27:26 +08:00
Jeff Hui
6848be5b0b
Add documentation for loading e2e tests without using minikube
...
Use Kind to build the e2e test image and subsequently run the tests
2020-06-03 16:36:19 -04:00
chamilad
ee84603d06
Add minor doc fixes to user guide and chart readme
2020-06-03 17:54:41 +12:00
Manuel Alejandro de Brito Fontes
2b17980e3c
Remove copy of binaries and deprecated e2e task
2020-06-02 17:22:58 -04:00
Manuel Alejandro de Brito Fontes
8e2eebb197
Update timeout to align values
2020-06-02 12:13:44 -04:00
Kubernetes Prow Robot
d061375afa
Merge pull request #5571 from agile6v/dev
...
feat: support the combination of Nginx variables for annotation upstream-hash-by.
2020-06-01 15:10:14 -07:00
agile6v
c035a144f8
Support the combination of nginx variables and text value for annotation upstream-hash-by.
2020-06-01 06:37:41 +08:00
Kubernetes Prow Robot
157cc5066c
Merge pull request #5613 from koba1t/fix-oauth2-proxy-hosted-repo
...
fix oauth2-proxy image repository
2020-05-31 13:07:54 -07:00
Kubernetes Prow Robot
ee02d897d5
Merge pull request #5534 from agile6v/master
...
Add annotation ssl-prefer-server-ciphers.
2020-05-29 08:35:16 -07:00
koba1t
e51556f692
fix oauth2-proxy image repository
2020-05-29 01:35:32 +09:00
Manuel Alejandro de Brito Fontes
a53ef2b501
Add note about initial delay during first start
2020-05-20 18:55:34 -04:00
Edgars Beigarts
c0ca846bcd
Update configmap name in custom-headers/README.md
2020-05-18 11:02:52 +03:00
Edgars Beigarts
c52d55a2ed
Use ingress-nginx-* naming in docs to match the default deployment
2020-05-17 21:27:56 +03:00
agile6v
41d82005ec
Add annotation ssl-prefer-server-ciphers.
2020-05-11 16:31:08 +08:00
Mark Janssen
4a36c804e6
Add 0-RTT warning
2020-05-08 12:40:11 +02:00
nirroz93
75dab4a8aa
wrong filename
...
using different (and more logic) filename in the following lines
2020-05-06 17:39:55 +03:00
Manuel Alejandro de Brito Fontes
446845114c
Release 0.32.0
2020-05-01 11:16:10 -04:00
Manuel Alejandro de Brito Fontes
6c821d3093
Add note about firewall ports for admission webhook
2020-05-01 10:55:37 -04:00
Christian Hoffmeister
ef75a2d6fc
Merge remote-tracking branch 'upstream/master' into fix/collect-metrics-if-metrics-per-host-false
2020-05-01 14:57:00 +02:00
Manuel Alejandro de Brito Fontes
e1e8621ffb
Add install command for Digial Ocean
2020-04-29 18:59:06 -04:00
Joey Lee
8904d95738
Update helm v2 installation instructions
2020-04-29 20:38:26 +10:00
Kubernetes Prow Robot
7fbf4977e3
Merge pull request #5319 from MrAmbiG/patch-1
...
Example names violate DNS naming stadards
2020-04-28 10:52:07 -07:00
Kubernetes Prow Robot
0d2c6db75e
Merge pull request #5358 from praseodym/update-tls-configuration
...
Update TLS configuration
2020-04-28 07:46:08 -07:00
Manuel Alejandro de Brito Fontes
b68839118f
Release 0.31.1
2020-04-27 10:43:23 -04:00
Manuel Alejandro de Brito Fontes
1fb6f37091
Update chart instructions
2020-04-26 20:52:54 -04:00
Manuel Alejandro de Brito Fontes
edea7c9ee6
Fix deployment links
2020-04-26 18:47:59 -04:00
Kubernetes Prow Robot
9aa0eb7114
Merge pull request #5404 from AlphaWong/patch-1
...
update the helm v3 install way
2020-04-26 14:59:29 -07:00
Manuel Alejandro de Brito Fontes
c7c06e0e6f
Release 0.31.0
2020-04-26 16:45:37 -04:00
Manuel Alejandro de Brito Fontes
f9ae784541
Remove lua-resty-waf docs
2020-04-22 17:42:18 -04:00
Alpha
5cc0cf1c18
update the helm v3 install way
2020-04-20 11:29:37 +08:00
Manuel Alejandro de Brito Fontes
fd23ebc6d1
Cleanup deploy docs and remove old yaml manifests
2020-04-18 18:16:44 -04:00
Manuel Alejandro de Brito Fontes
ab3a789caa
Update deployment documentation
2020-04-18 17:51:11 -04:00
Manuel Alejandro de Brito Fontes
90d07d7b69
Fix from-to-www link
2020-04-17 19:41:25 -04:00
Manuel Alejandro de Brito Fontes
d18fa90cfd
Add e2e test for OCSP and new configmap setting
2020-04-17 12:53:47 -04:00
Manuel Alejandro de Brito Fontes
0257068b9b
Fix plugin README.md link
2020-04-14 11:48:23 -04:00
Kubernetes Prow Robot
f745e35eb5
Merge pull request #5355 from ElvinEfendi/plugin-docs
...
ingress-nginx lua plugins docs
2020-04-14 08:04:13 -07:00
Elvin Efendi
b60e25f1db
ingress-nginx lua plugins documentation
2020-04-14 09:47:58 -04:00
Kundan Kumar
40ea45aa8b
Update doc
2020-04-14 15:21:03 +05:30
Mark Janssen
049b25e566
Update TLS configuration
...
Enable TLSv1.3 by default and update list of ciphers. The new
configuration matches the 'Intermediate' configuration recommended by
the Mozilla SSL Configuration Generator:
https://ssl-config.mozilla.org/#server=nginx&version=1.17.7&config=modern&openssl=1.1.1d&guideline=5.4
2020-04-13 17:46:33 +02:00
Manuel Alejandro de Brito Fontes
c0db19b0ec
Enable configuration of plugins using configmap
2020-04-13 11:38:42 -04:00
Manuel Alejandro de Brito Fontes
9c6873a55d
Remove deprecated flags and update docs
2020-04-12 10:07:33 -04:00
Kubernetes Prow Robot
527a440e2e
Merge pull request #5349 from LucasBoisserie/validation_webhook_doc_helm
...
Update doc for validating Webhook with helm
2020-04-11 19:23:47 -07:00
LucasBoisserie
a97ff92c93
Update doc for validating Webhook with helm
2020-04-11 22:10:38 +02:00
Weihang Lo
12dddcca17
docs: fix use-gzip wrong markdown style
2020-04-11 14:28:04 +08:00
Gajendra D Ambi
f3050740ef
Example names violate DNS naming stadards
...
Original names which gave errors: myServiceA, myServiceB
Alatere suggestions:
myServiceA --> myservicea, my_service_a, my-service-a
myServiceB --> myserviceb, my_service_b, my-service-b
2020-04-02 23:17:20 +05:30
Ilya Mashchenko
9bb18c9a17
[docs]: fix Prerequisite section
...
Clarify that mandatory command is not needed for deployment in minikube.
2020-03-21 01:46:03 +03:00
Andreas Sommer
c6532dd3eb
Fix reference to DH param secret, recommend larger parameter size
2020-03-18 18:06:24 +01:00
Christian Hoffmeister
19770f5b41
Merge remote-tracking branch 'base/master' into fix/collect-metrics-if-metrics-per-host-false
2020-03-13 07:17:49 +01:00
Josh Soref
0ad41bf4e5
Further clarifications
...
Co-Authored-By: cmluciano <cmluciano@cruznet.org>
2020-03-10 16:52:23 -04:00
Josh Soref
28c8009850
Grammar and spelling fixes
2020-03-09 17:34:52 -04:00
Luis Valdés
e001b5a5b7
I found a typo :)
...
Change *onyl* to * only*
2020-02-27 23:05:37 -03:00
schaefec
141ea59b7f
Allows overriding the server name used to verify the certificate of the proxied HTTPS server
2020-02-25 13:32:14 +01:00
Kubernetes Prow Robot
35264d6e8f
Merge pull request #5114 from whalecold/match
...
Feat: add header-pattern annotation.
2020-02-24 17:07:36 -08:00
Kubernetes Prow Robot
6cd223558f
Merge pull request #4981 from janosi/proxy-ssl-scope
...
Applying proxy-ssl-* directives on locations only
2020-02-24 15:53:36 -08:00
Manuel Alejandro de Brito Fontes
f1f90ef495
Release 0.30.0 ( #5155 )
2020-02-24 09:34:19 -03:00
Lisheng Zheng
0b33650bb8
Feat: canary supports using specific match strategy to match header value.
2020-02-21 10:02:20 +08:00
James Taylor
f97599c189
Use correct spelling of "Original"
...
Fix the spelling of "original" in the annotations documentation
2020-02-20 16:45:26 +11:00
Manuel Alejandro de Brito Fontes
f6c0faa6eb
Update list of e2e tests
2020-02-19 21:24:08 -03:00
Jack Lindamood
a90452774a
ingress-path-matching: doc typo
...
A small typo in the README describing the path matching.
2020-02-18 10:19:53 -08:00
Manuel Alejandro de Brito Fontes
5c4155d9c7
Generate doc with list of e2e tests ( #5093 )
2020-02-16 21:39:12 -03:00
Kubernetes Prow Robot
6bd5cef01d
Merge pull request #5081 from FernFerret/patch-1
...
Fixed incorrect documentation of cli flag --default-backend-service
2020-02-15 04:49:27 -08:00
Manuel Alejandro de Brito Fontes
eedcdcdbf6
Release 0.29.0 ( #5075 )
2020-02-15 08:28:22 -03:00
Eric Stokes
4b317389e6
Fixed incorrect cli flag --default-backend
...
The flag stated in the example readme is `--default-backend` but passing that (or looking at --help`) for the ingress controller shows:
unknown flag: --default-backend
...
--default-backend-service string Service used to serve HTTP requests not matching any known server name (catch-all).
Takes the form "namespace/name". The controller configures NGINX to forward
requests to the first port of this Service.
ref: https://github.com/kubernetes/ingress-nginx/blob/master/cmd/nginx/flags.go#L55
2020-02-15 08:33:42 +00:00
Kubernetes Prow Robot
eb6e36fac7
Merge pull request #5071 from triodan/gzip-min-length
...
Add gzip-min-length as a Configuration Option
2020-02-14 10:22:17 -08:00
Benoit Perrot
dab11bdf4e
oauth-external-auth: README.md: Link to oauth2-proxy, dashboard-ingress.yaml
2020-02-14 15:42:46 +01:00
Daniel Arifin
d48d5a61ae
Add gzip-min-length as a configurable
2020-02-14 13:29:51 +07:00
Christopher M. Luciano
d13135329a
docs: reference buildx as a requirement for docker builds
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-02-13 14:19:39 -05:00
Manuel Alejandro de Brito Fontes
0365a7c172
Remove minikube and only use kind ( #5059 )
2020-02-12 20:19:57 -03:00
Manuel Alejandro de Brito Fontes
2c5819e1b3
Add flag to allow custom ingress status update intervals ( #5050 )
2020-02-10 16:52:50 -03:00