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

Highlight if there is no pull credentials when ImagePullBackOff #258

Open
bergerx opened this issue Mar 5, 2022 · 0 comments
Open

Highlight if there is no pull credentials when ImagePullBackOff #258

bergerx opened this issue Mar 5, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@bergerx
Copy link
Owner

bergerx commented Mar 5, 2022

The image we are trying to retrieve could be from a private registry, and workload may not have credentials provided anywhere.

This case is covered in:

Common paths to find the credentials are:

We may even go further and check if the provided credentials are valid. But do we really want operators to issue an authentication request to the container registry from the client? Maybe we can have a special flag that enables this check and provide a help message to try with that flag to test.

These checks should be skipped if the imagePullPolicy property of the container is set to Never. This case needs to be explicitly covered.

@bergerx bergerx added the enhancement New feature or request label Mar 5, 2022
@bergerx bergerx moved this to To do in Template Improvements Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant