Skip to content

Instantly share code, notes, and snippets.

View dhgautam's full-sized avatar

Deepika Gautam dhgautam

View GitHub Profile
@dhgautam
dhgautam / installJX.md
Last active July 23, 2020 18:39 — forked from hgautam/installJX.md
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