Created
August 13, 2018 18:52
-
-
Save eriknelson/28011bad5c6b16784f02baf0710cc478 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export MINISHIFT_ENABLE_EXPERIMENTAL=y | |
minishift config set openshift-version v3.9.0 # should be the default, but just being explicit | |
minishift start --extra-clusterup-flags "--service-catalog" | |
oc login -u system:admin | |
oc get secret -n kube-service-catalog -o go-template='{{ range .items }}{{ if eq .type "kubernetes.io/service-account-token" }}{{ index .data "service-ca.crt" }}{{end}}{{"\n"}}{{end}}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment