Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CachedImage not created #452

Open
bpoland opened this issue Dec 11, 2024 · 2 comments
Open

CachedImage not created #452

bpoland opened this issue Dec 11, 2024 · 2 comments
Assignees

Comments

@bpoland
Copy link

bpoland commented Dec 11, 2024

Hey there, I have a weird situation where one of my images was getting rewritten but no CachedImage or Repository were getting automatically created for it. I have looked through the controller logs for any hints but am not seeing anything obvious. The CachedImage and Repository are being created for other images in the same repo but not this one.

The only thing I could think of is that the problematic image name and tag are longer than others, so I tried manually creating the Cachedimage and Repository to see if I got any errors, but it worked fine and now my Pods are starting.

Has anyone seen anything like this before? Are there specific log lines I can look at in the controller log to try to troubleshoot? Thank you!

@plaffitt plaffitt self-assigned this Dec 12, 2024
@plaffitt
Copy link
Contributor

Hello,

I would need more information in order to help you. Could you please provide:

  • Relevant logs (specifically the pod controller logs, which is in charge of creating CachedImages). You can enable debugging logs with .controllers.verbosity: DEBUG to get more details.
  • A minimal reproducible example of a Pod producing this behavior.
  • Any custom configuration in your values.yaml.

Thanks for reporting!

@bpoland
Copy link
Author

bpoland commented Dec 12, 2024

Ah thank you, I will enable the higher verbosity and try to reproduce in a test cluster in the next few days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants