Results 9 comments of George Fleury

I'm looking for something similar, Kubernetes already has a cronjob resource controller. Which could be used for tsuru kubernetes provisioners. However for pure docker/tsuru this is something to discuss. And...

Having a Procfile with one extra line like (crontab -l 2>/dev/null; echo "*/5 * * * * echo Hello > /proc/1/fd/1 2> /proc/1/fd/2") | crontab - && sudo cron -f...

For docker seems that the controller will need to be in tsuru it self, maybe with github.com/robfig/cron. Or maybe extending gc.go to support more options in scheduling. For docker swarm...

@ggarnier I was facing the same issue. In my situation was the lack of permissions for the Tsuru service account (for deleting pods). If you were using RBAC, it could...

I've updated to cert-manager and update nginx-ingress (which already supports cert-manager). The annotations are still the same for it: kubernetes.io/tls-acme: true But the point is that we have a few...

Actually you can assign to me. =)

Sure, I will create a PR soon.