Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.05 KB

Galaxy on Kubernetes Management (GalaxyKubeMan) Helm Chart

Helm chart for Galaxy KubeMan used for deploying Galaxy with NFS (for a multi-node shared filesystem), S3FS (for Galaxy tool and reference data), and CloudMan (for managing the Galaxy Kubernetes deployment).

TL;DR on GKE

gcloud container clusters create example-gke-cluster --cluster-version=1.15.9-gke.24 --no-enable-autorepair --disk-size=100 --num-nodes=2 --machine-type=n1-standard-4
git clone https://github.com/galaxyproject/galaxykubeman-helm
cd galaxykubeman-helm/galaxykubeman
helm dependency update
kubectl create namespace mynamespace
helm install desired-release-name . --namespace mynamespace

Leo updates

When the GKM chart version changes, need to make a PR to Leo with the updated GKM chart version, any changes to the variables being passed there.