-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Created Timestamp issue with gcr.io repo not detected #2699
Comments
The error is a warning, and may also be logged while it falls back to the
this fallback seems however not to happen, or the wrong thing is parsed. Can you share the |
Found it! Thanks for the prompt (I should have checked the
Turns out the base image it setting the label, and in the wrong format to boot. Ugh |
@chainlink I am glad you consider this issue to be solved, but Flux should still have fallen back to the My suspicion is however that you are using an older |
I'm using |
Upgraded to
I also tried flushing memcached to force a resync and it gives the same behavior |
(Re-opening as this should fallback) |
Assigning this to @hiddeco , as the timestamp expert :) |
Let me know if there is additional information i should provide. I ended up pulling the root docker container and modifying to remove |
@chainlink thanks for reopening this. Is my memory from the base image being some CentOS image correct? |
Yep! https://hub.docker.com/_/centos they actually an (unaddressed) issue for it as well CentOS/sig-cloud-instance-images#153 |
@chainlink thanks for getting back to me, I have put this on my backlog for this week and should be getting back to you soon. |
@chainlink this was pretty hard to trace down but the devil is in the details. I think |
Thanks for tracking this down for me! |
@chainlink @hiddeco i'm running into this issue as well. I'm running 1.18.0 and having the same error in the warmer on new images (which are centos based) reading this, it appears it was fixed? but is this something i need to toggle in a config or something? |
@bitsofinfo did you clear memcached after upgrading to |
@hiddeco i've never run anything but 1.18.0, (just started playing w/ flux this week) |
if you want to take it to slack: https://cloud-native.slack.com/archives/CLAJ40HV3/p1582399125009300 |
Is there any way to disable the warning message? |
Still seeing this on 1.21, will this be fixed in flux v2? |
Describe the bug
Flux will not detect Created timestamp for gcr.io repo.
Seeing this error in the logs:
But if I run docker inspect on that image I get:
If I run
list-images
theCREATED
column is blank on those images and I see15 images omitted
Flux version: 1.16.0
I'm currently not using any labels in my docker containers (having trouble adding in build-date label via cloudbuild) I have two other kube installs running flux pulling from gcr.io with no issue (on older flux versions)
The text was updated successfully, but these errors were encountered: