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
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
This might be solved by version v0.3.0 of the container crontab, but that version can't be used until the system-docker version has been upgraded (#2255).
[root@rancheros ~]# system-docker ps | grep test-cron
147806b99cc0 rancher/container-crontab:v0.3.0 "container-crontab" 6 minutes ago Restarting (1) 2 minutes ago test-cron
[root@rancheros ~]# system-docker logs -f test-cron
time="2018-02-20T09:25:18Z" level=info msg="Starting Cron"
time="2018-02-20T09:25:18Z" level=fatal msg="Error response from daemon: client is newer than server (client API version: 1.26, server API version: 1.23)"
The text was updated successfully, but these errors were encountered:
RancherOS Version: v1.2.0
Where are you running RancherOS? VMs, Bare metal, cloud, everywhere it will run.
The system container cron service (
system-cron
) appears to have a memory / fd leak. This is more noticeable on systems with higher uptimes.Compare this to when the process has just started:
This might be solved by version v0.3.0 of the container crontab, but that version can't be used until the system-docker version has been upgraded (#2255).
The text was updated successfully, but these errors were encountered: