kube/kubernetes-dashboard
Lauri Võsandi 4686108f42 Switch to wildcard *.k-space.ee certificate 2022-10-14 14:32:36 +03:00
..
README.md Initial commit 2022-08-25 11:22:50 +03:00
application.yml Switch to wildcard *.k-space.ee certificate 2022-10-14 14:32:36 +03:00

README.md

Workflow

helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
helm template --release-name k6 -n kube-dashboard kubernetes-dashboard/kubernetes-dashboard -f values.yaml > application.yml

Apply the changes:

kubectl apply -f application.yml -n kubernetes-dashboard

Get token

kubectl -n kubernetes-dashboard get secret $(kubectl -n kube-dashboard get sa/admin-user -o jsonpath="{.secrets[0].name}") -o go-template="{{.data.token | base64decode}}"