We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178a3a2 commit 4168734Copy full SHA for 4168734
cmd/minikube/cmd/config/profile_list.go
@@ -60,7 +60,7 @@ var printProfilesTable = func() {
60
61
var validData [][]string
62
table := tablewriter.NewWriter(os.Stdout)
63
- table.SetHeader([]string{"Profile", "VM Driver", "Container Runtime", "NodeIP", "API Port", "Kubernetes Version", "Status"})
+ table.SetHeader([]string{"Profile", "VM Driver", "Runtime", "IP", "Port", "Version", "Status"})
64
table.SetAutoFormatHeaders(false)
65
table.SetBorders(tablewriter.Border{Left: true, Top: true, Right: true, Bottom: true})
66
table.SetCenterSeparator("|")
0 commit comments