pangeo-cloud-federation icon indicating copy to clipboard operation
pangeo-cloud-federation copied to clipboard

Deployment automation for Pangeo JupyterHubs on AWS, Google, and Azure

Results 78 pangeo-cloud-federation issues
Sort by recently updated
recently updated
newest added

We currently have a 'hack' solution for mounting user home directories on efs (see https://github.com/pangeo-data/pangeo-cloud-federation/blob/8c14dd7a06147ee03c1432b01d457c84590dba05/deployments/nasa/config/common.yaml#L5) which differs a bit from the zero2jupyterhub docs: https://zero-to-jupyterhub.readthedocs.io/en/latest/amazon/efs_storage.html **what is the current best practice...

I've tried out using Google Filestore and the setup suggested by @yuvipanda with success! I've also enjoyed the benefits by being able to smoothly recover when my k8s cluster crashed...

This seems to be a replay of #52! I thought we squashed this with #54? ``` #!/bin/bash -eo pipefail # CircleCI doesn't have equivalent to Travis' COMMIT_RANGE COMMIT_RANGE=$(./.circleci/get-commit-range.py) echo ${COMMIT_RANGE}...

The biggest possible pod we allow in ocean.pangeo.io is defined by the profile_list entry: https://github.com/pangeo-data/pangeo-cloud-federation/blob/cfe82751b7e52ab665b4b4a4bd2278b05776d253/deployments/ocean/config/common.yaml#L53-L58 We have a nodepool with `n1-highmem-16 (16 vCPUs, 104 GB memory)` nodes. However, when I...

We need to decide what to log and how. Ideally we could keep track of - when each user's notebook pod is running - when users start and stop dask...

Before launching these new clusters, we should decide what do do for auth. My wishlist of features includes the ability to - associate cluster users to people in the real...

How do we ensure that notebooks created on our clusters are always run-able, even as the notebook images evolve? The only choice I see is to have some sort of...

Cross posting from https://github.com/pangeo-data/pangeo/issues/348 We should try this out here. I'm curious if @dsludwig has any idea of how hubploy / repo2docker could handle this. I'm wondering if we'll need...