add gke-related changes
This commit is contained in:
parent
3dfe91cb6e
commit
3507ebd7f0
|
|
@ -5,7 +5,6 @@ jupyterhub:
|
||||||
fullnameOverride:
|
fullnameOverride:
|
||||||
|
|
||||||
singleuser:
|
singleuser:
|
||||||
fsGid: 100
|
|
||||||
defaultUrl: "/lab/tree/welcome.ipynb"
|
defaultUrl: "/lab/tree/welcome.ipynb"
|
||||||
image:
|
image:
|
||||||
name: jupyterhub/k8s-singleuser-sample
|
name: jupyterhub/k8s-singleuser-sample
|
||||||
|
|
@ -101,6 +100,9 @@ jupyterhub:
|
||||||
key: token
|
key: token
|
||||||
RAY_ADDRESS: "ai-starter-kit-kuberay-head-svc:6379"
|
RAY_ADDRESS: "ai-starter-kit-kuberay-head-svc:6379"
|
||||||
MLFLOW_TRACKING_URI: "http://ai-starter-kit-mlflow-tracking"
|
MLFLOW_TRACKING_URI: "http://ai-starter-kit-mlflow-tracking"
|
||||||
|
cloudMetadata:
|
||||||
|
# Without this disabled, the GKE Autopilot Warden will raise an error about container with escalated privilieges
|
||||||
|
blockWithIptables: false
|
||||||
hub:
|
hub:
|
||||||
db:
|
db:
|
||||||
type: sqlite-pvc
|
type: sqlite-pvc
|
||||||
|
|
@ -114,6 +116,10 @@ jupyterhub:
|
||||||
c.DummyAuthenticator.password = "sneakypass"
|
c.DummyAuthenticator.password = "sneakypass"
|
||||||
01-spawner-timeouts: |
|
01-spawner-timeouts: |
|
||||||
c.KubeSpawner.start_timeout = 1800
|
c.KubeSpawner.start_timeout = 1800
|
||||||
|
scheduling:
|
||||||
|
userScheduler:
|
||||||
|
# For now we disable the scheduler because GKE Autopilot Warden does not allow using of a custom scheduler
|
||||||
|
enabled: false
|
||||||
|
|
||||||
ray-cluster:
|
ray-cluster:
|
||||||
image:
|
image:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue