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

Adding additional print columns #195

Merged
merged 1 commit into from
Nov 26, 2022
Merged

Conversation

davidcollom
Copy link
Contributor

This allows for easier debugging when performing a kubectl get imagecache such as:

$ kubectl get imagecache -A
NAMESPACE     NAME         STATUS      MESSAGE                                                            AGE
kube-fledged   XXXXXXX     Failed      Image pull failed for some images. Please see "failures" section   68m
kube-fledged   XXXXXXX     Failed      Image pull failed for some images. Please see "failures" section   69m
kube-fledged   XXXXXXX      Failed      Image pull failed for some images. Please see "failures" section   74m
kube-fledged   XXXXXXX      Succeeded   All requested images pulled succesfully to respective nodes        83m
kube-fledged   XXXXXXX      Failed      Image pull failed for some images. Please see "failures" section   81m
kube-fledged   XXXXXXX   Failed      Image pull failed for some images. Please see "failures" section   79m
kube-fledged   XXXXXXX        Succeeded   All requested images pulled succesfully to respective nodes        86m

I wasn't able to find where/when nor how you were generating the CRD's (only the Clientset and Deepcopy)

This allows for easier debugging when performing a `kubectl get imagecache`
@senthilrch senthilrch self-assigned this Nov 26, 2022
@senthilrch senthilrch added the enhancement Enhancement to existing feature label Nov 26, 2022
@senthilrch senthilrch added this to the v0.11.0 milestone Nov 26, 2022
@senthilrch senthilrch merged commit e382977 into senthilrch:master Nov 26, 2022
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

Successfully merging this pull request may close these issues.

2 participants