EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 6a2b2111 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

README add hint about ingress not working on minikube

parent a3478dad
No related branches found
No related tags found
No related merge requests found
Pipeline #26474 passed
......@@ -102,6 +102,15 @@ Where `<IP-ADDRESS>` is one of
* 127.0.0.1
* Output of `minikube ip`
If you are having trouble with ingress on minikube: `data-access.<IP-ADDRESS>.nip.io` not being accessible, try this while your deployment is running:
```bash
minikube addons disable ingress && minikube addons enable ingress
kubectl delete -A ValidatingWebhookConfiguration ingress-nginx-admission
```
Wait a few moments and ingress access should be restored.
You might also want to change the number of replicas:
```yaml
renderer:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment