terraform-deploy
terraform-deploy copied to clipboard
deployment of pangeo jupyterhub infrastructure with terraform
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...
This would be a useful feature to have for automation purposes. I'm imaging either setting an environment variable or adding a flag to specify the path where it should be...
I ran into this: `Error: stat /Users/jmiller/.kube/config: no such file or directory on autoscaler.tf line 63, in resource "helm_release" "cluster-autoscaler": 63: resource "helm_release" "cluster-autoscaler" {` and @yuvipanda suggested I write...
Some orgs have security requirements to only have EC2 running in private subnets. Can we make this some kind of option for this terraform deployment?
In order to meet the requirements of our IT department, we need to avoid using IAM write permissions and work with pre-existing IAM resources they create for us. Can you...
I notice the same behavior every time, when I create a cluster I get this error ```Error: Kubernetes cluster unreachable: Get https://0B2C668907D2EDACF583F44FC68724C1.gr7.us-east-1.eks.amazonaws.com/version?timeout=32s: dial tcp 34.233.112.65:443: i/o timeout on autoscaler.tf line...
This is a fork from https://github.com/yuvipanda/terraform-deploy/tree/fix/no-users and the idea is that you can `terraform apply` from the `aws-creds` folder to create a group that may assume a role from which...
Some orgs might have requirements that IAM Write permissions are very strictly guarded, so it would be easiest for those orgs to have the IAM roles that terraform needs created...
In our account's AWS Console, this Terraform script stood up a bunch of EC2 which don't show a name. We review everything to make sure there aren't accidental nodes up...