Sebastian Alvis
Sebastian Alvis
@consideRatio I'm glad you found and enjoyed my demo! It doesn't seem like you found a way to do an AWS EKS cluster with spot-instancing and autoscaling to 0. I...
I'm looking to enable Prometheus / Grafana for the AWS BinderHub, so it'll happen for the GCP BinderHub as well.
@TomAugspurger looks like the CI deployment failed: https://app.circleci.com/pipelines/github/pangeo-data/pangeo-binder/152/workflows/7e61c31d-0a15-45fa-a9e7-4ca381b2a7b9/jobs/159 I think that error is from `prometheus-operator`, I've seen GitHub issues talking about it for the `CustomResourceDefinitions`: https://github.com/helm/charts/issues/23413. They list a fix...
Did we need `kube-lego`? I thought `ingress-nginx` was replacing it a bit. For the rest, 4 of the 5 it couldn't find in the GCP deployment are from `prometheus-operator`. The...
There seems to be documentation supporting the use of the `/etc/fstab` file for individual compute instances. Here are the [Google Filestore instructions](https://cloud.google.com/filestore/docs/mounting-fileshares#mounting_a_file_share_on_a_vm_instance) and here are the [AWS EFS instructions](https://docs.aws.amazon.com/efs/latest/ug/mount-fs-auto-mount-onreboot.html#mount-fs-auto-mount-update-fstab). They...
I'd be interested in both of these: > Figure out how to give each user their own unique uid / gid, so we can use uid based quotas. This also...
I think more testing is good in the long run. I haven't written any `pytest` things before but happy to learn (also it will help me write tests for `hubploy`)....
Related to `hubploy` testing: https://github.com/yuvipanda/hubploy/issues/95 @consideRatio had suggested using [`k3s`](https://rancher.com/docs/k3s/latest/en/quick-start/) to test deploying the Helm chart. I'm wondering if this is something we could do to validate the Helm chart...
> I think we're saying the same thing, but just to clarify: I'm thinking about rolling back in the case where the helm upgrade ... succeeds (so the deployment succeeds)...
I think to start, I'll just setup an Action for the AWS hub's `staging` branch. If that seems to work I can expand to other hubs. Pieces of CI: -...