Skip to content
#

ingress

Here are 406 public repositories matching this topic...

Skaronator
Skaronator commented Feb 23, 2021

What would you like to be added:
Currently there is the option to configure a --annotation-filter and a --source filter [0]. Since Kubernetes 1.19 the Ingress Resource was promoted to GA and got a new ingressClassName field.

I'd like to have a opti

kind/feature good first issue
r0bobo
r0bobo commented Mar 21, 2022

I want the Mutating Admission Webhook to inject pod readiness gates in all namespace without having to label them.
I currently do this with some kustomize patching but it would be nice to be able to override the namespaceSelector directly from the helm char

kind/feature good first issue
thockin
thockin commented Mar 4, 2019

Service LBs populate the description field with helpful information. I see GCE ingress does not do that for things like forwarding rules. Would be helpful in UIs.

good first issue kind/feature lifecycle/frozen
alexbrand
alexbrand commented Aug 23, 2018

Use heptio/workgroup to improve handling of the multiple goroutines that are spawned in each of the discoverers. This will also help us to bubble up errors to main, and handle them appropriately.

An example of this is #224. We wanted to handle the case where re-auth failed 3 times, but there was no good way of bubbling up the error to main.go. We could make reconciler.Run return an error to bub

kind/feature help wanted good first issue priority/important-longterm
vakkur
vakkur commented Jun 15, 2020

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

help wanted good first issue AGIC Deployment
allenhaozi
allenhaozi commented Dec 1, 2021

When I use APISIX, the business itself needs relatively complex routing rules, so I use Annotation of Ingress

But I didn't find the Apisix Ingress Annotation document,

Like this link nginx-ingress-annotation-document

Found this link [apisix-ingress-annotation-document](https://apisix.apache.org/docs/

documentation good first issue help wanted
Troyhy
Troyhy commented Feb 25, 2022

It would be good to add a mention about healthEndpoint to documentation as it is super useful when using urlFrom.ingressRef

At least I could not easily find the complete list of supported values. Luckily found a mention in https://github.com/stakater/IngressMonitorController/blob/master/docs/migration-guide.md

It is not the first doc to read as I started using the operator from the start.

good first issue kind/documentation
sgmiller
sgmiller commented Aug 10, 2018

We run the controller with limited AWS STS credentials (issued by Vault). These credentials are not allowed to perform any operation in iam:*, which causes startup to fail. To get around this we've custom built the controller to comment out the IAM lookup, as all our certs are in ACM. It'd be nice if we could disable this in the official build via command line flag, or have it warn and move o

kylehodgetts
kylehodgetts commented Sep 7, 2021

Is your feature request related to a problem? Please describe.
Kusk should have a generator that generates vanilla ingress resources

Describe the solution you'd like
It will create whatever default L7 load balancer is used in that specific cloud/infrastructure provider, so for GKE that will be Google Load Balancer, which has its own set of tunables.

kind/feature good first issue

Improve this page

Add a description, image, and links to the ingress topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ingress topic, visit your repo's landing page and select "manage topics."

Learn more