Skip to content

Commit b77fffd

Browse files
committed
added statusName for kubeconfig
Fixes #8921 Signed-off-by: Tharun <[email protected]>
1 parent 39c9b48 commit b77fffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/minikube/cmd/status.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ func clusterState(sts []*Status) ClusterState {
499499
TimeToStop: sts[0].TimeToStop,
500500

501501
Components: map[string]BaseState{
502-
"kubeconfig": {Name: "kubeconfig", StatusCode: statusCode(sts[0].Kubeconfig)},
502+
"kubeconfig": {Name: "kubeconfig", StatusCode: statusCode(sts[0].Kubeconfig), StatusName: codeNames[statusCode(sts[0].Kubeconfig)]},
503503
},
504504
}
505505

0 commit comments

Comments
 (0)