Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DevOps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CLEMENTE Damien
DevOps
Commits
3a32c1f4
Commit
3a32c1f4
authored
4 months ago
by
CLEMENTE Damien
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
8.Installation_gitlab_server.md
+27
-1
27 additions, 1 deletion
8.Installation_gitlab_server.md
images/git.png
+0
-0
0 additions, 0 deletions
images/git.png
with
27 additions
and
1 deletion
8.Installation_gitlab_server.md
+
27
−
1
View file @
3a32c1f4
...
@@ -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
```

\ No newline at end of file
This diff is collapsed.
Click to expand it.
images/git.png
0 → 100644
+
0
−
0
View file @
3a32c1f4
78.5 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment