Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-agent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Helmut Hutzler
gitlab-agent
Commits
39fa97ed
Commit
39fa97ed
authored
2 years ago
by
Helmut Hutzler
Browse files
Options
Downloads
Patches
Plain Diff
Updating git-lab agent Readme
parent
c36acea9
No related branches found
No related tags found
No related merge requests found
Pipeline
#8981
canceled
2 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+35
-0
35 additions, 0 deletions
README.md
with
35 additions
and
0 deletions
README.md
+
35
−
0
View file @
39fa97ed
...
...
@@ -19,7 +19,42 @@ git remote add origin https://git.informatik.fh-nuernberg.de/HutzlerHe/gitlab-ag
git branch -M main
git push -uf origin main
```
## Install new Gitlab-Agent
-
[ ] Our gitlab-agent is named gitlab-agent
-
[ ] All Yaml files deployed to directory /deployments/ in Gitlab project HutzlerHe/gitlab-agent will be deployed at our Kubernetes cluster
-
[ ] => Config file needs to be named : .gitlab/agents/gitlab-agent/config.yaml
-
[ ] Initial Content
```
gitops:
manifest_projects:
- id: HutzlerHe/gitlab-agent
default_namespace: testing
paths:
# Read all YAML files from this directory.
- glob: '/deployments/*.yaml'
# Read all .yaml files from team2/apps and all subdirectories.
#- glob: '/team2/apps/**/*.yaml'
# If 'paths' is not specified or is an empty list, the configuration below is used.
#- glob: '/**/*.{yaml,yml,json}'
reconcile_timeout: 3600s
dry_run_strategy: none
prune: true
prune_timeout: 3600s
prune_propagation_policy: foreground
inventory_policy: must_match
```
For adding a new Kubernetes cluster to your project read
-
[
] [Add Gitlab Agent description
](
https://team.informatik.fh-nuernberg.de/confluence/display/KUB/Gitlab+Agent+Install
)
## Add new repositories
-
[ ] All Yaml files deployed to directory /deployments/ in Gitlab project HutzlerHe/testing-gitlab-agent will be deployed at our Kubernetes cluster
```
- id: HutzlerHe/testing-gitlab-agent
default_namespace: testing
paths:
# Read all YAML files from this directory.
- glob: '/deployments/*.yaml'
```
## Integrate with your tools
-
[
] [Set up project integrations
](
https://git.informatik.fh-nuernberg.de/HutzlerHe/gitlab-agent/-/settings/integrations
)
...
...
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