Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kubernetes
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
Container 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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CAILLETTAUD Remi
kubernetes
Commits
f77e9254
Commit
f77e9254
authored
3 years ago
by
remche
Browse files
Options
Downloads
Patches
Plain Diff
work on argocd
parent
7ecd74a8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+19
-0
19 additions, 0 deletions
README.md
argocd/vapormap.yaml
+13
-0
13 additions, 0 deletions
argocd/vapormap.yaml
with
32 additions
and
0 deletions
README.md
+
19
−
0
View file @
f77e9254
...
...
@@ -265,3 +265,22 @@ microk8s.enable helm3
alias
helm
=
'microk8s helm3'
echo
"alias helm='microk8s helm3'"
>>
~/.bashrc
```
Puis, on peut déployer le chart Helm qui est dans le répertoire
`helm`
. Les différentes valeurs peuvent être configurées via le fichier
`values.yaml`
.
```
bash
helm upgrade
--install
vapormap vapormap
-f
values.yaml
```
#### GitOps ####
Utilisation d'Argo CD.
Installation d'Argo CD :
```
bash
helm repo add argo https://argoproj.github.io/argo-helm
helm repo update
helm upgrade
--install
argocd
--create-namespace
-n
argocd argo/argo-cd
```
This diff is collapsed.
Click to expand it.
argocd/vapormap.yaml
0 → 100644
+
13
−
0
View file @
f77e9254
apiVersion
:
argoproj.io/v1alpha1
kind
:
Application
metadata
:
name
:
vapormap
namespace
:
argocd
spec
:
project
:
default
source
:
repoURL
:
https://gricad-gitlab.univ-grenoble-alpes.fr/kubernetes-alpes/formations/argocd-vapormap.git
targetRevision
:
HEAD
destination
:
server
:
https://kubernetes.default.svc
namespace
:
default
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