From d7ee74647f4152669aea80052aad990cf10013f3 Mon Sep 17 00:00:00 2001 From: sido Date: Wed, 27 Jun 2018 15:17:32 +0200 Subject: [PATCH] mount the other work- directory --- README.md | 14 ++++++++++++++ .../templates/deployments/nexus-deployment.yaml | 2 ++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index 312383d..70131ce 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ # MOLGENIS Helm templates +These are the Helm templates that we will use for MOLGENIS operations. There are some prerequisites you need. +- docker +- minikube + ## Useful commands for Kubernetes +Commands that can be used to get information from a kubernetes cluster + - kubectl get pods Gets alls running instances of containers from a certain deployment - kubectl get services @@ -14,6 +20,14 @@ - kubectl get deployments Gets all deployments (comparable with docker-compose) +When you want to see what is running on the clusters at the CIT you have to make a context switch. +You can access the cluster with kubeconfig-files. You can obtain these by downloading them from the +MOLGENIS kubernetes cluster. + +- Goto https://rancher.molgenis.org:7443 +- Goto + + ## Useful commands for Helm - helm install . diff --git a/nexus/v0.1.x/templates/deployments/nexus-deployment.yaml b/nexus/v0.1.x/templates/deployments/nexus-deployment.yaml index 32523d4..9d82b3e 100644 --- a/nexus/v0.1.x/templates/deployments/nexus-deployment.yaml +++ b/nexus/v0.1.x/templates/deployments/nexus-deployment.yaml @@ -34,4 +34,6 @@ spec: volumeMounts: - name: molgenis-nexus-data mountPath: "/nexus-data" + - name: molgenis-nexus-data + mountPath: "/sonatype-work"