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
@sallyom
sallyom / idp.sh
Last active February 21, 2019 14:36
okd-configure-htpasswd
#!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
# not sure this is still necessary, but can't hurt...
# kick the console pods because they cache oauth metadata (temporary, should not be required)
oc delete pods -n openshift-console --all --force --grace-period=0