Search code examples
kubernetesjenkins-x

How can I setup Jenkins-x on local kubernetes cluster?


Recently, I tried to setup Jenkins X on a kubernetes cluster. However there exists some problem during installation.

There are several options in jx create cluster such as aks(create with AKS), aws(create with AWS), minikube(create with Minikube) and etc.

However there is no option which create a cluster with local kubernetes cluster. I want to setup Jenkins X with my own cluster.

Can I get some advice?

Thanks.


Solution

  • when you have your cluster setup such that you can run kubectl commands against it, you can run jx boot to setup your jx installation. You don't need to use jx create cluster as your cluster already exists.