Kubernetes Prow Robot
07dab7ebd3
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
b0fe458606
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
524c9bdcd7
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
41010d8feb
Merge pull request #6486 from minjae9610/typoCorrection
...
Fix typo
2020-11-17 11:02:06 -08:00
Round_Robin
04d10e3949
Fix typo
2020-11-17 16:03:20 +09:00
ml-
b75732dd6e
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
09a5af61ab
Merge pull request #6481 from revolunet/patch-1
...
docs(annotations): explicit redirect status code
2020-11-14 17:07:04 -08:00
Julien Bouquillon
976d04eb86
docs(annotations): explicit redirect status code
2020-11-15 00:31:04 +01:00
Manuel Alejandro de Brito Fontes
23b5fae1a9
Enable external auth e2e tests
2020-11-12 22:33:31 -03:00
Manuel Alejandro de Brito Fontes
d4c57ccaaa
Release 0.41.2
2020-11-12 17:39:07 -03:00
Manuel Alejandro de Brito Fontes
853e20faf0
Release chart 3.10.1
2020-11-12 17:34:26 -03:00
Andrew Konrath
52a6c29527
Added role binding for 'ingress-nginx-admission' to PSP example ( #6018 )
2020-11-12 14:05:29 -06:00
Manuel Alejandro de Brito Fontes
165f8e731f
Prepare release 0.41.2
2020-11-12 16:56:45 -03:00
Manuel Alejandro de Brito Fontes
989accddf4
Update tests
2020-11-12 16:07:21 -03:00
Manuel Alejandro de Brito Fontes
c1f6d92c4d
Add PathType details in external auth location
2020-11-12 16:07:21 -03:00
Manuel Alejandro de Brito Fontes
1d73f1485a
Update dev version
2020-11-12 12:46:37 -03:00
Manuel Alejandro de Brito Fontes
8a686638c3
Update kind github action
2020-11-12 12:46:37 -03:00
Manuel Alejandro de Brito Fontes
15c4269639
Release v0.41.1
2020-11-12 12:43:19 -03:00
Manuel Alejandro de Brito Fontes
af4a2b7ff6
Release chart 3.10.0
2020-11-12 12:36:30 -03:00
Manuel Alejandro de Brito Fontes
a6e83f8a92
Prepare release 0.41.1
2020-11-10 08:04:12 -03:00
Manuel Alejandro de Brito Fontes
daadba2237
Refactor handling of path Prefix and Exact
2020-11-10 07:21:34 -03:00
Kubernetes Prow Robot
71ef265e2c
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
50d2dc5fad
Improve class.IsValid logs
2020-11-09 11:01:03 -03:00
Kubernetes Prow Robot
9e681a6727
Merge pull request #6445 from aimuz/fix-class
...
fix: empty IngressClassName, Error handling
2020-11-09 03:46:27 -08:00
aimuz
cbc1915f50
fix: empty IngressClassName, Error handling
2020-11-09 11:36:00 +08:00
Adam Hamsik
c769c8efd9
Add Default backend HPA autoscaling.
2020-11-06 19:37:27 +01:00
Kubernetes Prow Robot
50fd23134d
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
4826382f0d
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
6de4365ccf
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
33604efc81
Alternate to respecting setting admissionWebhooks.failurePolicy in values.yaml
2020-11-04 21:18:30 -06:00
Minji Chun
9cbf4c6ace
Add comment indicating server-snippet section
2020-11-04 18:59:39 +09:00
Manuel Alejandro de Brito Fontes
c8fbef1745
Release v0.41.0
2020-11-03 15:11:53 -03:00
Manuel Alejandro de Brito Fontes
0fb590eda4
Release 0.41.0 chart
2020-11-03 14:58:10 -03:00
Manuel Alejandro de Brito Fontes
c3ec7afa1c
Prepare release 0.41.0
2020-11-03 08:52:57 -03:00
JacieChao
9391da51f9
Reload nginx when L4 proxy protocol change
...
Signed-off-by: JacieChao <kathyyy@163.com>
2020-11-03 19:33:32 +08:00
Manuel Alejandro de Brito Fontes
e37d44e59f
Improve ingress class error message
2020-11-02 20:37:40 -03:00
Kubernetes Prow Robot
874d64f9e2
Merge pull request #6356 from AlexisMtr/pod-security-context
...
Add securitycontext settings on defaultbackend
2020-11-02 08:14:53 -08:00
Kubernetes Prow Robot
2855debb13
Merge pull request #6389 from ElvinEfendi/support-prefix-pathtype
...
Support prefix pathtype
2020-11-02 08:08:53 -08:00
Manuel Alejandro de Brito Fontes
038797867a
Add support for k8s ingress pathtype Prefix
2020-11-02 09:56:49 -05:00
Alexis Martinier
6c8bd85597
Add securitycontext settings on defaultbackend
...
Signed-off-by: Alexis Martinier <a.martinier@gmail.com>
2020-11-02 12:02:33 +01:00
Kubernetes Prow Robot
6ea6de5bbe
Merge pull request #6401 from ivanov-aleksander/fix/annotations
...
Fix controller service annotations
2020-11-01 12:18:51 -08:00
Manuel Alejandro de Brito Fontes
4f8b9c2ba9
Initial helm chart
2020-10-31 20:25:23 -03:00
Kubernetes Prow Robot
672820ad05
Merge pull request #6377 from nxf5025/internal-lb-source-ranges
...
Added loadBalancerSourceRanges for internal lbs
2020-10-30 09:58:06 -07:00
Nick Fisher
16997ba776
Added loadBalancerSourceRanges for internal lbs
2020-10-30 12:43:24 -04:00
Oleksandr Ivanov
4ee197c8a3
fix controller service annotations
2020-10-30 17:43:44 +02:00
Manuel Alejandro de Brito Fontes
8b808ece56
Update jettech/kube-webhook-certgen image
2020-10-29 19:59:41 -03:00
Manuel Alejandro de Brito Fontes
c392d248a4
Avoid ingress class creation if k8s < 1.18
2020-10-29 19:34:05 -03:00
Manuel Alejandro de Brito Fontes
c75ad1477b
Update sqlite cfssl database
2020-10-29 19:34:05 -03:00
Manuel Alejandro de Brito Fontes
cefa473d7a
Force test
2020-10-29 19:34:05 -03:00
Manuel Alejandro de Brito Fontes
d1fff38a6a
Update test images
2020-10-29 19:34:05 -03:00