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
The nextcloud-cron pods fail to get in the READY state. The logs:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 503
The main nextcloud pod waits for these, which eventually times out and the installation fails.
Edit: Never mind, the chart is broken even using the default nextcloud image. Deploy file can be found here.
It looks related to #16. The change broke it for somebody else too:
The error message is different (503 vs 400). Total guess: it's running curl and expecting to find the Nextcloud instance up, but Nextcloud won't be up until after the cron pod itself is up.
The text was updated successfully, but these errors were encountered:
sseneca
changed the title
Chart doesn't install if curlimages/curl used as cronjob image
With cronjob enabled, the Chart does not install
Oct 22, 2020
From the
values.yaml
, "Nexcloud image is used as default but only curl is needed". I chosecurlimages/curl
, but this doesn't work.With the following:
The
nextcloud-cron
pods fail to get in theREADY
state. The logs:The main nextcloud pod waits for these, which eventually times out and the installation fails.
Edit: Never mind, the chart is broken even using the default nextcloud image. Deploy file can be found here.
It looks related to #16. The change broke it for somebody else too:
#16 (comment)
The error message is different (503 vs 400). Total guess: it's running curl and expecting to find the Nextcloud instance up, but Nextcloud won't be up until after the
cron
pod itself is up.The text was updated successfully, but these errors were encountered: