Spegel functioning but no cache hits #10463
Unanswered
craigcabrey
asked this question in
Q&A
Replies: 1 comment 2 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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.yaml
deployed 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