pull/20440/merge
Adwait Godbole 2025-11-13 10:51:42 -08:00 committed by GitHub
commit 870dba18ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 5 deletions

View File

@ -24,15 +24,14 @@ minikube service headlamp -n headlamp
To authenticate in Headlamp, fetch the Authentication Token using the following command: To authenticate in Headlamp, fetch the Authentication Token using the following command:
```shell script ```shell script
export SECRET=$(kubectl get secrets --namespace headlamp -o custom-columns=":metadata.name" | grep "headlamp-token") kubectl create token headlamp --duration 24h -n headlamp
kubectl get secret $SECRET --namespace headlamp --template=\{\{.data.token\}\} | base64 --decode ```
```
Headlamp can display more detailed information when metrics-server is installed. To install it, run: Headlamp can display more detailed information when metrics-server is installed. To install it, run:
```shell script ```shell script
minikube addons enable metrics-server minikube addons enable metrics-server
``` ```
### Testing installation ### Testing installation