Skip to content

Instantly share code, notes, and snippets.

@dhgautam
Forked from hgautam/installJX.md
Last active July 23, 2020 18:39
Show Gist options
  • Save dhgautam/4e5a357e3b594c76d5a803165c735471 to your computer and use it in GitHub Desktop.
Save dhgautam/4e5a357e3b594c76d5a803165c735471 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
  • 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
jx boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment