ingress-controller
Here are 127 public repositories matching this topic...
-
Updated
Aug 28, 2020 - Go
CI should report an error if a commit changes the base manifests but doesn't update the single manifests ./hack/build-single-manifests.sh.
more cli commands
Is there an updated ARM template that uses VMSS for nodePool creations, add them to app gateway backend pool and I would like to know how we can egress the traffic through APP Gateway as it would be the only public IP for the cluster and I still get a random IP address when I try to access a web page from a pod.
https://raw.githubusercontent.com/Azure/application-gateway-kubernetes-ingress/ma
-
Updated
Aug 18, 2020 - Go
Kubernetes v1.18 introduced a dedicated resource + field for defining IngressClass. See the documentation here: https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class
It would make sense for the ingress-controller to support ingress class in this way going forward.
Related issue for skipper: zalando/skipper#1478
-
Updated
Aug 28, 2020 - HCL
-
Updated
Oct 21, 2019 - Go
-
Updated
Aug 28, 2020 - Go
-
Updated
Aug 25, 2020 - Go
-
Updated
Aug 9, 2019 - Go
-
Updated
Apr 19, 2018 - Go
-
Updated
Aug 25, 2020 - Go
-
Updated
Aug 11, 2020 - Go
-
Updated
Feb 29, 2020 - Go
-
Updated
May 22, 2020 - PHP
-
Updated
Jul 16, 2019 - PowerShell
-
Updated
May 15, 2019 - Go
-
Updated
Jan 20, 2018 - Go
-
Updated
Aug 22, 2019 - Go
-
Updated
Aug 30, 2019 - C
Change the templates to run all the Tyk containers as non-root user by default, but keep an option to change the user for the gateway since there might be a legitimate use case with a host network (and privileged port).
The images should mostly work fine with this, known issues are:
- tyk-gateway container will need a pid file path configured for a non-root user accessible path
- tyk-k8s co
-
Updated
Jun 4, 2020 - HCL
-
Updated
Aug 18, 2020 - Shell
Improve this page
Add a description, image, and links to the ingress-controller topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ingress-controller topic, visit your repo's landing page and select "manage topics."
The cert-gen job has always used an image tag of
:latestto get around the issue of applying the same manifest on top of an existing installation, however, tagged releases use a unique name for each certgen job for that release so there's no need to use latest for releases and can cause issues for users in air-gapped environments.We should remove the
:latesttag and use a specific versio