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

produce error if encounter ImagePullBackoff #522

Merged
merged 1 commit into from
Jan 20, 2022

Commits on Jan 19, 2022

  1. produce error if encounter ImagePullBackoff

    This correctly has the work unit fail if the container has ImagePullBackOff error
    {'DVxy89tF': {'Detail': 'Error creating pod: container failed to start with '
                            'ImagePullBackoff error, ImagePullBackOff',
                  'ExtraData': {'Command': '',
                                'Image': '',
                                'KubeConfig': '',
                                'KubeNamespace': 'controller-integration-1641911565',
                                'KubePod': '',
                                'Params': '',
                                'PodName': 'kube-6tw5v'},
                  'State': 3,
                  'StateName': 'Failed',
                  'StdoutSize': 0,
                  'WorkType': 'kube'}}
    kdelee committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    1ddc0ec View commit details
    Browse the repository at this point in the history