File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,22 @@ properties:
247247 - jovyan2
248248 ```
249249
250+ __Example__
251+
252+ If your kubernetes pods take longer than usual to spawn, the users notebooks
253+ may fail to spawn with an error like `<user>'s server failed to start in 30000
254+ seconds, giving up`. In such scenarios, you may need to adjust
255+ [KubeSpawner defaults](https://jupyterhub-kubespawner.readthedocs.io/en/latest/spawner.html#kubespawner.KubeSpawner.k8s_api_request_timeout)
256+ which can also be done using `hub.config`. For example,
257+
258+ ```yaml
259+ hub:
260+ config:
261+ KubeSpawner:
262+ k8s_api_request_timeout: 3600
263+ ...
264+ ```
265+
250266 ```{admonition} YAML limitations
251267 :class: tip
252268 You can't represent Python `Bytes` or `Set` objects in YAML directly.
You can’t perform that action at this time.
0 commit comments