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

Backport: Prevent a panic in tsh kube login when logged out #4891

Closed
wants to merge 1 commit into from

Commits on Nov 18, 2020

  1. Prevent a panic in tsh kube login when logged out (#4885)

    Turns out, client.Status can return a nil error *and* profile.
    Handle nil profile separately and return a simple error.
    Andrew Lytvynov committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    85df2ef View commit details
    Browse the repository at this point in the history