Skip to content

Commit

Permalink
addons headlamp: Add profile to command output
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Dec 20, 2023
1 parent fe87662 commit 17df0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/addons/addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 17df0cd

Please sign in to comment.