aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7f55fd7..792e6ed 100644
--- a/README.md
+++ b/README.md
@@ -15,3 +15,12 @@ Secrets
echo -n $password | base64
kubectl exec -it mi-gateway-pod -- /bin/bash
+
+# Kubernetes Dashboard
+
+* https://github.com/kubernetes/dashboard/wiki/Creating-sample-user
+
+Getting bearer token
+
+ kubectl -n kube-system describe secret $(kubectl -n kube-system get secret | grep admin-user | awk '{print $1}')
+