You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, I'm run this software in my docker-compose and kubernetes.
I using sidecar mode running varnish container with varnish exporter container.
As I see it, maybe this solution is user friendly.
But...
I met a problem.
docker container console show message:
Could not get hold of varnishd, is it running?
I assume that, maybe varnish-export container exec varnishstats too early,
int 1 varnish container not ready running varnishd.
So, I modify some content, add flag --startup-delay in main() .
6.0.1
1.4.1
Hi.
Thank you for making such a great software.
Now, I'm run this software in my docker-compose and kubernetes.
I using sidecar mode running varnish container with varnish exporter container.
As I see it, maybe this solution is user friendly.
docker-compose example:
But...
I met a problem.
docker container console show message:
I assume that, maybe varnish-export container exec varnishstats too early,
int 1 varnish container not ready running varnishd.
So, I modify some content, add flag --startup-delay in main() .
Let you refer.
Thinks.
The text was updated successfully, but these errors were encountered: