Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [rancher@node-c ~]$ docker logs d84904cf5c02 -f
- Initializing logdir...
- Initializing datadir...
- Installing configuration templates...
- Configuring gitlab...
- Configuring gitlab::database............................
- Configuring gitlab::redis
- Configuring gitlab::secrets...
- Configuring gitlab::sidekiq...
- Configuring gitlab::gitaly...
- Configuring gitlab::gitlab-workhorse...
- Configuring gitlab::unicorn...
- Configuring gitlab::timezone...
- Configuring gitlab::rack_attack...
- Configuring gitlab::ci...
- Configuring gitlab::artifacts...
- Configuring gitlab::lfs...
- Configuring gitlab::mattermost...
- Configuring gitlab::project_features...
- Configuring gitlab::oauth...
- Configuring gitlab::ldap...
- Configuring gitlab::cron_jobs...
- Configuring gitlab::backups...
- Configuring gitlab::registry...
- Configuring gitlab::pages...
- Configuring gitlab-shell...
- Configuring nginx...
- Configuring nginx::gitlab...
- Setting up GitLab for firstrun. Please be patient, this could take a while...
- Missing Rails.application.secrets.jws_private_key for production environment. The secret will be generated and stored in config/secrets.yml.
- gitlabhq_production already exists
- Migrating database...
- Clearing cache...
- 2017-09-08 10:14:59,379 CRIT Supervisor running as root (no user in config file)
- 2017-09-08 10:14:59,380 WARN Included extra file "/etc/supervisor/conf.d/gitaly.conf" during parsing
- 2017-09-08 10:14:59,380 WARN Included extra file "/etc/supervisor/conf.d/nginx.conf" during parsing
- 2017-09-08 10:14:59,380 WARN Included extra file "/etc/supervisor/conf.d/gitlab-workhorse.conf" during parsing
- 2017-09-08 10:14:59,380 WARN Included extra file "/etc/supervisor/conf.d/sshd.conf" during parsing
- 2017-09-08 10:14:59,381 WARN Included extra file "/etc/supervisor/conf.d/unicorn.conf" during parsing
- 2017-09-08 10:14:59,381 WARN Included extra file "/etc/supervisor/conf.d/cron.conf" during parsing
- 2017-09-08 10:14:59,381 WARN Included extra file "/etc/supervisor/conf.d/mail_room.conf" during parsing
- 2017-09-08 10:14:59,381 WARN Included extra file "/etc/supervisor/conf.d/sidekiq.conf" during parsing
- 2017-09-08 10:14:59,444 INFO RPC interface 'supervisor' initialized
- 2017-09-08 10:14:59,444 CRIT Server 'unix_http_server' running without any HTTP authentication checking
- 2017-09-08 10:14:59,445 INFO supervisord started with pid 1
- 2017-09-08 10:15:00,448 INFO spawned: 'gitaly' with pid 697
- 2017-09-08 10:15:00,450 INFO spawned: 'sidekiq' with pid 698
- 2017-09-08 10:15:00,462 INFO spawned: 'unicorn' with pid 699
- 2017-09-08 10:15:00,469 INFO spawned: 'gitlab-workhorse' with pid 700
- 2017-09-08 10:15:00,481 INFO spawned: 'cron' with pid 701
- 2017-09-08 10:15:00,487 INFO spawned: 'nginx' with pid 702
- 2017-09-08 10:15:00,494 INFO spawned: 'sshd' with pid 703
- 2017-09-08 10:15:01,455 INFO success: gitaly entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
- 2017-09-08 10:15:01,455 INFO success: sidekiq entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
- 2017-09-08 10:15:01,478 INFO success: unicorn entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
- 2017-09-08 10:15:01,478 INFO success: gitlab-workhorse entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
- 2017-09-08 10:15:01,819 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
- 2017-09-08 10:15:01,819 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
- 2017-09-08 10:15:01,820 INFO success: sshd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
- ---------------------------------------------------------------------------
- [root@cent-gluster-workstation ~]# kubectl get -o yaml svc gitlab
- apiVersion: v1
- kind: Service
- metadata:
- creationTimestamp: 2017-09-08T09:42:31Z
- labels:
- io.kompose.service: gitlab
- name: gitlab
- namespace: default
- resourceVersion: "253836"
- selfLink: /api/v1/namespaces/default/services/gitlab
- uid: 08ea0247-947a-11e7-91f5-023b4c0eea15
- spec:
- clusterIP: 10.43.85.137
- ports:
- - name: "443"
- port: 443
- protocol: TCP
- targetPort: 443
- - name: "80"
- port: 80
- protocol: TCP
- targetPort: 80
- - name: "10022"
- port: 10022
- protocol: TCP
- targetPort: 22
- selector:
- io.kompose.service: gitlab
- sessionAffinity: None
- type: ClusterIP
- status:
- loadBalancer: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement