Advertisement
GarbageYard

GitLab UI not working

Sep 8th, 2017
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.39 KB | None | 0 0
  1. [rancher@node-c ~]$ docker logs d84904cf5c02 -f
  2. Initializing logdir...
  3. Initializing datadir...
  4. Installing configuration templates...
  5. Configuring gitlab...
  6. Configuring gitlab::database............................
  7. Configuring gitlab::redis
  8. Configuring gitlab::secrets...
  9. Configuring gitlab::sidekiq...
  10. Configuring gitlab::gitaly...
  11. Configuring gitlab::gitlab-workhorse...
  12. Configuring gitlab::unicorn...
  13. Configuring gitlab::timezone...
  14. Configuring gitlab::rack_attack...
  15. Configuring gitlab::ci...
  16. Configuring gitlab::artifacts...
  17. Configuring gitlab::lfs...
  18. Configuring gitlab::mattermost...
  19. Configuring gitlab::project_features...
  20. Configuring gitlab::oauth...
  21. Configuring gitlab::ldap...
  22. Configuring gitlab::cron_jobs...
  23. Configuring gitlab::backups...
  24. Configuring gitlab::registry...
  25. Configuring gitlab::pages...
  26. Configuring gitlab-shell...
  27. Configuring nginx...
  28. Configuring nginx::gitlab...
  29. Setting up GitLab for firstrun. Please be patient, this could take a while...
  30. Missing Rails.application.secrets.jws_private_key for production environment. The secret will be generated and stored in config/secrets.yml.
  31. gitlabhq_production already exists
  32. Migrating database...
  33. Clearing cache...
  34. 2017-09-08 10:14:59,379 CRIT Supervisor running as root (no user in config file)
  35. 2017-09-08 10:14:59,380 WARN Included extra file "/etc/supervisor/conf.d/gitaly.conf" during parsing
  36. 2017-09-08 10:14:59,380 WARN Included extra file "/etc/supervisor/conf.d/nginx.conf" during parsing
  37. 2017-09-08 10:14:59,380 WARN Included extra file "/etc/supervisor/conf.d/gitlab-workhorse.conf" during parsing
  38. 2017-09-08 10:14:59,380 WARN Included extra file "/etc/supervisor/conf.d/sshd.conf" during parsing
  39. 2017-09-08 10:14:59,381 WARN Included extra file "/etc/supervisor/conf.d/unicorn.conf" during parsing
  40. 2017-09-08 10:14:59,381 WARN Included extra file "/etc/supervisor/conf.d/cron.conf" during parsing
  41. 2017-09-08 10:14:59,381 WARN Included extra file "/etc/supervisor/conf.d/mail_room.conf" during parsing
  42. 2017-09-08 10:14:59,381 WARN Included extra file "/etc/supervisor/conf.d/sidekiq.conf" during parsing
  43. 2017-09-08 10:14:59,444 INFO RPC interface 'supervisor' initialized
  44. 2017-09-08 10:14:59,444 CRIT Server 'unix_http_server' running without any HTTP authentication checking
  45. 2017-09-08 10:14:59,445 INFO supervisord started with pid 1
  46. 2017-09-08 10:15:00,448 INFO spawned: 'gitaly' with pid 697
  47. 2017-09-08 10:15:00,450 INFO spawned: 'sidekiq' with pid 698
  48. 2017-09-08 10:15:00,462 INFO spawned: 'unicorn' with pid 699
  49. 2017-09-08 10:15:00,469 INFO spawned: 'gitlab-workhorse' with pid 700
  50. 2017-09-08 10:15:00,481 INFO spawned: 'cron' with pid 701
  51. 2017-09-08 10:15:00,487 INFO spawned: 'nginx' with pid 702
  52. 2017-09-08 10:15:00,494 INFO spawned: 'sshd' with pid 703
  53. 2017-09-08 10:15:01,455 INFO success: gitaly entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  54. 2017-09-08 10:15:01,455 INFO success: sidekiq entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  55. 2017-09-08 10:15:01,478 INFO success: unicorn entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  56. 2017-09-08 10:15:01,478 INFO success: gitlab-workhorse entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  57. 2017-09-08 10:15:01,819 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  58. 2017-09-08 10:15:01,819 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  59. 2017-09-08 10:15:01,820 INFO success: sshd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  60.  
  61. ---------------------------------------------------------------------------
  62.  
  63. [root@cent-gluster-workstation ~]# kubectl get -o yaml svc gitlab
  64. apiVersion: v1
  65. kind: Service
  66. metadata:
  67.   creationTimestamp: 2017-09-08T09:42:31Z
  68.   labels:
  69.     io.kompose.service: gitlab
  70.   name: gitlab
  71.   namespace: default
  72.   resourceVersion: "253836"
  73.   selfLink: /api/v1/namespaces/default/services/gitlab
  74.   uid: 08ea0247-947a-11e7-91f5-023b4c0eea15
  75. spec:
  76.   clusterIP: 10.43.85.137
  77.   ports:
  78.   - name: "443"
  79.     port: 443
  80.     protocol: TCP
  81.     targetPort: 443
  82.   - name: "80"
  83.     port: 80
  84.     protocol: TCP
  85.     targetPort: 80
  86.   - name: "10022"
  87.     port: 10022
  88.     protocol: TCP
  89.     targetPort: 22
  90.   selector:
  91.     io.kompose.service: gitlab
  92.   sessionAffinity: None
  93.   type: ClusterIP
  94. status:
  95.   loadBalancer: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement