Skip to content

Instantly share code, notes, and snippets.

View javajenks's full-sized avatar
🏠
Working from home

Jon Jenkins javajenks

🏠
Working from home
View GitHub Profile
Create the empty repo in GH
git clone –mirror <Bitbucket_repo_address>
cd repo
git remote rm origin
git remote add origin <GitHub_repo_address>
git push –mirror
Rename the bitbucket repo to stop any accidental commits.
@javajenks
javajenks / Keybase.md
Created August 29, 2021 01:02
Keybase GIST

Keybase proof

I hereby claim:

  • I am javajenks on github.
  • I am javajenks (https://keybase.io/javajenks) on keybase.
  • I have a public key ASA3Jh6mh97tpJRwnI66aWyJHZRI4SM_GqJq30Yl41-JBwo

To claim this, I am signing this object:

@javajenks
javajenks / gist:6f39dd14b10a6e1004138214dfbbf2cd
Last active April 5, 2020 21:33
che install on Kubernetes OSX
- Install / enable kubernetes using docker-desktop
$ export CHE_VERSION=7.10.0
-- Install helm2 using homebrew (helm3 did not seem to work for me)
brew install helm@2
-- install nginx for ingress
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/mandatory.yaml
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/cloud-generic.yaml