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

backend: refactor listing all contexts and error #2326

Merged
merged 1 commit into from
Sep 30, 2024

Commits on Sep 27, 2024

  1. backend: refactor listing valid contexts and error

    This removes the dependacy of manually parsing of k8s resources. It was
    a problem as we had to be in sync with k8s API changes, which is not a
    good way. This change removes that and it splits kubeconfig into
    seperate contexts and validates them.
    
    Fixes: #2347
    Co-Authored-By: Santhosh Nagaraj <sannagaraj@microsoft.com>
    Signed-off-by: Kautilya Tripathi <ktripathi@microsoft.com>
    knrt10 and yolossn committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f01f0f6 View commit details
    Browse the repository at this point in the history