Skip to content
Snippets Groups Projects
Commit 3a32c1f4 authored by CLEMENTE Damien's avatar CLEMENTE Damien
Browse files

Update 2 files

- /images/git.png
- /8.Installation_gitlab_server.md
parent c540423b
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,32 @@ Après le déploiement, récupérer le mot de passe initial de l'utilisateur `ro ...@@ -85,6 +85,32 @@ Après le déploiement, récupérer le mot de passe initial de l'utilisateur `ro
```bash ```bash
kubectl get secret gitlab-gitlab-initial-root-password -n gitlab -ojsonpath='{.data.password}' | base64 --decode && echo kubectl get secret gitlab-gitlab-initial-root-password -n gitlab -ojsonpath='{.data.password}' | base64 --decode && echo
jpu8OAY6z6rA6ndNkwf79luAcqG6IkBzBLsD3dWECcSgZ5HU4wkgeoCuokgG0UgL
user: root
``` ```
GitLab est maintenant installé et accessible via l'adresse IP attribuée par le Load Balancer. - GitLab est maintenant installé et accessible via l'adresse IP attribuée par le Load Balancer.
\ No newline at end of file ```bash
root@kube01:~# kubectl get svc -n gitlab
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
gitlab-certmanager ClusterIP 10.102.30.10 <none> 9402/TCP 2d6h
gitlab-certmanager-webhook ClusterIP 10.109.28.67 <none> 443/TCP 2d6h
gitlab-gitaly ClusterIP None <none> 8075/TCP,9236/TCP 2d6h
gitlab-gitlab-exporter ClusterIP 10.108.198.134 <none> 9168/TCP 2d6h
gitlab-gitlab-shell ClusterIP 10.103.11.101 <none> 22/TCP 2d6h
gitlab-kas ClusterIP 10.99.109.91 <none> 8150/TCP,8153/TCP,8154/TCP,8151/TCP 2d6h
gitlab-minio-svc ClusterIP 10.96.66.16 <none> 9000/TCP 2d6h
gitlab-nginx-ingress-controller LoadBalancer 10.103.68.81 192.168.10.105 80:31705/TCP,443:32443/TCP,22:30884/TCP 2d6h
gitlab-nginx-ingress-controller-metrics ClusterIP 10.101.56.237 <none> 10254/TCP 2d6h
gitlab-postgresql ClusterIP 10.98.189.212 <none> 5432/TCP 2d6h
gitlab-postgresql-hl ClusterIP None <none> 5432/TCP 2d6h
gitlab-postgresql-metrics ClusterIP 10.110.66.180 <none> 9187/TCP 2d6h
gitlab-prometheus-server ClusterIP 10.104.238.36 <none> 80/TCP 2d6h
gitlab-redis-headless ClusterIP None <none> 6379/TCP 2d6h
gitlab-redis-master ClusterIP 10.111.121.101 <none> 6379/TCP 2d6h
gitlab-redis-metrics ClusterIP 10.106.44.247 <none> 9121/TCP 2d6h
gitlab-registry ClusterIP 10.110.98.144 <none> 5000/TCP 2d6h
gitlab-webservice-default ClusterIP 10.97.84.6 <none> 8080/TCP,8181/TCP,8083/TCP 2d6h
```
![wordpress](/images/git)
\ No newline at end of file
images/git.png

78.5 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment