Skip to content

Commit

Permalink
working with k9s
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmcshane committed Sep 20, 2023
1 parent 1080b67 commit cf1aeb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/cmd/commands/kubectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func runKubectl(ctx context.Context, _ *types.GetAuthenticatedUserResponse, clie
return fmt.Errorf("erro reading downloaded kubeconfig for printing: %w", err)
}
fmt.Println(string(kc))
return nil
}

err = os.Setenv("KUBECONFIG", tmpFile)
Expand Down

0 comments on commit cf1aeb0

Please sign in to comment.