Skip to content

Aliyun plugin for Tutor, for deploying edx instance to aliyun by tutor.

License

Notifications You must be signed in to change notification settings

WeJie/tutor-aliyun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aliyun plugin for Tutor

This is a plugin for Tutor that make tutor k8s can deploy edx on aliyun kubernetes service.

Installation

This plugin requires tutor>=3.6.0. Also, you should have installed tutor from source, and not from a pre-compiled binary.

pip install tutor-aliyun

Then, to enable this plugin, run:

tutor plugins enable aliyun

You will have to re-generate the environment:

tutor config save

Then deploy to k8s cluster:

tutor k8s quickstart

Set true to ALIYUN_USE_NAS_STORAGE in config.yml, if you want to use NAS(Network Attached Storage):

tutor config save --set "ALIYUN_USE_NAS_STORAGE=true"

Check if kustomization.yml file is right.:

kubectl kustomize "$(tutor config printroot)/env"

About

Aliyun plugin for Tutor, for deploying edx instance to aliyun by tutor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages