Skip to content

Jupyterlab spawned server properties #230

Closed Answered by costrouc
gmaze asked this question in Q&A
Discussion options

You must be logged in to vote

what are the possible values for the kubespawner_override properties that one can set in the qhub-config.yml file ?

Anything in https://jupyterhub-kubespawner.readthedocs.io/en/latest/spawner.html c.KubeSpawner.*. This should provide you full capabilities to modify the pod spec of the jupyterlab instance.

Do the values of cpu/mem limits/guarantee are constrained by the image or by the worker or user instance set in the kubernetes nodes (I deployed on GCP)

limits/guarantees are Kubernetes terminology. guarantees are what the kubernetes scheduler uses to schedule pods. If a given node has 4 GB of RAM and 3 GB is already guaranteed for other pods. A pod requesting a guarentee of 1.1 GB w…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@gmaze
Comment options

@gmaze
Comment options

@costrouc
Comment options

Answer selected by laisbsc
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants