BrownUniversity/terraform-gcp-jupyterhub: v0.1.9 🌈
Description
- Uses version (v0.1.4) of infoblox module with pinned provider that introduced a bug
- Used version (v0.1.5) of cluster module that enables gce_pd_csi_driver and changes hub-db-dir storage to standard-rwo class
Enabling this makes standard_rwo storage class available, which resolves standard volumes from not binding, possibly due to a timing issue. For ClassStorage standard volumeBindingMode: Immediate for standard_rwo -> volumeBindingMode: WaitForFirstConsumer See more https://stackoverflow.com/questions/72553227/gke-can-t-scale-up-nodes-due-of-persistentvolume
- Adds kubernetes_version as a variable and tests for 1.24. 1.25 breaks the pod-scheduler
At the moment we are using helm chart 1.20… not sure if this is fixed in 2.0, but this is likely coming from a newer k8s version and a depreciation of v1beta1 policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget See Discourse thread
Files
BrownUniversity/terraform-gcp-jupyterhub-v0.1.9.zip
Files
(38.8 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:4bb6598869364a0b19c2c47165b1245e
|
38.8 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/BrownUniversity/terraform-gcp-jupyterhub/tree/v0.1.9 (URL)