Agregando dashboard
This commit is contained in:
3
manifest/08-dashboard/get-secret.sh
Normal file
3
manifest/08-dashboard/get-secret.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
kubectl get secret admin-user -n kubernetes-dashboard -o jsonpath="{.data.token}" | base64 -d
|
||||
Reference in New Issue
Block a user