Skip to content

Commit

Permalink
Improve the image pull backoff matcher (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshrvel authored Mar 19, 2024
1 parent 0a618fb commit 5d97f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robusta/core/playbooks/pod_utils/imagepull_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class ImagePullBackoffInvestigator:
configs = [
# Containerd
{
"err_template": 'failed to pull and unpack image ".*?": failed to resolve reference ".*?": .*?: not found',
"err_template": r'failed to pull and unpack image ".*?": failed to resolve reference ".*?": .*?(no such host|not found)',
"reason": ImagePullBackoffReason.RepoDoesntExist,
},
{
Expand Down

0 comments on commit 5d97f2a

Please sign in to comment.