6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-10 15:20:56 +00:00

Minor docs improvement for k8s

This commit is contained in:
Régis Behmo 2019-04-09 13:53:42 -07:00
parent becd03cbf8
commit 1a706889b2
2 changed files with 2 additions and 1 deletions

View File

@ -92,5 +92,6 @@ For now, the following features from the local deployment are not supported:
- HTTPS certificates
- Xqueue
- Student notes
Kubernetes deployment is under intense development, and these features should be implemented pretty soon. Stay tuned 🤓

View File

@ -25,7 +25,7 @@ def quickstart(root):
stop.callback()
click.echo(fmt.title("Starting the platform"))
start.callback(root)
click.echo(fmt.title("Running migrations. NOTE: this might fail. If it does, please retry 'tutor k9s databases later'"))
click.echo(fmt.title("Running migrations. NOTE: this might fail. If it does, please retry 'tutor k8s databases' later"))
databases.callback(root)
@click.command(help="Run all configured Open edX services")