Sebastian Alvis

Results 26 comments of Sebastian Alvis

Updates: from conversation with @tjcrone - https://github.com/pangeo-data/pangeo-cloud-federation/issues/759#issuecomment-700328724 - I think it would be a good idea to separate the CI actions by build / deploy and AWS / GCP /...

So PRs #754 and #774 have set up a GitHub Action for building the AWS hub's Docker image and deploying the AWS hub. These are currently active on `staging` but...

This PR got closed by `pangeo-bot`, but the comment here illustrates a problem: https://github.com/pangeo-data/pangeo-cloud-federation/pull/781#issuecomment-706314939. We can't actually build and push in a PR because we can't access repository secrets in...

This would be really nice. We could probably quash the issue we had a bit ago with https://github.com/yuvipanda/hubploy/issues/73 and have some listed images from DockerHub, some from ECR, etc.

Yeah I can do that.

@TomAugspurger you are still doing some modifications to how Prometheus / Grafana are set up on the Google hub. Should I wait until you've settled on a nice configuration for...

> Just to clarify, GitHub auth would just be needed for updating the charts? We'd still allow anonymous viewing? Do you mean the Helm charts for Grafana? Or the charts...

So you could automatically give access to edit Grafana charts via GitHub login. You could also have GitHub login for the basic access, disable anonymous access, and manually elevate people...

The one thing I need for that which I can't get right now is a GitHub OAuth app, which should require "Owner" status in `pangeo-data`. I'd either need to get...

Yeah, I've had to run ``` aws eks update-kubeconfig --name= --region= --profile= ``` after every cluster's creation. I have a feeling Terraform doesn't want to change your local `kubeconfig`. There...