Difference between revisions of "Requested image not found"
Jump to navigation
Jump to search
(Created page with " kubectl describe pod helm install") |
|||
Line 1: | Line 1: | ||
[[kubectl describe pod]] | [[kubectl describe pod]] | ||
+ | |||
+ | for REPOS in $(aws ecr describe-repositories | grep repositoryName | cut -d'"' -f4); do echo $REPOS; aws ecr list-images --repository-name $REPOS; done | ||
[[helm install]] | [[helm install]] |
Revision as of 12:34, 13 July 2022
kubectl describe pod
for REPOS in $(aws ecr describe-repositories | grep repositoryName | cut -d'"' -f4); do echo $REPOS; aws ecr list-images --repository-name $REPOS; done
helm install
Advertising: