-
Official website of the Jenkins X project: Jenkins X. You can find here more information about the Jenkins X components. And I found this article about Prow to be quite good to get a better understanding about the different native Kubernetes CI/CD projects.
-
Create a new cluster using
jx
andminikube
:
jx create cluster minikube --kubernetes-version=v1.15.4
Specify kubernetes version until this issue is fixed. Specify more resources to make sure the initial pipelines can succeed: