From c07032f826b4219f3cca6071cc4128bbaf65574c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 4 Jul 2019 17:26:10 +0800 Subject: [PATCH] Fix CI image building --- Makefile | 3 +-- docs/k8s.rst | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2ae4932..8843f5f 100644 --- a/Makefile +++ b/Makefile @@ -116,8 +116,7 @@ ci-github: ./releases/github-release ## Upload assets to github --replace ci-config-images: - tutor plugin enable notes - tutor plugin enable xqueue + tutor config save ci-build-images: ci-config-images ## Build docker images tutor images build all diff --git a/docs/k8s.rst b/docs/k8s.rst index 432ff29..03b7af3 100644 --- a/docs/k8s.rst +++ b/docs/k8s.rst @@ -67,7 +67,7 @@ Like many web applications, Open edX needs to persist data. In particular, it ne Luckily, there is another solution: at `edx.org `_, uploaded files are persisted on AWS S3: Open edX is compatible out-of-the-box with the S3 API for storing user-generated files. The problem with S3 is that it introduces a dependency on AWS. To solve this problem, Tutor comes with a plugin that emulates the S3 API but stores files on premises. This is achieved thanks to `MinIO `_. If you want to deploy a production platform to Kubernetes, you will most certainly need to enable the ``minio`` plugin:: - tutor plugin enable minio + tutor plugins enable minio The "minio.LMS_HOST" domain name will have to point to your Kubernetes cluster. This will not be necessary if you have a CNAME from "\*.LMS_HOST" to "LMS_HOST", of course.