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:
parent
becd03cbf8
commit
1a706889b2
@ -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 🤓
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user