Sebastian Alvis

Results 12 issues of Sebastian Alvis

@scottyhq I see that you changed the CircleCI action to move credentials to the standard location because the environment variable didn't work: https://github.com/pangeo-data/pangeo-binder/commit/7cf3c2bf7febabb9981597e082fa676f8b5c12b9#diff-78a8a19706dbd2a4425dd72bdab0502ed7a2cef16365ab7030a5a0588927bf47 I think you need to put `export`...

I have been trying to get a hubtraf to test a JupyterHub. I `git clone` the repo, `cd hubtraf`, and run ``` helm install --namespace=hubtraf hubtraf helm-chart \ --set hub.url=https://icesat-2.hackweek.io...

This is a problem that has been present on Pangeo JupyterHubs for a while. JupyterHub home directories are generally backed by an NFS of some sort; the GCP hubs use...

On the last cloud deployment call, we were thinking of switching the CI system from CircleCI to GitHub Actions. Some of the perks of that are: - I think most...

Should we enable GitHub auth for Grafana on any hub that will use it? It could be separate for each hub but could easily live in `pangeo-deploy/values.yaml` and be consistent...

This is a general pattern GitHub is adopting: https://github.com/github/renaming.

This repo has grown a lot since @yuvipanda and I set it up! There's a lot of work being done by STScI on their deployments and by myself on hackweek-specific...

When `terraform destroy`ing, I often get: ``` Error: timeout while waiting for resource to be gone (last state: 'Terminating', timeout: 5m0s) ``` I think this is waiting for the kubernetes...

Terraform
AWS

Here is a [module](https://github.com/Azure/terraform-azurerm-aks) for AKS and Terraform. It seems based in the Azure organization, not the Terraform organization, which is different than the modules for GCP and AWS. [This...

Terraform
Azure

Here is a [module](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine) for GKE deployment. Probably a good starting point.

Terraform
GCP