- Run the following command to launch a cluster named jxboot:
jx create cluster gke --skip-installation --skip-login -n jxboot
- Choose a zone closer to your geographical location. E.g. us-west1-a if you live in California
- To view a list of zones, run the folowing command:
gcloud compute zones list
-
Make sure you are in jxlabs directory
-
If already not cloned, clone Jenkins X config repostiory:
git clone [email protected]:jenkins-x/jenkins-x-boot-config.git
- Install Jenkins X by executing following commands:
cd jenkins-x-boot-config
# if the repo was cloned previously, as part of the lab 4.1, pull the latest changes
git pull origin master
jx boot