Skip to content

Instantly share code, notes, and snippets.

@jtfogarty
Last active October 30, 2020 17:39
Show Gist options
  • Save jtfogarty/f4bfdf115c745cf1ee515c397dd7ca37 to your computer and use it in GitHub Desktop.
Save jtfogarty/f4bfdf115c745cf1ee515c397dd7ca37 to your computer and use it in GitHub Desktop.
Jenkins-x 3 install
curl -L https://github.com/jenkins-x/jx-cli/releases/download/v3.0.633/jx-cli-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin
jx upgrade cli
jx upgrade plugins
#git clone forked jx repo
#cd into repo
vi jx-requirements.yml\
# Chagne ingress
# jx upgrade plugins #dup
# jx gitops upgrade. #no need to upgrade gitops on a fresh install
jx gitops helmfile add --chart kuberhealthy/kuberhealthy
jx gitops helmfile add --chart jx3/jx-kh-check
jx gitops helmfile add --chart jx3/jx-kh-check --name health-checks-jx
jx gitops helmfile add --chart jx3/jx-kh-check --name health-checks-install
git add . && git commit -m "changed ingress and added kuberhealthy" && git push
jx admin operator
# enter repo user and access token and let it run
jx ns jx
git pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment