Advertisement
Guest User

Untitled

a guest
Nov 1st, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. [gio@archlinux ~]$ helm install --name artifactory --namespace artifactory --set artifactory.persistence.googleStorage=regional-storage-east1-b-c stable/artifactory
  2. NAME: artifactory
  3. LAST DEPLOYED: Thu Nov 1 13:16:46 2018
  4. NAMESPACE: artifactory
  5. STATUS: DEPLOYED
  6.  
  7. RESOURCES:
  8. ==> v1/Secret
  9. NAME AGE
  10. artifactory-postgresql 2s
  11.  
  12. ==> v1/PersistentVolumeClaim
  13. artifactory-postgresql 2s
  14. artifactory-artifactory 2s
  15.  
  16. ==> v1/RoleBinding
  17. artifactory-artifactory 2s
  18.  
  19. ==> v1beta1/Deployment
  20. artifactory-postgresql 2s
  21. artifactory-artifactory-nginx 2s
  22.  
  23. ==> v1/Pod(related)
  24.  
  25. NAME READY STATUS RESTARTS AGE
  26. artifactory-postgresql-68c9b758bf-qwmf8 0/1 Pending 0 2s
  27. artifactory-artifactory-nginx-69c87b45d7-4rmvn 0/1 Init:0/1 0 2s
  28. artifactory-artifactory-0 0/1 Pending 0 2s
  29.  
  30. ==> v1/ServiceAccount
  31.  
  32. NAME AGE
  33. artifactory-artifactory 2s
  34.  
  35. ==> v1/Role
  36. artifactory-artifactory 2s
  37.  
  38. ==> v1/Service
  39. artifactory-postgresql 2s
  40. artifactory-artifactory 2s
  41. artifactory-artifactory-nginx 2s
  42.  
  43. ==> v1beta2/StatefulSet
  44. artifactory-artifactory 2s
  45.  
  46.  
  47. NOTES:
  48. Congratulations. You have just deployed JFrog Artifactory!
  49.  
  50. #### THIS CHART IS DEPRECATED! ####
  51.  
  52. 1. Get the Artifactory URL by running these commands:
  53.  
  54. NOTE: It may take a few minutes for the LoadBalancer IP to be available.
  55. You can watch the status of the service by running 'kubectl get svc -w artifactory-artifactory-nginx'
  56. export SERVICE_IP=$(kubectl get svc --namespace artifactory artifactory-artifactory-nginx -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
  57. echo http://$SERVICE_IP/
  58.  
  59. 2. Open Artifactory in your browser
  60. Default credential for Artifactory:
  61. user: admin
  62. password: password
  63.  
  64. [gio@archlinux ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement