diff --git a/8.Installation_gitlab_server.md b/8.Installation_gitlab_server.md index 1651a39373b6d000ca300752260c0ee76165e316..016e78e0215886b078c18840a84e5b61f95467a3 100644 --- a/8.Installation_gitlab_server.md +++ b/8.Installation_gitlab_server.md @@ -85,6 +85,32 @@ Après le déploiement, récupérer le mot de passe initial de l'utilisateur `ro ```bash 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. \ No newline at end of file +- GitLab est maintenant installé et accessible via l'adresse IP attribuée par le Load Balancer. +```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 +``` + + \ No newline at end of file diff --git a/images/git.png b/images/git.png new file mode 100644 index 0000000000000000000000000000000000000000..9a240427e09294093a50e739c9e574aa89f4a7b9 Binary files /dev/null and b/images/git.png differ