Skip to content

Instantly share code, notes, and snippets.

View luszczynski's full-sized avatar

Gustavo Luszczynski luszczynski

  • Red Hat
  • Brazil
View GitHub Profile
@luszczynski
luszczynski / openshift-cheatsheet.md
Last active August 11, 2020 14:08 — forked from rafaeltuelho/openshift-cheatsheet.md
My Kubernetes/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
@luszczynski
luszczynski / kafka-on-kubernetes-demo.adoc
Created October 17, 2018 17:32 — forked from hodrigohamalho/amq-streams-demo.adoc
Kafka on Kubernetes (Strimzi) Demo Script
@luszczynski
luszczynski / kvm-qcow2-shirink.md
Created November 22, 2016 15:02 — forked from rafaeltuelho/kvm-qcow2-shirink.md
to shrink a QEMU/KVM qcow2 image
sudo qemu-img convert -c -O qcow2 fedora-22-server.qcow2 box.img