From ac9ab9775cb3ad0c197076ee838362cb670b5bb1 Mon Sep 17 00:00:00 2001 From: Cattani Luca <luca.cattani@eurac.edu> Date: Mon, 2 Oct 2017 14:23:38 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 688c873..5355bd1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This is the directory structure * `/clarin-dspace-docker` - Docker files, copied from https://github.com/commul/clarin-dspace-docker @ 74d06d3 . **With this directory, you can build images** -* `/kubernetes/helm` - Chart Directory. Refer to https://github.com/kubernetes/helm/blob/master/docs/charts.md#the-chart-file-structure +* `/kubernetes/helm` - Chart Directory. Refer to https://github.com/kubernetes/helm/blob/master/docs/charts.md#the-chart-file-structure :exclamation: **not working yet** :exclamation: * `/kubernetes/yaml` - Useful for tests, but helm is a more flexible approach **With this directory, you can deploy images in kubernetes cluster** # Introduction # Prerequisites @@ -29,7 +29,7 @@ This is the directory structure * Kubernetes credentials * a working [kubectl] (https://kubernetes.io/docs/tasks/tools/install-kubectl/) -## To interact with Helm server (tiller) +## To interact with Helm server (tiller) -- Coming soon * Kubernetes credentials * a working [kubectl] (https://kubernetes.io/docs/tasks/tools/install-kubectl/) @@ -61,6 +61,8 @@ docker push gitlab.scientificnet.org:4567/commul/dspace/<my_image>:<my tag> ``` # Installation +This step in a "workspace preparation" and is not directly related with dspace. + Provide gitlab & RBD credentials ```console -- GitLab