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

Warn if incompatible kubectl version is in use #5596

Merged
merged 2 commits into from
Oct 17, 2019

Commits on Oct 11, 2019

  1. Warn if incompatible kubectl version is in use

    Fixes: kubernetes#3329
    
    Modification is done inside start.go where additional checking on the
    version returned via the kubectl CLI is checked.
    
    Running 'kubectl version --output=json' will return both client
    and server information.
    nanikjava committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    9bf9041 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Restructure code based on PR comments.

    * When nil is returned from function just return back
    * Restructure the output so that it will make more sense
    for the user
    nanikjava committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    789cc7a View commit details
    Browse the repository at this point in the history