organicnz

Untitled

Nov 19th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. helm status jenkins-16057xxxxx
  2. NAME: jenkins-16057xxxxx
  3. LAST DEPLOYED: Thu Nov 19 01:00:23 2020
  4. NAMESPACE: default
  5. STATUS: deployed
  6. REVISION: 1
  7. TEST SUITE: None
  8. NOTES:
  9. ** Please be patient while the chart is being deployed **
  10.  
  11. 1. Get the Jenkins URL by running:
  12.  
  13. ** Please ensure an external IP is associated to the jenkins-16057xxxxx service before proceeding **
  14. ** Watch the status using: kubectl get svc --namespace default -w jenkins-16057xxxxx **
  15.  
  16. export SERVICE_IP=$(kubectl get svc --namespace default jenkins-16057xxxxx --template "{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}")
  17. echo "Jenkins URL: http://$SERVICE_IP/"
  18.  
  19. 2. Login with the following credentials
  20.  
  21. echo Username: user
  22. echo Password: $(kubectl get secret --namespace default jenkins-16057xxxxx -o jsonpath="{.data.jenkins-password}" | base64 --decode)
  23.  
  24.  
  25. (kubectl get secret --namespace default jenkins-16057xxxxx -o jsonpath="{.data.jenkins-password}" | base64 --decode)
  26. �K�y�e��ly�޷�jg���u�ں[czy"�ϵ�N{߯5��#���j�%
  27.  
  28. (kubectl get secret --namespace default jenkins-16057xxxxx -o jsonpath="{.data.jenkins-password}")
  29. + kubectl get secret --namespace default jenkins-16057xxxxx -o jsonpath={.data.jenkins-password}
  30. PLlsFRdnQlYcbg==%
Add Comment
Please, Sign In to add comment