- Ubuntu 14.04.5
- MySQL - 5.5.53
- GitLab Source - 7.14.3
- GitLab Shell - 2.6.5
- GitLab API - v3
- Ruby 2.1.6p336
| apiVersion: v1 | |
| kind: ServiceAccount | |
| metadata: | |
| name: admin-user | |
| namespace: kube-system | |
| --- | |
| apiVersion: rbac.authorization.k8s.io/v1beta1 | |
| kind: ClusterRoleBinding | |
| metadata: | |
| name: admin-user |
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: redis-master | |
| labels: | |
| app: redis | |
| tier: backend | |
| role: master | |
| spec: | |
| ports: |
I hereby claim:
To claim this, I am signing this object:
| console.clear() | |
| filename = "DP1.state" | |
| boxRadius = 6 | |
| buttonNames = { | |
| "A", | |
| "B", | |
| "X", | |
| "Y", | |
| "Up", |
| # This file is managed by gitlab-ctl. Manual changes will be | |
| # erased! To change the contents below, edit /etc/gitlab/gitlab.rb | |
| # and run `sudo gitlab-ctl reconfigure`. | |
| ## GitLab | |
| ## Contributors: randx, yin8086, sashkab, orkoden, axilleas, bbodenmiller | |
| ## | |
| ## Modified from https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/support/nginx/gitlab-ssl & https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/support/nginx/gitlab | |
| ## | |
| ## Lines starting with two hashes (##) are comments with information. |
This document is still a work in progress. It will be used as a tutorial to help explain the basics of Git and GitLab to users unfamiliar with them.