terraform-aws-eks-jx icon indicating copy to clipboard operation
terraform-aws-eks-jx copied to clipboard

A Terraform module for creating Jenkins X infrastructure on AWS

Results 37 terraform-aws-eks-jx issues
Sort by recently updated
recently updated
newest added

### Summary Installed EKS cluster using this repo instructions - only defaults Exported VAULT # env | grep VAULT VAULT_AWS_SECRET_ACCESS_KEY=xxxxx VAULT_AWS_ACCESS_KEY_ID=xxxxxxxx ### Steps to reproduce the behavior Created main.tf ````...

### Summary Installed EKS cluster using this terraform module jx-requirements file provided as terraform output but iamUserName is empty ............................................................ provider: eks region: "eu-central-1" registry: "792922990429.dkr.ecr.eu-central-1.amazonaws.com" project: "792922990429" gitops: true...

### Summary TLS email not populated in jx-requirements, resulting in a error in git-operator. ### Steps to reproduce the behavior In main.tf set ` tls_email = "[email protected]" ` Execute `terraform...

lifecycle/stale

### Summary When creating additional resources to exist alongside the jx-provisioned resources, it's often necessary to access VPC details such as subnet IDs in order to place those resources in...

lifecycle/rotten

it [sounds like](https://kubernetes.slack.com/archives/C9MBGQJRH/p1603774489372600) we currently need to manually set the `registryOwnerOrg` on `jx-requirements.yml` to avoid the ECR image being ` /mygitorg/my-project:0.1.3` rather than the real ECR ` /11010101010101/my-project:0.1.3.` maybe the...

lifecycle/rotten

### Summary Hi guys, James Strachan adviced me to create a ticket here. I am trying to create a very secure prod ready solution. I need the EKS cluster to...

lifecycle/rotten

### Summary https://github.com/jenkins-x/terraform-aws-eks-jx/blob/master/modules/backup/main.tf#L35 We use iam users for velero, insted we should use irsa which is a better alternative.

lifecycle/stale

#### Description fixes: #188

ok-to-test
size/S
lifecycle/stale

### Summary When creating a new EKS cluster from scratch with terraform, kuberhealthy is installed with the cluster URL from the previous run of terraform. ### Steps to reproduce the...

### Summary EBS volumes attached to worker groups dont get deleted by default. We should atleast expose an option to delete or keep it after the worker nodes are removed....

lifecycle/rotten