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

Gracefully handle unreachable k8s cluster #946

Merged
merged 8 commits into from
Jan 16, 2020

Commits on Jan 16, 2020

  1. Return error from provider for inaccessible k8s cluster

    Previously, the provider erroneously expected that the
    default provider pointed to a functioning Kubernetes
    cluster. This led to unexpected failures in cases where
    this wasn't true, such as the user manually setting the
    kubeconfig value for the stack to an invalid value. This
    change explicitly checks for a valid configuration, and
    returns with a descriptive error if this check fails.
    lblackstone committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    8550420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e23f91 View commit details
    Browse the repository at this point in the history
  3. Update invoke logic

    lblackstone committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    880c7f5 View commit details
    Browse the repository at this point in the history
  4. Update logic

    lblackstone committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    fea2dad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c20cead View commit details
    Browse the repository at this point in the history
  6. Update changelog

    lblackstone committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    f5ca028 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e88d24e View commit details
    Browse the repository at this point in the history
  8. Address feedback

    lblackstone committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    cffa7a6 View commit details
    Browse the repository at this point in the history