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

Fix: "invalid pod status" when running scrips with the kubernetes executor. #1242

Merged

Commits on Jul 22, 2019

  1. Fixes "invalid pod status" error when container status is missing in …

    …kubernetes api.
    
    Signed-off-by: Ólafur Haukur Flygenring <olafurh@wuxinextcode.com>
    Ólafur Haukur Flygenring committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    157ef34 View commit details
    Browse the repository at this point in the history
  2. Test for missing container condition from the kubernetes api.

    Signed-off-by: Ólafur Haukur Flygenring <olafurh@wuxinextcode.com>
    Ólafur Haukur Flygenring committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    c93df5a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Updated K8sResponseException message to be clearer about why it was t…

    …hrown.
    
    Signed-off-by: Ólafur Haukur Flygenring <olafurh@wuxinextcode.com>
    Ólafur Haukur Flygenring committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    2d74314 View commit details
    Browse the repository at this point in the history
  2. Updated K8sResponseException message.

    Signed-off-by: Ólafur Haukur Flygenring <olafurh@wuxinextcode.com>
    Ólafur Haukur Flygenring committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    7a96e12 View commit details
    Browse the repository at this point in the history
  3. Updated tests to reflect new K8sResponseException text.

    Signed-off-by: Ólafur Haukur Flygenring <olafurh@wuxinextcode.com>
    Ólafur Haukur Flygenring committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    f638a19 View commit details
    Browse the repository at this point in the history