From 7a89e3ae7079b653e52c86d67e3832dbf475f129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Sun, 23 Jun 2019 10:35:38 +0200 Subject: [PATCH] Fix WEB_PROXY docs in k8s quickstart WEB_PROXY=true is not automatically setup during k8s quickstart, user should define this configuration parameter manually. --- docs/k8s.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/k8s.rst b/docs/k8s.rst index 8bfd0b4..432ff29 100644 --- a/docs/k8s.rst +++ b/docs/k8s.rst @@ -54,7 +54,7 @@ Tutor relies on `cert-manager `_ to generate TLS kubectl label namespace cert-manager certmanager.k8s.io/disable-validation=true kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v0.8.0/cert-manager.yaml -If you decide to enable HTTPS certificates, you will also have to set ``WEB_PROXY=true`` in the platform configuration, because the SSL/TLS termination will not occur in the Nginx container, but in the Ingress controller. This parameter will automatically be set during quickstart; you can also do it manually with:: +If you decide to enable HTTPS certificates, you will also have to set ``WEB_PROXY=true`` in the platform configuration, because the SSL/TLS termination will not occur in the Nginx container, but in the Ingress controller. To do so, run:: tutor config save --set WEB_PROXY=true