Skip to content

Instantly share code, notes, and snippets.

View rcauchon's full-sized avatar

Rémi Cauchon rcauchon

  • Quebec, Canada
View GitHub Profile
@rcauchon
rcauchon / openshift-cheatsheet.md
Created October 8, 2021 00:50 — forked from rafaeltuelho/openshift-cheatsheet.md
My Openshift Cheatsheet

My Openshift Cheatsheet

Openshift build secrets for cloning git repos using SSH Keys

  • To create ssh secret:
oc create secret generic sshsecret \
    --from-file=ssh-privatekey=$HOME/.ssh/id_rsa
@rcauchon
rcauchon / openshift-cheatsheet.md
Created October 8, 2021 00:48 — forked from noushi/openshift-cheatsheet.md
My Openshift Cheatsheet

My Openshift Cheatsheet

Examine the cluster quota defined for the environment:

$ oc describe AppliedClusterResourceQuota

Install pkgs using yum in a Dockerfile

@rcauchon
rcauchon / .gitignore
Created October 5, 2021 21:07 — forked from cvarjao/.gitignore
OpenShift oc command line cheatsheet
images/
layers/
node_modules/
.cache/
manifests/