You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/operators/deploy-kubernetes.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -488,11 +488,12 @@ can override them with helm's `--set` or `--values` options. Always use `--set`
488
488
|`authToken`| Optional authorization token passed in all requests (see --EnterpriseGatewayApp.auth_token) |`nil`|
489
489
|`kernel.clusterRole`| Kernel cluster role created by this chart. Used if no KERNEL_NAMESPACE is provided by client. |`kernel-controller`|
490
490
|`kernel.shareGatewayNamespace`| Will start kernels in the same namespace as EG if True. |`false`|
491
+
|`kernel.defaultServiceAccountName`| Service account name to use for kernel pods when no service account is specified. This service account should exist in the namespace where kernel pods are launched. |`default`|
491
492
|`kernel.launchTimeout`| Timeout for kernel launching in seconds. |`60`|
492
493
|`kernel.cullIdleTimeout`| Idle timeout in seconds. Default is 1 hour. |`3600`|
493
494
|`kernel.cullConnected`| Whether to cull idle kernels that still have clients connected. |`false`|
494
495
|`kernel.allowedKernels`| List of kernel names that are available for use. |`{r_kubernetes,...}` (see `values.yaml`) |
495
-
|`kernel.defaultKernelName`| Default kernel name should be something from the allowedKernels |`python-kubernetes`|
496
+
|`kernel.defaultKernelName`| Default kernel name should be something from the allowedKernels |`python_kubernetes`|
496
497
|`kernelspecs.image`| Optional custom data image containing kernelspecs to use. Cannot be used with NFS enabled. |`nil`|
0 commit comments