addons headlamp: Add profile to command output

pull/17776/head
Steven Powell 2023-12-12 12:52:47 -08:00
parent fe8766285d
commit 17df0cdff7
1 changed files with 2 additions and 2 deletions

View File

@ -125,9 +125,9 @@ func postStartMessages(cc *config.ClusterConfig, name, value string) {
`, out.V{"profileArg": tipProfileArg})
case "headlamp":
out.Styled(style.Tip, `To access Headlamp, use the following command:
minikube service headlamp -n headlamp
minikube{{.profileArg}} service headlamp -n headlamp
`)
`, out.V{"profileArg": tipProfileArg})
tokenGenerationTip := "To authenticate in Headlamp, fetch the Authentication Token using the following command:"
createSvcAccountToken := "kubectl create token headlamp --duration 24h -n headlamp"
getSvcAccountToken := `export SECRET=$(kubectl get secrets --namespace headlamp -o custom-columns=":metadata.name" | grep "headlamp-token")