Created
August 23, 2017 23:03
-
-
Save sjenning/d0452f964ab579ae3503f3b5ac80456d to your computer and use it in GitHub Desktop.
local openshift AIO
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
_output/local/bin/linux/amd64/openshift start --write-config=openshift.local.config | |
sudo _output/local/bin/linux/amd64/openshift start --master-config openshift.local.config/master/master-config.yaml --node-config openshift.local.config/node-<node-name>/node-config.yaml | |
export KUBECONFIG=openshift.local.config/master/admin.kubeconfig | |
export PATH=$PATH:$PWD/_output/local/bin/linux/amd64 | |
oc get nodes (should work) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment