Fabio Rauber
Fabio Rauber
That is really nice to hear @jcmoraisjr! BTW, great work on this Ingress Controller, it was exactly what I was looking for. I will see If I can help you...
Found an issue to check if file is readable in `library/alpine:3.14`: the file has read permission for everyone (checked) but the test returns an error code: ``` bash-5.1# [[ -r...
Reverting to `library/alpine:3.13` fixed the issue, for me. ``` bash-5.1# [[ -r domains.txt ]] bash-5.1# echo $? 0 ```
Having cache we could have a Grace Period, in which Traefik would serve static pages even if the backend is down. This would eliminate the need for having Nginx/Varnish in...
Seems to have relation with https://github.com/rancher/rancher/issues/16605. But in my case, there is no excessive ConfigMaps to delete.
The error persists on version 2.2.6, at least for my clusters.
Still happening in version 2.2.7
Still happening in version 2.2.8
Tested on 2.3.5, Kubernetes version 1.15.11. Error Get https://172.31.20.52:6443/api/v1/namespaces/portal-baiao-pa/pods?timeout=30s: context deadline exceeded
This other cluster has 800 Apps in a single project. As you can see, this time the UI responded, but barely passed the 30 seconds limit:  This test was...