Commit graph

6527 commits

Author SHA1 Message Date
qianyong
8ca5450e22 bugfix: always update trafficShapingPolicy when using ewma as load-balance even if endpoints not change, otherwise update trafficShapingPolicy will not working 2020-12-01 12:10:15 +08:00
Manuel Alejandro de Brito Fontes
68c57386d0 Update nginx to 1.19.5 2020-11-27 14:19:20 -03:00
Tamas Utasi
77bb13446e
#6477 Allow specifying the loadBalancerIP for the internal load balancer
This is useful, so internal DNS tools can point against this fixed IP.
2020-11-27 15:51:34 +01:00
Kubernetes Prow Robot
beb2eff087
Merge pull request #6529 from m22r/master
Fix ErrorLogLevel in stream contexts
2020-11-27 04:38:47 -08:00
m22r
612a604fa4 Fix ErrorLogLevel in stream contexts 2020-11-27 14:29:43 +09: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
Kubernetes Prow Robot
8bba70b3b5
Merge pull request #6514 from aledbf/helm
Remove helm2 support and update docs
2020-11-24 14:26:39 -08:00
Manuel Alejandro de Brito Fontes
4ac3e1ff2c
Remove helm2 support and update docs 2020-11-24 18:55:57 -03:00
Kubernetes Prow Robot
5a282c0167
Merge pull request #6505 from Voziv/patch-1
Reorder HPA resource list to work with GitOps tooling
2020-11-24 06:31:01 -08:00
Lee Robert
a1cd31bc51
Reorder HPA resource list to work with GitOps tooling 2020-11-24 08:51:02 -05: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
Kubernetes Prow Robot
ced41245ce
Merge pull request #6485 from ml-/connections_state
Fix sum value of nginx process connections
2020-11-21 13:23:33 -08:00
Manuel Alejandro de Brito Fontes
c39b6313dd Add Chart changelog instructions 2020-11-21 18:10:26 -03:00
Kubernetes Prow Robot
d172250c4d
Merge pull request #6499 from julienvey/patch-1
Fix opentracing propagation on auth-url
2020-11-20 08:36:51 -08:00
Julien Vey
fd8af11392
Fix opentracing propagation on auth-url
Currently, the opentracing propagation instructions are set only if opentracing is configured globally.
This fix set the propagation instructions if opentracing is disabled globally, but enabled per ingress
2020-11-20 01:32:20 +01:00
Manuel Alejandro de Brito Fontes
1389cc0e80 Refactor extraction of ingress pod details 2020-11-19 17:31:28 -03:00
Kubernetes Prow Robot
b482b5dd32
Merge pull request #6493 from bpinske/master
Support Keda Autoscaling
2020-11-19 12:28:52 -08:00
Brandon Pinske
a125e04eda Documenting change 2020-11-19 13:07:49 -07:00
Kubernetes Prow Robot
175d964d39
Merge pull request #6494 from kundan2707/patch-1
Update development.md with docker version and experimental feature requirment
2020-11-19 02:34:50 -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
Brandon Pinske
129b7d119e Support Keda Autoscaling
Keda autoscaling is exclusive with regular hpa scaling. If both are set to true, keda takes precedence.
2020-11-18 13:22:34 -07:00
Kubernetes Prow Robot
118b00a560
Merge pull request #6486 from minjae9610/typoCorrection
Fix typo
2020-11-17 11:02:06 -08:00
Round_Robin
1152e80058 Fix typo 2020-11-17 16:03:20 +09:00
ml-
29a170617f Fix sum of nginx process connections
nginx_ingress_controller_nginx_process_connections returns four elements
for each pod, one for each "state" (active, reading, waiting, writing).

The value of the element with state "active" is the sum of the other
three elements of other states:

active = reading + waiting + writing

So sum() returns a value that is 2x of the actual amount of connections.
To fix this we simply select elements with state "active".
2020-11-16 18:43:09 +01:00
Kubernetes Prow Robot
e9755496a3
Merge pull request #6481 from revolunet/patch-1
docs(annotations): explicit redirect status code
2020-11-14 17:07:04 -08:00
Julien Bouquillon
f6a430775c
docs(annotations): explicit redirect status code 2020-11-15 00:31:04 +01:00
Manuel Alejandro de Brito Fontes
8a218687e3 Enable external auth e2e tests 2020-11-12 22:33:31 -03:00
Manuel Alejandro de Brito Fontes
8b99f49d2d Release 0.41.2 2020-11-12 17:39:07 -03:00
Manuel Alejandro de Brito Fontes
96fba478fe Release chart 3.10.1 2020-11-12 17:34:26 -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
d8a93551e6 Prepare release 0.41.2 2020-11-12 16:56:45 -03:00
Manuel Alejandro de Brito Fontes
e7d6c3fedc Update tests 2020-11-12 16:07:21 -03:00
Manuel Alejandro de Brito Fontes
2ca1f92697 Add PathType details in external auth location 2020-11-12 16:07:21 -03:00
Manuel Alejandro de Brito Fontes
10f2673c4e Update dev version 2020-11-12 12:46:37 -03:00
Manuel Alejandro de Brito Fontes
46439f6437 Update kind github action 2020-11-12 12:46:37 -03:00
Manuel Alejandro de Brito Fontes
52dd877841 Release v0.41.1 2020-11-12 12:43:19 -03:00
Manuel Alejandro de Brito Fontes
c0085f8245 Release chart 3.10.0 2020-11-12 12:36:30 -03:00
Manuel Alejandro de Brito Fontes
59761ad0aa Prepare release 0.41.1 2020-11-10 08:04:12 -03:00
Manuel Alejandro de Brito Fontes
3f153add00 Refactor handling of path Prefix and Exact 2020-11-10 07:21:34 -03:00
Kubernetes Prow Robot
52726abaee
Merge pull request #6423 from lablabs/default-backend-autoscaling
Add Default backend HPA autoscaling.
2020-11-09 06:50:27 -08:00
Manuel Alejandro de Brito Fontes
f49d2fdb3b Improve class.IsValid logs 2020-11-09 11:01:03 -03:00
Kubernetes Prow Robot
62e0d49465
Merge pull request #6445 from aimuz/fix-class
fix: empty IngressClassName, Error handling
2020-11-09 03:46:27 -08:00
aimuz
e5fa90db9b fix: empty IngressClassName, Error handling 2020-11-09 11:36:00 +08:00
Adam Hamsik
ab9ba3e970 Add Default backend HPA autoscaling. 2020-11-06 19:37:27 +01:00
Kubernetes Prow Robot
bbd8073c89
Merge pull request #6417 from JacieChao/proxy-reload
Reload nginx when L4 proxy protocol change
2020-11-05 12:16:51 -08:00
Kubernetes Prow Robot
1f3442fe32
Merge pull request #6426 from markpundsack/patch-2
Alternate to respecting setting admissionWebhooks.failurePolicy in values.yaml
2020-11-05 12:06:52 -08:00
Kubernetes Prow Robot
dcc6da29a2
Merge pull request #6422 from tacospiller/server-snippet-comment
Add comment indicating server-snippet section
2020-11-05 12:00:53 -08:00
Mark Pundsack
c64c691335 Alternate to respecting setting admissionWebhooks.failurePolicy in values.yaml 2020-11-04 21:18:30 -06:00