jenkins-x / terraform-aws-eks-jx

A Terraform module for creating Jenkins X infrastructure on AWS
Apache License 2.0
63 stars 42 forks source link

JX Install Fails #292

Closed superlearn-bot closed 3 years ago

superlearn-bot commented 3 years ago

Summary

Executed terraform apply and after completion when I tried to execute jx ns jx , it gave me namespace not found. When I checked in Octant health checks I see the following

jx-install jx-git-operator False Check execution error: pod deleted unexpectedly

Steps to reproduce the behavior

terraform init terraform plan terraform apply

Expected behavior

JX should be installed

Actual behavior

Installation failed

Terraform version

The output of terraform version is:

Terraform v1.0.4
on darwin_amd64
+ provider registry.terraform.io/hashicorp/aws v3.51.0
+ provider registry.terraform.io/hashicorp/cloudinit v2.2.0
+ provider registry.terraform.io/hashicorp/helm v2.2.0
+ provider registry.terraform.io/hashicorp/kubernetes v2.3.2
+ provider registry.terraform.io/hashicorp/local v2.1.0
+ provider registry.terraform.io/hashicorp/null v3.1.0
+ provider registry.terraform.io/hashicorp/random v3.1.0
+ provider registry.terraform.io/hashicorp/template v2.2.0
+ provider registry.terraform.io/terraform-aws-modules/http v2.4.1

Module version

Operating system