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

Enhancement: Improve error reporting when image pull job expires #98

Closed
senthilrch opened this issue Aug 10, 2021 · 0 comments
Closed
Assignees
Labels
enhancement Enhancement to existing feature
Milestone

Comments

@senthilrch
Copy link
Owner

When images cannot be pulled into cache due to issues like incorrect image path/tag, incorrect image pull secrets etc. the image pull job expires after --image-pull-deadline-duration. The image cache status is updated with empty failure message and reason. A suitable error message and reason would help users to understand the cause of the failure. See below:-

},
"status": {
"completionTime": "2021-08-09T21:26:09Z",
"failures": {
"myreg.azurecr.io/private-a": [
{
"message": "",
"node": "aks-m-20868404-vmss00006h",
"reason": ""
},
{
"message": "",
"node": "aks-m-20868404-vmss00006j",
"reason": ""
},
{
"message": "",
"node": "aks-m-20868404-vmss000004",
"reason": ""
},
{
"message": "",
"node": "aks-m-20868404-vmss000065",
"reason": ""
},........
@senthilrch senthilrch added the enhancement Enhancement to existing feature label Aug 10, 2021
@senthilrch senthilrch self-assigned this Sep 1, 2021
@senthilrch senthilrch added this to the v0.9.0 milestone Sep 1, 2021
@senthilrch senthilrch changed the title Improve error reporting when image pull job expires Enhancement: Improve error reporting when image pull job expires Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to existing feature
Projects
None yet
Development

No branches or pull requests

1 participant