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

Latest commit

 

History

History
60 lines (38 loc) · 2.06 KB

README.md

File metadata and controls

60 lines (38 loc) · 2.06 KB

NOTE: This repository is no longer being updated. Please visit deployment-tools for the up to date Docker Compose files and Helm charts


Logo

Syntho Charts

General repository for Syntho Helm charts and other related configuration files.
Explore the deployment docs »

About The Project

A repository containing all the relevant Helm charts and other related configuration files for the Syntho applications. Under the folder /helm, the following Helm charts are available:

  • Ray (Chart + sample configuration)
  • JupyterHub (only sample configuration)
  • Syntho Application (Chart)

(back to top)

Getting all images as .tar files locally

Script prepare-syntho-images.sh has been prepared for convenience for a case where target enviroment does not have an access to internet. Script will save all images into single syntho-images.tar file (save mode), which can be moved to target machine and loaded there with the same script (load mode).

Script should have executable permissions set. If that is not the case please run the following command:

chmod +x prepare-syntho-images.sh

Usage

/prepare-syntho-images.sh --mode <save/load> --tag <tag> --path <path>

Example saving images to local .tar file:

/prepare-syntho-images.sh --mode save --tag latest --path /home/syntho/images

Example loading images to local .tar file:

/prepare-syntho-images.sh --mode load --tag latest --path /home/syntho/images

Contact

Syntho - [email protected]

(back to top)