jenkins-x/terraform-aws-eks-jx

JX Install Fails

superlearn-bot opened this issue · 0 comments

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