gpillon
gpillon
I think it could be related to this: [THIS](https://github.com/Sandertv/mcwss/issues/20), it looks the depency is broken....
I am experiencing exactly this issue. For a Red Hat OpenShift (RHOCP) cluster, it is essential to forward the `sni hdr(Host)` to the ingress controller. Currently, without the ability to...
**TL;DR: try with** ```bash helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard \ --create-namespace \ --namespace kubernetes-dashboard \ --set kong.image.repository=docker.io/library/kong \ --set kong.image.tag="3.9.0" ``` **Diagnose**: ```bash kubectl describe pod $(kubectl get pods -n...
Hi! Are you using persistence and mounted volumes for your database? If yes, in OKD (and OpenShift in general), containers usually run with a random user ID for security reasons,...