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
Ricardo Katz
cda59ccc9c
Add new flag to watch ingressclass by name instead of spec ( #7609 )
2021-09-10 10:14:01 -07:00
Bhumij Gupta
8b3a6f0252
Helm notes outputs non nil value for ingress.class annotation ( #7611 )
...
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-09-08 02:17:20 -07:00
pierre-yves
f182b317ba
fix charts README.md to give additional detail on prometheus metrics … ( #7601 )
...
* fix charts README.md to give additional detail on prometheus metrics configuration
* charts readme.md remove blank line
2021-09-07 06:47:15 -07:00
Aivars Sterns
9dda37c130
add same tcp and udp ports to internal load balancer ( #7511 )
2021-09-02 00:54:09 -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
Neha Lohia
f207702c30
release v1.0.0 ( #7535 )
...
Signed-off-by: Neha Lohia <nehapithadiya444@gmail.com>
2021-08-24 08:31:14 -07:00
Emily L Shepherd
623436ef65
Add appProtocol field to all ServicePorts ( #7493 )
...
Minor update to the helm chart to set the [appProtocol][1] field on all
http / https ports defined in the various services created by the helm
chart:
- http and https for controller-service
- http and https for controller-service-internal
- https for controler-service-webhook
- http for default-backend-service
These are only added in kubernetes >= 1.20, which is when this feature
became stable.
[1]: https://kubernetes.io/docs/concepts/services-networking/service/#application-protocol
2021-08-23 10:08:01 -07:00
amirschw
605c243d7a
[Helm] Make HPA behavior configurable ( #7203 )
...
Signed-off-by: amirschw <24677563+amirschw@users.noreply.github.com>
2021-08-22 12:05:59 -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
Jonas Kello
2fe8270302
Add linux node selector as default ( #7481 )
2021-08-12 12:39:51 -07:00
kayrus
e53a11e839
Add hostname value to override pod's hostname ( #7386 )
2021-08-09 06:45:31 -07:00
Ricardo Katz
2d90ba14f5
Change all master reference to main ( #7369 )
2021-08-06 17:07:29 -07:00
Bhumij Gupta
6f0401fc73
Helm - Enable configuring request and limit for containers in webhook jobs ( #7434 )
...
* helm: add feature to configure request and limit for container in createSecret and patchWebhook job
Signed-off-by: Bhumij Gupta <bhumijgupta@gmail.com>
* Remove empty line in helm template
Signed-off-by: Bhumij Gupta <bhumijgupta@gmail.com>
* Add test for admission webhook job container resources
Signed-off-by: Bhumij Gupta <bhumijgupta@gmail.com>
* Add new line character at the end of charts ci file
Signed-off-by: Bhumij Gupta <bhumijgupta@gmail.com>
2021-08-05 15:31:41 -07:00
Maikel
46be93808b
Add scope configuration check. ( #6864 )
2021-08-05 06:23:22 -07:00
Swift
b1a71adb74
Bump PDB API version to v1 ( #7421 )
...
* update pdb to v1
Signed-off-by: yuswift <yuswift2018@gmail.com>
* validate the version in PDB
Signed-off-by: yuswift <yuswift2018@gmail.com>
2021-08-05 05:23:22 -07:00
Long Wu Yuan
499ed16cc8
Fixed chart version ( #7423 )
2021-08-03 07:34:49 -07:00
Steven Harms
a82ea7d617
aws-load-balancer-internal is a boolean value ( #7353 )
...
* aws-load-balancer-internal is a boolean value
* Update to string true
* Update to string true
* Update to string true
2021-07-26 05:40:33 -07:00
Ricardo Katz
191b27a8bb
Automatically add area labels to help triaging ( #7387 )
2021-07-22 17:29:16 -07:00
Carlos Tadeu Panato Junior
cc57c05321
update OWNERS and aliases files ( #7365 )
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-07-16 06:24:09 -07:00
Ricardo Katz
724df422bd
Add cpanato as Helm chart approver ( #7364 )
...
Signed-off-by: Ricardo Katz <rkatz@vmware.com>
2021-07-16 05:30:09 -07:00
James Strong
24f99c8466
update v0.48.1 ( #7350 )
2021-07-14 12:06:19 -07:00
Jintao Zhang
a8408cdb51
release: helm chart v3.34.0 ( #7258 )
...
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2021-06-22 04:37:58 -07:00
Long
2a190d2657
added namespace field in the namespace scoped resource templates of helm chart ( #7256 )
...
* added namespace field in the namespace scoped resource templates of helm chart
* moved namespace field from roleRef to metadata
2021-06-21 04:56:51 -07:00
Christian Rebischke
cec3c0af3d
helm: add new ingressClass resource ( #6882 )
...
* helm: add new ingressClass resource
* add ingress parameters support
This commit adds ingress parameters support.
Credits go to Ariel Vinas: ariel@craftech.io
2021-06-18 16:16:42 -07:00
Ricardo Katz
811ed7be57
Release v0.47.0 ( #7211 )
...
Signed-off-by: Ricardo Katz <ricardo.katz@gmail.com>
2021-06-06 09:22:39 -07:00
Njegos Railic
9e89951ec7
Add annotations for HPA ( #7117 )
2021-06-02 02:52:24 -07:00
Maurice Faber
7c6b694e72
Update controller-poddisruptionbudget.yaml ( #6734 )
...
Logic was wrong. See additional check that is also part of the first OR.
2021-05-30 13:16:25 -07:00
Goran
43d33528e1
Commented by default deprecated repository key/value pair ( #7174 )
2021-05-30 13:00:25 -07:00
Zach Rhoads
f6dbd93865
updated values.yaml and templates to have separate values for registry and image with container images, left repository value for backwards compatability ( #7095 )
2021-05-23 09:07:38 -07:00
Brian Harwell
293071ae02
Add support for custom probes ( #7137 )
...
* Add support for custom probes
* Fix lint issue with comment
* Bump chart version
* Fix lint issue
2021-05-18 06:37:31 -07:00
Kubernetes Prow Robot
c17506b9fb
Merge pull request #7046 from amirschw/controller-name
...
[Helm] allow configuring controller container name
2021-05-04 06:33:12 -07:00
James Strong
7cdc819bb3
fix typos
2021-04-30 18:43:44 -04:00
James Strong
78709a1038
update the helm chart
2021-04-30 18:43:44 -04:00
Kubernetes Prow Robot
0d873b620b
Merge pull request #6836 from RammusXu/patch-1
...
Update GKE internal LB annotations
2021-04-29 07:38: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
amirschw
bee7360ca4
[Helm] allow configuring controller container name
...
Signed-off-by: amirschw <24677563+amirschw@users.noreply.github.com>
2021-04-13 15:34:13 +03:00
Muhammad Hamza Zaib
ab58492ea4
Merge branch 'master' of github.com:kubernetes/ingress-nginx into add-servicemonitor-joblabel
2021-04-08 08:37:32 +02:00
Eric Bailey
63e35ac32b
Support existing PSPs in Helm chart
2021-04-07 13:04:02 -05:00
Muhammad Hamza Zaib
fbaff07dc2
Merge branch 'master' into add-servicemonitor-joblabel
2021-04-07 08:22:17 +02:00
Muhammad Hamza Zaib
64b5e5b69d
Remove trailing spaces
2021-04-07 08:11:03 +02:00
Muhammad Hamza Zaib
5f77efc945
Update changelog
2021-04-07 08:11:03 +02:00
Ricardo Pchevuzinske Katz
07d3d0c44a
Release helm chart v3.27.0
2021-04-06 14:04:40 -03:00
Muhammad Hamza Zaib
03bf9bbd87
Bump chart version and update changelog
2021-04-06 08:21:33 +02:00
Muhammad Hamza Zaib
9d9f10ce8b
Add option to specify job label for service monitor
2021-04-06 08:19:03 +02:00
Kundan Kumar
c123541271
changed value of serviceport
...
updated version and changedlogwq!
2021-03-23 22:29:53 +05:30
Joshua Stern
343790a6b2
Add ability to specify automountServiceAccountToken
2021-03-15 14:38:00 -04:00
Pierre Péronnet
59f930dd25
feat(chart) Add volumes to default-backend deployment
...
Update changelog and Chart.yml
Signed-off-by: Pierre Péronnet <pierre.peronnet@ovhcloud.com>
2021-03-09 16:54:12 +01:00
RammusXu
003088a6b4
More information for earlier than GKE 1.17
2021-02-26 11:20:37 +08:00
Manuel Alejandro de Brito Fontes
59922afae3
Release v0.44.0
2021-02-04 11:36:16 -03:00
Manuel Alejandro de Brito Fontes
d2f139b01f
Release helm chart v3.23.0
2021-02-04 11:16:24 -03:00
RammusXu
cb7eefef1b
Update GKE internal LB annotations
2021-02-04 14:32:13 +08:00
Manuel Alejandro de Brito Fontes
bb4f21fb8d
Release helm chart v3.22.0
2021-01-28 11:09:35 -03:00
Kubernetes Prow Robot
6a50bf5791
Merge pull request #6817 from kundan2707/wrongconfigpath
...
corrected nginx configuration doc path
2021-01-28 05:19:08 -08:00
Manuel Alejandro de Brito Fontes
175f97dce5
Allow use of numeric namespaces in helm chart
2021-01-28 09:29:53 -03:00
Kundan Kumar
a5cd8f55cf
corrected nginx configuration doc path
2021-01-28 16:16:34 +05:30
Kyle Michel
fac7411cec
Add value for configuring a custom Diffie-Hellman parameters file
...
Revert chart version
2021-01-27 21:04:38 -05:00
Manuel Alejandro de Brito Fontes
fa0dfd3a3c
Release helm chart v3.21.0
2021-01-20 15:50:15 -03:00
Manuel Alejandro de Brito Fontes
80239fc9f4
Remove ClusterRole when scope option is enabled
2021-01-20 14:23:41 -03:00
Manuel Alejandro de Brito Fontes
b79da0d8d2
Update kube-webhook-certgen image to v1.5.1
2021-01-20 14:23:22 -03:00
Kubernetes Prow Robot
91fd40f539
Merge pull request #6783 from irizzant/keda-scaledobject-annotations
...
Add custom annotations to ScaledObject #6757
2021-01-20 09:21:59 -08:00
Ivan Rizzante
5ff5b99fbc
Add custom ScaledObject annotations
...
Signed-off-by: Ivan Rizzante <i.rizzante@gmail.com>
2021-01-20 16:43:07 +01:00
Stylianos Rigas
07fbf7ff64
Adding in the serviceAccount name
2021-01-15 09:46:36 +00:00
hoodbsa
d70652a0eb
fix scaleTargetRef definition for KEDA v.2
2021-01-14 13:29:32 +03:00
Yasser
a70553f7d8
Do not create HPA if default backend not enabled
...
Update annotations
Do not create HPA if default backend not enabled
2021-01-12 17:01:47 +01:00
Kubernetes Prow Robot
f13c4f93f5
Merge pull request #6667 from tsuyo/patch-1
...
Correct the value for setting a static IP
2021-01-05 07:49:59 -08:00
Manuel Alejandro de Brito Fontes
20b2e36c01
Release helm chart v3.19.0
2020-12-30 14:54:06 -03:00
Manuel Alejandro de Brito Fontes
11362d8050
Release helm chart
2020-12-29 11:41:22 -03:00
Kubernetes Prow Robot
3e5605910a
Merge pull request #6691 from dzirg44/ingress-config
...
Helm: Ingress config change
2020-12-29 05:24:35 -08:00
Kubernetes Prow Robot
f239fe07ff
Merge pull request #6688 from mhulscher/psp-emptydir
...
feat: allow volume-type emptyDir in controller podsecuritypolicy
2020-12-29 05:24:28 -08:00
Oleg Tsymbal
826da966fc
Change: toYaml to range
2020-12-28 23:52:41 +02:00
Mitch Hulscher
39fea58085
feat: allow volume-type emptyDir in controller podsecuritypolicy
2020-12-28 11:01:32 +01:00
Maxim Pogozhiy
b55f4371e3
Add GeoIP Local mirror support
2020-12-28 17:37:26 +10:00
Manuel Alejandro de Brito Fontes
a35a89f993
Release helm chart v3.17.0
2020-12-24 16:10:57 -03:00
Tsuyoshi Miyake
e0e91bb150
Correct the value for setting a static IP
2020-12-24 00:18:30 +09:00
Manuel Alejandro de Brito Fontes
4a81a00414
Fix chart-releaser action
2020-12-21 17:15:59 -03:00
cooperbenson-qz
8de7d42cfc
Adding LoadBalancerIP value for internal service
...
Adding documentation for the value
Bumping chart version
Adding changelog entry
Added change to artifacthub annotation
2020-12-21 09:59:01 -07:00
Manuel Alejandro de Brito Fontes
91d8c86964
Fix helm chart releaser action
2020-12-09 07:49:32 -03:00
Manuel Alejandro de Brito Fontes
a56f1418d8
Fix helm chart releaser action
2020-12-09 07:38:29 -03:00
Manuel Alejandro de Brito Fontes
15c2d59e0f
Fix chart-releaser action
2020-12-09 00:58:56 -03:00
Manuel Alejandro de Brito Fontes
1da8a3a3d2
Rollback chart-releaser action
2020-12-09 00:48:35 -03:00
Manuel Alejandro de Brito Fontes
52fa756c76
Update github actions
2020-12-09 00:42:36 -03:00
Matthew Tuusberg
64a6e87c1b
fix: move maxmindLicenseKey to controller.maxmindLicenseKey
...
* See 9b683e4055/charts/ingress-nginx/templates/controller-daemonset.yaml (L101)
* See ddba993e2d/charts/ingress-nginx/templates/controller-deployment.yaml (L105)
2020-12-08 18:07:38 +03:00
Andrew Konrath
603e2c5ee8
Allow custom service names for controller and backend ( #6457 )
2020-12-05 17:49:15 -06:00
Manuel Alejandro de Brito Fontes
89db89675d
Release helm chart v3.13.0
2020-12-04 20:02:36 -03:00
Yasser
e361bc926e
Delete the test file
2020-12-04 23:18:20 +01:00
Yasser
3a5a5b0e83
Fix the name of default backend variable
2020-12-01 16:49: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
Lee Robert
a1cd31bc51
Reorder HPA resource list to work with GitOps tooling
2020-11-24 08:51:02 -05:00
Manuel Alejandro de Brito Fontes
c39b6313dd
Add Chart changelog instructions
2020-11-21 18:10:26 -03:00
Brandon Pinske
a125e04eda
Documenting change
2020-11-19 13:07:49 -07:00
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
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
Manuel Alejandro de Brito Fontes
c0085f8245
Release chart 3.10.0
2020-11-12 12:36:30 -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
Adam Hamsik
ab9ba3e970
Add Default backend HPA autoscaling.
2020-11-06 19:37:27 +01:00
Mark Pundsack
c64c691335
Alternate to respecting setting admissionWebhooks.failurePolicy in values.yaml
2020-11-04 21:18:30 -06:00
Manuel Alejandro de Brito Fontes
8aefb97fea
Release 0.41.0 chart
2020-11-03 14:58:10 -03:00
Kubernetes Prow Robot
fb6b572378
Merge pull request #6356 from AlexisMtr/pod-security-context
...
Add securitycontext settings on defaultbackend
2020-11-02 08:14:53 -08:00
Alexis Martinier
8c56e4df9d
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
340850447f
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
330d2ef067
Initial helm chart
2020-10-31 20:25:23 -03:00
Kubernetes Prow Robot
5c11e12ce9
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
822309b406
Added loadBalancerSourceRanges for internal lbs
2020-10-30 12:43:24 -04:00
Oleksandr Ivanov
9872e37b0d
fix controller service annotations
2020-10-30 17:43:44 +02:00
Manuel Alejandro de Brito Fontes
9db53ae7cc
Update jettech/kube-webhook-certgen image
2020-10-29 19:59:41 -03:00
Kenichi Omichi
cf80ae96e4
Update helm stable repo
...
As https://helm.sh/blog/new-location-stable-incubator-charts/
helm stable repo is changed to https://charts.helm.sh/stable
In addition, if using helm v3.4.0+ the old stable repo installation
is failed.
So this updates the stable repo to avoid such error.
2020-10-28 21:58:59 +00:00
Manuel Alejandro de Brito Fontes
703c2d6f8e
Enable validation of ingress definitions from extensions package
2020-10-26 10:50:44 -03:00
Kewei Ma
171843210c
Fix liveness and readiness probe path in daemonset chart
2020-10-14 09:50:52 -05:00
Alessandro Vozza
3ae837b4b0
fix podAnnotations quotes for #6315
...
bumped chart version, daemonset podannotations
missing end on podannotations
ci values files
new lines at the end of files
2020-10-12 20:50:06 +02:00
Manuel Alejandro de Brito Fontes
23800f0835
Add default linux nodeSelector
2020-10-09 07:20:29 -03:00
Manuel Alejandro de Brito Fontes
6306e0ecdb
Fix helm chart release
2020-10-08 18:45:10 -03:00
Kewei Ma
c8294eaf4e
Allow Helm Chart to customize admission webhook's annotations, timeoutSeconds, namespaceSelector, objectSelector and cert files locations
2020-10-08 14:37:15 -05:00
Manuel Alejandro de Brito Fontes
8fc2bfeff7
Update to 0.40.2 in helm chart
2020-10-06 16:49:22 -03:00
Manuel Alejandro de Brito Fontes
4632497a95
Update helm chart
2020-10-02 15:30:09 -03:00
Manuel Alejandro de Brito Fontes
e568fba8c9
Release helm chart
2020-10-01 17:53:49 -03:00
Manuel Alejandro de Brito Fontes
51b786f640
Fix chart markdown link
2020-10-01 17:38:45 -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
7722fa38aa
Add admission controller e2e test
2020-09-26 16:06:58 -03:00
Manuel Alejandro de Brito Fontes
4b831c77b2
Refactor parsing of key values
2020-09-21 13:04:32 -03:00
Luca Berneking
4e02ae78ba
Add helm chart options to expose metrics service as NodePort
2020-09-21 11:33:39 +02:00
Manuel Alejandro de Brito Fontes
370bc45ef6
Fix helm chart admissionReviewVersions regression
2020-09-16 10:14:06 -03:00
Kubernetes Prow Robot
9aaab8f60f
Merge pull request #6169 from jdkelley/jdkelley/typo-fix
...
Fix Typo in example prometheus rules
2020-09-15 14:03:19 -07:00
Joshua Kelley
28d31b51c9
Fix Typo in example prometheus rules
2020-09-15 16:48:51 -04:00
Manuel Alejandro de Brito Fontes
27598b5f90
Update chart requirements
2020-09-15 14:50:32 -03:00
Kubernetes Prow Robot
2ee89f592a
Merge pull request #6127 from naioja/aj_aks_internal_lb
...
AKS example of adding an internal loadbalancer
2020-09-11 06:56:14 -07:00
Joseph Petersen
4733e7c0eb
add topologySpreadConstraint
to controller
2020-09-11 15:41:44 +02:00
Adrian Joian
062397649e
AKS example of adding an internal loadbalancer
...
This is a simple example of adding an Azure internal loadbalancer when
creating the ingress controller.
2020-09-04 11:28:57 +02:00
Stylianos Rigas
442f7bb71b
Adding parameter for externalTrafficPolicy in internal controller service spec
2020-09-01 19:20:00 +01:00
Anton Wolkov
ae77b6f506
bumping minor version due to new functionality (.Values.Controller.labels)
2020-09-01 17:36:48 +03:00
Anton Wolkov
fcbc3659b8
Misc fixes for nginx-ingress chart for better keel and prometheus-operator integration
...
Update: allow values.yaml without labels to pass
2020-08-31 23:14:44 +03:00
Anton Wolkov
0a45e3c655
Misc fixes for nginx-ingress chart for better keel and prometheus-operator integration
2020-08-31 22:46:43 +03: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
3215e69e8c
Sync helm chart affinity examples
2020-08-25 22:45:57 -04:00
Kubernetes Prow Robot
a00c7a74df
Merge pull request #6039 from calvinbui/master
...
Add configurable serviceMonitor metricRelabelling and targetLabels
2020-08-24 07:05:41 -07:00
Scott Rigby
58c1ca6176
Fix YAML linting
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-08-19 15:58:32 -04:00
Scott Rigby
ae136cac92
Direct link to index.yaml for easy browsing by end users without CLI
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-08-19 15:58:07 -04:00
Scott Rigby
4356587ec8
Fix chart readme link in upgrade section. Removes redundant URL in favor of zero-downtime section header anchor
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-08-19 15:48:16 -04:00
Calvin Bui
bca7b8b217
Add configurable serviceMonitor metricRelabelling and targetLabels
...
Signed-off-by: Calvin Bui <3604363+calvinbui@users.noreply.github.com>
2020-08-19 12:25:57 +10:00
Scott Rigby
8641556d22
Bump chart version PATCH
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-08-18 21:07:29 -04:00
Scott Rigby
f78693f9f0
Initial readme changes, with upgrade info on migrating from stable/nginx-ingress
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-08-18 17:16:12 -04:00
Philipp Strube
e5e963bcdb
Bump chart patch version
2020-07-29 14:29:40 +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
Manuel Alejandro de Brito Fontes
1d250bcbd9
Release helm chart for v0.34.1
2020-07-15 16:33:06 -04:00
Manuel Alejandro de Brito Fontes
6c73d66ae6
Update helm chart for v0.34.0
2020-07-10 08:57:40 -04:00
Stevo Slavić
1614e4c55d
Make liveness probe more fault tolerant than readiness probe
2020-07-07 12:19:57 +02:00