Replies: 2 comments
|
Interesting things, it seems that the download stops at exactly 5GB, you can see this in the log : and a |
0 replies
|
So, I tried to move out of kubernetes to test if this could improve things.
I'm not sure why this has been moved to discussion as it really sound like a bug :) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
What did you do? (required. The issue will be closed when not provided.)
Started last version of vuls, using vuls2 db, in a kubernetes deployment
What did you expect to happen?
The database should update correctly. Ideally, the /health route should not be OK when no database are available.
What happened instead?
When starting pod, the following occurs within first minutes after pods starts :
They do not start all at same time, but the 3 keeps growing. Logs return some (not really consistent) data :
I guess the Failed to detect are because the pod is seen as ready (because /health is) and some requests are sent. But the main issue is that the vuls.db is never correctly downloaded (and seems to be downloaded multiple times).
At some point, some versions are deleted and new ones starts, exemple on the same pod after a few minutes :
Cleaned log at that same time :
Config is :
All reactions