Skip to content

Instantly share code, notes, and snippets.

@hgautam
Last active August 4, 2020 23:54
Show Gist options
  • Save hgautam/6fca1aa1f6c016f1fa24160df0995e3c to your computer and use it in GitHub Desktop.
Save hgautam/6fca1aa1f6c016f1fa24160df0995e3c to your computer and use it in GitHub Desktop.
InstallJenkinsX

Installing Jenkins X in Google Kubernetes Engine (GKE)

  • 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 git@github.com: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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment