Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How to run containers in K8s cluster

  1. login git to https://gitlab.software.geant.org
  2. got to project K8s Templates  (https://gitlab.software.geant.org/gitlab-ci-templates/k8s-templates)
  3. clone project K8s Templates
  4. read carefully file .gitlab-ci.yml and copy required code to .gitlab-ci.yml in your repository.
  5. read carefully file k8s-manifests/k8s.templ.yml and modify it according to your needs (based on comments)
  6. copy directory k8s-manifests to main directory in your repository
  7. test CI pipeline

...