From 81dafa44eaba3801731db51b34451938c9f54694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 8 Oct 2019 22:25:31 +0200 Subject: [PATCH] k8s support has long been out of beta --- tutor/commands/k8s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutor/commands/k8s.py b/tutor/commands/k8s.py index c789478..defb06c 100644 --- a/tutor/commands/k8s.py +++ b/tutor/commands/k8s.py @@ -9,7 +9,7 @@ from .. import scripts from .. import utils -@click.group(help="Run Open edX on Kubernetes [BETA FEATURE]") +@click.group(help="Run Open edX on Kubernetes") def k8s(): pass