I'm trying to install Jenkins X on an existing Kubernetes cluster (GKE), using jx boot
, but it always gives me the error trying to execute 'jx boot' from a non requirements repo
In fact, I have tried to use jx install
, and it works, but this command is already marked as deprecated, but I see it's still the method to use on Jenkins X's GitHub page.
Then another detail ... I'm in fact creating the cluster using Terraform because I don't like the idea that Jenkins X creates the cluster for me. And I want to use Terraform to install Jenkins X as well but that would be another question. :)
So how to install using jx boot
and what is a non requirements repo
?
Thanks