Steven Powell
c24a66f63a
update ingress yaml
2022-11-11 14:49:13 -05:00
Predrag Rogic
75a63be3c8
add 'is-default-class'
2022-01-23 01:24:57 +00:00
Predrag Rogic
9048b0b91a
add 'is-default-class'
2022-01-23 01:16:32 +00:00
Predrag Rogic
2be6b99d79
remove 'publish-status-address=localhost' and fix comment
2022-01-23 01:00:41 +00:00
Predrag Rogic
422b43ece4
fix ingress for multinode
2022-01-22 23:23:58 +00:00
Predrag Rogic
7fa4ce0938
rename flag
2021-12-14 23:39:16 +00:00
Predrag Rogic
a2d27892f0
fix ingress for k8s v1.19
2021-12-14 23:09:12 +00:00
Predrag Rogic
76c1e79598
support k8s < v1.19 & watch-ingress-without-class
2021-10-27 15:05:01 +01:00
Predrag Rogic
db4937aa8f
update ingress-nginx controller to v1.0.4
2021-10-13 09:02:12 +01:00
Predrag Rogic
c680044eae
remove allow-snippet-annotations as per recommendation
2021-10-12 23:24:26 +01:00
Predrag Rogic
29abb74777
update ingress to v1-1.0.3 and v1beta1-0.49.3
2021-10-12 21:21:54 +01:00
Sharif Elgamal
803fc43e26
fix ingress-dns addon and add test
2021-09-14 17:41:26 -07:00
Sharif Elgamal
b77a9305af
Merge branch 'master' of github.com:kubernetes/minikube into fix-ingress
2021-09-10 16:38:39 -07:00
Joel Jeremy Marquez
3636e35098
Fix ingress-controller-leader configmap resource name
2021-09-10 19:42:15 +08:00
Sharif Elgamal
96923883e7
fixes for ingress
2021-09-09 13:47:01 -07:00
Predrag Rogic
8a510c05db
avoid extra newlines around conditions in template
2021-08-24 18:05:56 +01:00
Predrag Rogic
abd52901cf
fix ingress for k8s v1.22+
2021-08-24 18:05:44 +01:00
Kent Iso
cc9afff3ce
Fix bug which the networking.k8s.io/v1 ingress is always rejected by ValidatingWebhookConfiguration
2021-04-25 06:35:49 +09:00
Kent Iso
fb216ddc93
Upgrade ingress addon files according to upstream(ingress-nginx v0.44.0)
2021-03-20 04:07:21 +09:00
Ling Samuel
101d39fc51
Addon custom registry:
...
* fix missing suffix when using global image repo
* support override global image repo
* change all imagePullPolicy to IfNotPresent
* fix empty global image repo suffix
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:08 +08:00
Ling Samuel
52f0e49a1e
Fix docker.io/ prefix
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:07 +08:00
Ling Samuel
76833fd2fa
Make registry configurable
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:07 +08:00
Ling Samuel
de3c901c18
Implement all addons
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:07 +08:00
Ling Samuel
7b2d1a6838
Remove default image from yaml, fix empty images warning
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:06 +08:00
Ling Samuel
b949034e1a
Manage addon images in code, support custom addon images
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:00 +08:00
msedzins
e1aa07feb2
Ability to use a custom TLS certificate with the Ingress
...
Tutorial added
2020-11-30 22:53:27 +00:00
Yehiyam Livneh
40736fe6ab
add ImageRepository to addons templayes
2020-11-01 09:05:31 +02:00
Manuel Alejandro de Brito Fontes
1aa2a76c75
Update ingress-nginx image to v0.40.2
2020-10-12 12:15:46 -03:00
Sharif Elgamal
7646be3d37
adding the label to gvisor and ingress, and documentation
2020-10-05 16:02:26 -07:00
staticdev
68bc935e7f
Bump nginx-ingress-controller
2020-07-25 07:44:57 -03:00
Harsh Modi
ce6688b1ec
update nginx ingress controller image 0.32.0->0.33.0
2020-07-12 19:54:38 -04:00
Harsh Modi
122a472f95
update kube-webhook-certgen image 1.2.0->1.2.2
2020-07-12 19:52:02 -04:00
Manuel Alejandro de Brito Fontes
c3a529f7ea
Update ingress-nginx addon
2020-05-05 15:36:03 -04:00
Josh Woodcock
e468bf90d1
Fix pods not being scheduled when ingress deployment is patched
...
Update nginx-ingress-controller to 0.26.1
2019-10-01 15:10:34 -05:00
Thomas Strömberg
c26281b213
Merge pull request #5028 from reegnz/upgrade-deprecated-api-references
...
Upgrade addons to use apps/v1 instead of extensions/v1beta1
2019-08-26 13:34:39 -07:00
Zoltán Reegn
96217ce932
Upgrade nginx to security patch v0.25.1
...
See ingress-nginx release notes for details:
https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.25.1
2019-08-26 15:07:54 +02:00
Zoltán Reegn
3056ca2d48
Upgrade addons to use apps/v1 instead of extensions/v1beta1
...
extensions/v1beta1 are deprecated and will not be served with kubernetes 1.16
anymore.
For Deployment,DaemonSet and StatefulSet the apps/v1 api has been present
since kubernetes 1.9.
See following blog post for details:
https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
2019-08-26 15:00:49 +02:00
Zoltán Reegn
d1436b40fe
Remove ingress-nginx default backend
...
It's not needed since nginx 0.20.0.
See the following pull-requests for context:
* https://github.com/kubernetes/ingress-nginx/pull/3126
* https://github.com/kubernetes/ingress-nginx/pull/3156
2019-07-30 09:32:02 +02:00
Zoltán Reegn
5d74821d7d
Upgrade nginx ingress to 0.25.0
2019-07-22 10:52:45 +02:00
Francis
a85eac1de4
Update ingress-nginx version to 0.24.1
2019-06-25 10:06:29 -07:00
Medya Gh
5fa67141e6
Added Exotic Arch for legacy docker images
2019-05-06 17:07:05 -07:00
Medya Gh
d688240b75
Rename all template files to be consistent format .ext.tmpl
2019-05-06 15:12:46 -07:00
Medya Gh
c997c72667
Update gitignore
2019-05-06 14:44:59 -07:00
Medya Gh
e6c4ee5b50
Rename the .template files to .yaml
2019-05-06 14:43:10 -07:00
Medya Gh
1790589f70
Replace ARCH sed macros with Go templates
2019-05-06 14:38:38 -07:00
salamani
9b419d66dc
adding multi-arch support
2019-04-17 08:43:37 -04:00
Zhongcheng Lao
daeb238766
Merge remote-tracking branch 'origin/master' into custom-image-repository
2019-03-21 13:23:11 +08:00
Dmitry Budaev
fcd5d996b3
Update Ingress-NGINX to 0.23 Release
...
Updates Ingress-Nginx to use 0.23 release.
2019-03-14 15:11:55 +01:00
Zhongcheng Lao
7a59d376cf
Turn addon resource with images into template
...
When the user overrides image repository the images will be pulled
from the overrided one instead of the official repositories.
2019-02-18 01:00:18 +08:00
Fernando Diaz
49f038a902
Update Ingress-Nginx to 0.21 ( #3365 )
...
Updates the Ingress-Nginx Addon to version 0.21.
2018-11-26 14:59:53 -08:00