Spegel functioning but no cache hits #10463
Replies: 2 comments 3 replies
-
|
Spegel logs are mixed in with all the rest of the k3s logs in the systemd journal. If you run with --debug you'll get more of them. You can also check the containerd logs. If you're using ipv6 as the primary address family on your nodes, you're probably running into #9897 (comment) |
Beta Was this translation helpful? Give feedback.
-
|
Checking back in on this:
I am running I'm not sure, but it seems like the generated configs aren't correct? Would love any ideas whenever someone gets a chance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
k3s: v1.29.5+k3s1
I used this trick from another answer to look at spegel stats:
With sample output:
I have the required
registries.yamldeployed on every node. Some of my images uselatest, but many don't. Furthermore, I use k8s-digester (as recommended by the spegel project itself) to resolve image tags to a digest. This should make for a very cache friendly workload.Yet, I see no cache hits. My only suspicion is that it's related to my dual stack setup, with IPv6 as a priority (i.e. the first address). Is there some way to access the logs of spegel?
Beta Was this translation helpful? Give feedback.
All reactions