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