From 46d60ebab9bd2cf59e0e18262041c6c8315d5cce Mon Sep 17 00:00:00 2001 From: Emmanuel Pignot Date: Wed, 9 Oct 2024 14:52:10 +0200 Subject: [PATCH] disabling kernel auto starts This is an attempt at mitigating issues reported from customers that have a lot of unwanted notebooks running --- charts/bigdata-notebook-workspace/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/bigdata-notebook-workspace/templates/deployment.yaml b/charts/bigdata-notebook-workspace/templates/deployment.yaml index 0e9a87c..5a5de68 100644 --- a/charts/bigdata-notebook-workspace/templates/deployment.yaml +++ b/charts/bigdata-notebook-workspace/templates/deployment.yaml @@ -60,6 +60,7 @@ spec: {{- end}} - --GatewayWebSocketConnection.kernel_ws_protocol='' - --GatewayClient.gateway_token_renewer_class=jupyter_server.gateway.spottokenrenewer.SpotTokenRenewer + - --LabServerApp.notebook_starts_kernel=False env: {{- if .Values.pvc.create }} - name: "CHOWN_HOME"