UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
How to run containers in K8s cluster
- login git to https://gitlab.software.geant.org
- got to project K8s Templates (https://gitlab.software.geant.org/gitlab-ci-templates/k8s-templates)
- clone project K8s Templates
- read carefully file .gitlab-ci.yml and copy required code to .gitlab-ci.yml in your repository.
- read carefully file k8s-manifests/k8s.templ.yml and modify it according to your needs (based on comments)
- copy directory k8s-manifests to main directory in your repository
- test CI pipeline
...