-
**What happened**:
Ingress Controller pods error on startup and enter CrashLoopBackOff. This system is running on EKS on customized versions of the official AWS EKS nodes.
Ingress Contr…
-
**What happened**:
Sending a `patch` with a faulty configuration in the `ingress-nginx-controller` configMap resulted in a Deployment being upgraded, despite the `[emerg]` message from the tested con…
-
**What happened**:
Tried to use `nginx.ingress.kubernetes.io/auth-url:` with oauth2-proxy and several allowed groups: `https://oauth.example/oauth2/auth?allowed_groups=gid1,gid2` after oauth2…
-
### How to use it?
- [X] kwok
### What happened?
When a vertical pod autoscaler is installed in a KWOK cluster, it doesn't react when a pod is deployed.
### What did you expect to happen?
…
-
I have made this comment on a few PRs so maybe it's time to document and/or build a mechanism.
You cannot generally make validation tighter, because any existing objects that violate the new rule w…
-
**What happened**:
i configed nginx.ingress.kubernetes.io/enable-cors: "true" to deal with csrf risk.
like this:
annotations:
nginx.ingress.kubernetes.io/enable-cors: "true"
ngi…
-
Using the latest code(commit id: `59ce50506`), during the GMC e2e CI test, I found the GMC manager restarted several times due to panic:
```
$ kubectl -n opea-system get pod
NAME …
-
According to the [structural schema](https://kubernetes.io/blog/2019/06/20/crd-structural-schema/), CRD schemas such as the one below (from the linked article) are allowed:
```
type: object
propert…
-
**What happened**:
I installed nginx with helm chart, and set the defaultBackend values as below:
```
defaultBackend:
enabled: true
name: custom-error-pages
image:
registr…
-
**What happened**:
I am trying to configure nginx to provide content from specific directory, i.e If i invoke root path (/) I need to show index.html.
while configuring server-snippet for …