Skip to content

Instantly share code, notes, and snippets.

View ericavonb's full-sized avatar
:shipit:
openshift 4.0 beta2

Erica von Buelow ericavonb

:shipit:
openshift 4.0 beta2
View GitHub Profile
#!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
### These initial steps are hacks to get around certificate issues ###
# extract the URL we need in the route's hostname
cluster_url="$(oc whoami --show-server | cut -f 2 -d ':' | cut -f 3 -d '/' | sed 's/-api././')"
@ericavonb
ericavonb / makeapp.sh
Created May 23, 2018 17:23 — forked from demonbane/makeapp.sh
Create a Fluid-style app launcher for single-window Chrome instances on OSX
#!/bin/sh
echo "What should the Application be called (no spaces allowed e.g. GCal)?"
read inputline
name="$inputline"
echo "What is the url (e.g. https://www.google.com/calendar/render)?"
read inputline
url="$inputline"
@ericavonb
ericavonb / gist:a8ebc21687d2b01f78abb6c96f040a25
Last active October 10, 2018 08:15 — forked from ryanj/Hands-On-Intro-to-Kubernetes.html
Kubenetes Zone "Hands-On Intro to Kubernetes" Workshop, TX http://bit.ly/wwg-k8s
<section>
<section id="kubernetes-hands-on">
<h1>Intro to Kubernetes</h1>
<h2>Workshop</h2>
<br/>
<p>TECH(K)NOW DAY - London, UK - Tue 9 Oct 2018</p>
<p><a href="http://bit.ly/wwg-k8s">bit.ly/wwg-k8s</a></p>
</section>
<section data-state='blackout' data-background-color="#000000" id='presented-by'>
<p>Hi! I'm Erica von Buelow.</p>