Commit Graph

842 Commits

Author SHA1 Message Date
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
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