jenkins-x / terraform-aws-eks-jx

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

automatically install the Jenkins X git operator once the cluster has been created #181

Closed rawlingsj closed 4 years ago

rawlingsj commented 4 years ago

We have improved the UX for installing jx v3 in the GKE module which will automatically install the Jenkins X git operator once the cluster has been created, there's some docs here that explain the setup https://github.com/jx3-gitops-repositories/jx3-terraform-gke#git-repositories

This means Terraform hands off to Jenkins X to manage the installation of the cluster once all cloud resources have been created.

This is where we install the jx git operator using helm, https://github.com/jenkins-x/terraform-google-jx/blob/1d53e2aeaef84cab8c21d70364435519d9dc7a6b/modules/cluster/main.tf#L124-L132

It would be good to do the same for AKS and EKS too

ankitm123 commented 4 years ago

/assign

ankitm123 commented 4 years ago

:tada: This issue has been resolved in version 1.9.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: