Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

REANA-Cluster v0.6.0

Compare
Choose a tag to compare
@tiborsimko tiborsimko released this 27 Dec 09:49
· 12 commits to master since this release
v0.6.0
  • Upgrades to Kubernetes 1.16.
  • Moves Traefik installation to Helm 3.0.0.
  • Creates a new Kubernetes service account for REANA with appropriate
    permissions.
  • Makes database connection details configurable so that REANA can connect to
    databases external to the cluster.
  • Adds an interactive mode on cluster initialisation to allow providing
    deployment secrets such as OAuth integration, GitLab integration or
    external database details.
  • Autogenerates deployment secrets if not provided by the administrator at
    cluster creation time.
  • Adds CERN specific Kerberos configuration files.
  • Adds new flag and configuration to optionally deploy with CERN EOS storage.
  • Renames reana-cluster.yaml to reana-cluster-minikube.yaml for local
    developments.
  • Adds Python 3.8 support.