Commit graph

5543 commits

Author SHA1 Message Date
Manuel Alejandro de Brito Fontes
7dd1b31695 Update nginx image 2020-08-11 20:36:27 -04:00
Manuel Alejandro de Brito Fontes
4ecd38dca5 Update nginx to 1.19.2 2020-08-11 14:46:01 -04:00
Manuel Alejandro de Brito Fontes
bfdff5e7d9 Update psp example 2020-08-11 11:23:08 -04:00
Kubernetes Prow Robot
ba10a8a1bf
Merge pull request #6000 from loozhengyuan/fix-error-msg-formatting
Fix error message formatting
2020-08-11 07:04:17 -07:00
Loo Zheng Yuan
af29ec1137
fix variable ordering in error message 2020-08-11 20:06:14 +08:00
Kubernetes Prow Robot
378c6ca7e7
Merge pull request #5994 from urmet/minikube-docs
Clean up minikube installation instructions
2020-08-10 15:37:58 -07: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
Manuel Alejandro de Brito Fontes
a981862ff2 Fix nginx command env variable reference 2020-08-09 12:06:11 -04:00
Manuel Alejandro de Brito Fontes
351248fabb Fix wait times in e2e tests 2020-08-09 09:19:37 -04:00
Manuel Alejandro de Brito Fontes
59a7f51cd4 Update dependencies for controller-runtime 2020-08-08 21:01:03 -04:00
Manuel Alejandro de Brito Fontes
cb86c5698c Migrate to klog v2 2020-08-08 21:01:03 -04: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
b36b96224a
Merge pull request #5984 from janosi/ingressclass-panic
Fix panic in ingress class validation
2020-08-07 11:01:57 -07:00
Laszlo Janosi
7d82903ce9
Fix panic in ingress class validation
If an ingress had no class annotation, nor IngressClassName  at all, and an IngressClass resource was created for the ingress-nginx there was a panic when the controller tried to check the IngressClassName of the Ingress.
2020-08-07 17:09:14 +00: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
Kubernetes Prow Robot
7772c2ac64
Merge pull request #5965 from haslersn/baremetal/kustomize
feat(baremetal): Add kustomization.yaml
2020-08-05 19:06:55 -07:00
haslersn
7ddb7343fa feat(baremetal): Add kustomization.yaml 2020-08-06 00:43:42 +02:00
Kubernetes Prow Robot
030c15b321
Merge pull request #5971 from ryanwilsonperkin/patch-1
Fixed typo "permanen"
2020-08-04 13:24:22 -07:00
Ryan Wilson-Perkin
017a24f6da
Fixed typo "permanen"
Noticed the use of the name "permanen-redirect" instead of "permanent-redirect" in some annotations for this test
2020-08-04 14:14:55 -04:00
Manuel Alejandro de Brito Fontes
3b31b9a0a8 Cleanup e2e tests 2020-07-31 07:31:09 -04:00
Manuel Alejandro de Brito Fontes
ff1718e57f Disable enable-access-log-for-default-backend e2e test 2020-07-31 07:31:09 -04:00
Kubernetes Prow Robot
cb877a754b
Merge pull request #5957 from johejo/fsnotify_v1.4.9
bump fsnotify to v1.4.9
2020-07-30 12:31:07 -07:00
Mitsuo Heijo
094967cfd9 bump fsnotify to v1.4.9
migrate gopkg.in/fsnotify/fsnotify.v1 to github.com/fsnotify/fsnotify
2020-07-31 02:14:03 +09:00
Kubernetes Prow Robot
3b6015d89d
Merge pull request #5955 from atoptsoglou/patch-1
Fix typo
2020-07-30 04:30:31 -07:00
atoptsoglou
ed81ee3b75
Fix typo
Typo the correct CVE is CVE-2020-8553 and not CVE-2019-11251
2020-07-30 11:10:56 +02:00
Manuel Alejandro de Brito Fontes
a383117e1e Refactor shutdown e2e tests 2020-07-29 13:03:29 -04:00
Kubernetes Prow Robot
a4f7006dbd
Merge pull request #5951 from kbst/usenamespaceenvexpansion
Use env expansion to provide namespace in container args
2020-07-29 08:11:48 -07:00
Philipp Strube
e5e963bcdb Bump chart patch version 2020-07-29 14:29:40 +02:00
Philipp Strube
beae32b6fe Update deploy scripts using hack/generate-deploy-scripts.sh 2020-07-29 12:02:09 +02:00
Philipp Strube
59b16c4e92 Use Env expansion for namespace in args
When deploying the controller to a custom namespace, users have to
overwrite the namespace attribute as well as the hardcoded namespace
values in a number of args for the Deployment and the admission
controller Jobs.

Instead, this commit, uses the namespace name from the DownwardAPI,
and allows users to simply change the namespace attribute without
having to worry about the container args.
2020-07-29 11:44:08 +02:00
Kubernetes Prow Robot
3435e78cd7
Merge pull request #5946 from ddgenome/no-cluster-namespace
Do not add namespace to cluster-scoped resources
2020-07-28 12:19:47 -07:00
David Dooling
f4585f99a6
Do not add namespace to cluster-scoped resources
When adding namespace to the helm-generated YAML files, do not add it
to cluster-scoped resources like ClusterRole, ClusterRoleBinding, and
ValidatingWebhookConfiguration.  Regenerate static YAML resource
specs.
2020-07-28 14:14:05 -05:00
Kubernetes Prow Robot
ded95c73c6
Merge pull request #5943 from joelsmith/master
Add repo SECURITY.md
2020-07-27 17:25:08 -07:00
Joel Smith
e1c0f6fa7b Add SECURITY.md 2020-07-27 16:01:17 -06:00
Manuel Alejandro de Brito Fontes
6b4894ce3e Fix default backend flaking e2e test for default 2020-07-27 09:31:06 -04:00
Kubernetes Prow Robot
82997a9711
Merge pull request #5256 from kkorekk/fix-prometheus-metrics-for-custom-error-page
Register metrics for custom-error-pages
2020-07-24 08:22:22 -07:00
Manuel Alejandro de Brito Fontes
7994e9a8e7 Update opentracing nginx module 2020-07-24 11:10:33 -04:00
Kubernetes Prow Robot
ca74f9ad7d
Merge pull request #5931 from bvandewalle/add-opentracing-operation-name-settings
Add opentracing operation name settings
2020-07-24 08:06:24 -07:00
Bernard Van De Walle
f3537204d2 Adding Zipkin collector to the E2E opentracing test as it is required to load at least one tracer to enable opentracing
Work on PR comments
Add tests for template builder

Signed-off-by: Bernard Van De Walle <bernard.vandewalle@getcruise.com>
2020-07-23 15:25:50 -07:00
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
8f413c4231
Merge pull request #5926 from Frankgad/fixes
fixed some typos
2020-07-21 13:08:06 -07:00
Frank Gadban
e9059eef01 fixed some typos
Signed-off-by: Frank Gadban <frankgad@outlook.de>
2020-07-21 22:02:23 +02:00
Manuel Alejandro de Brito Fontes
a4ec5c8a88 Validate endpoints are ready in e2e tests 2020-07-21 09:53:03 -04:00
Manuel Alejandro de Brito Fontes
268f7c5c4b Fix error in grpcbin deployment and enable e2e test 2020-07-21 09:39:56 -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