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

REANA-Cluster v0.5.0

Compare
Choose a tag to compare
@tiborsimko tiborsimko released this 24 Apr 15:16
· 66 commits to master since this release
v0.5.0
  • Upgrades to Kubernetes 1.14, Helm 2.13 and Minikube 1.0.
  • Separates cluster infrastructure pods from runtime workflow engine pods that
    will be created by workflow controller.
  • Adds support for exposing user interactive sessions such as Jupyter notebook
    via Traefik ingress controller.
  • Introduces configurable CVMFS and CephFS shared volume mounts. Changes
    SHARED_VOLUME_PATH to /var/reana/.
  • Adds support for optional HTTPS protocol termination at the REANA-Server
    component.
  • Improves workflow execution queuing and scheduling via REANA-Server
    sidecar.
  • Removes unused REANA-Workflow-Monitor component and ZeroMQ service.
  • Enables Flask debugging mode for the cluster development configuration by
    setting FLASK_ENV accordingly.