-
### Description
There may be use cases for running multiple, separately configured and managed, instances of this controller. To do so, we need to ensure all the resources we create via helm are name…
-
the format:
```
apiVersion: v1
data:
config.yaml: "# log options\nlog_level: \"info\"\nlog_output: \"stderr\"\ncert_file:
\"/etc/webhook/certs/cert.pem\"\nkey_file: \"/etc/webhook/certs/k…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
Some ingress controllers (like https://github.com/STRRL/cloudflare-tunnel-ingress-controller/issues/68) are not actually reporting ingress.Status.LoadBalancer.Ingress properly so k8s_gateway picks up …
-
**What happened**:
Fcgi parameter validation error:
```
E0301 16:59:25.011393 7 main.go:149] "fcgi annotation error" err="fcgi contains invalid key or value" configmap="test-fcgi" nam…
-
When running the E2E to check the frr-k8s https://github.com/metallb/metallb-operator/blob/main/test/e2e/functional/tests/e2e.go#L282
Test is green but the pod is restarting before it becomes healt…
-
I added CORS annotations to my chart, but the CORS headers are only being returned from OPTIONS requests. GET requests are missing the headers, which causes errors in the browser.
Annotations added…
-
In very strict security setup, we may want to ensure all traffic are encrypted in transit. Including communications between authgear and application or ingress controller.
We can enable k8s ingress…
-
from github.com/mweagle/go-cloudformation to https://github.com/awslabs/goformation , reason https://github.com/mweagle/go-cloudformation#this-repo-is-no-longer-supported
related https://github.com…
-
### What happened?
When I deploy jaeger the operator also createas an Ingress 'jaeger-query'. Although my kubernes IngressClass is configured as default (there is only one Ingress in my setup) and I …