kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
303 stars 20 forks source link

Add minikube nginx solution for our users #1919

Open RonShvarz opened 3 months ago

RonShvarz commented 3 months ago

In some newer versions of Minikube, nginx controller doesn't support snippet annotations. To fix that issue, we need to edit the cm : kubectl -n ingress-nginx edit cm ingress-nginx-controller and add the following annotation in the data part :

... apiVersion: v1 data: allow-snippet-annotations: "true" hsts: "false" kind: ConfigMap ...

Figure out a way to support this out of the box