Conversation
|
|
||
| --- | ||
| apiVersion: v1 | ||
| kind: PersistentVolumeClaim |
There was a problem hiding this comment.
We may switch to https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/ for tentacles volume
octobot.yaml
Outdated
| restartPolicy: Always | ||
| volumes: | ||
| - name: octobot-logs | ||
| emptyDir: {} |
There was a problem hiding this comment.
does that mean we not save logs for an execution to another ?
There was a problem hiding this comment.
Logs will also be retrieved with the console output of the containers so I don't think we need to store them.
There was a problem hiding this comment.
The console output has to be as detailed as the logfiles one for kub in this case 👍
There was a problem hiding this comment.
I'm not sure we want to store hundreds of megabytes per bot per day with the DEBUG level.
There was a problem hiding this comment.
It should not be that much, it's reduced by a lot now. For example right now I have a 1h runing bot with 31Ko logs. It's to be analysed if we need debug logs or not I think in cloud bots
There was a problem hiding this comment.
I think it would be easier to have the logs collected in the output of the console even if it means modifying the logs level when we are in the cloud. It will be much simpler rather than going to recover log files if needed
|
Had just tried to run this.. but I think the IS_CLOUD_ENV is triggering unimplemented behavior. |
Hi! Yes we are working on the cloud env, it may not be stable for now. |
feb1738 to
ed6da95
Compare
|
I have created my own that I am using here: https://github.com/rstuhlmuller/octobot-deploy |
ed6da95 to
0f8814e
Compare
No description provided.