Guest User

Untitled

a guest
Jun 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # Kubernetes Tips 'n' Tricks
  2.  
  3. _This is a living document_
  4.  
  5. ### Show the Jenkins admin password
  6.  
  7. `printf $(kubectl get secret --namespace <namespace> <podname> -o jsonpath="{.data.jenkins-admin-password}" | base64 --decode);echo`
Add Comment
Please, Sign In to add comment