File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -543,6 +543,21 @@ We don't setup Kubernetes on Windows yet (might be an option to use jube someday
543543
544544## OpenShift v3 (Optional Part)
545545
546+ 1) Download and install GO https://golang.org/dl/
547+ 2) git clone https://github.com/openshift/origin.git
548+ 3) make release
549+ 4) docker run -d --name "openshift-origin" --net=host --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /Users/arungupta/workspaces/openshift:/workspaces/openshift -v /usr/local/bin/docker:/usr/bin/docker openshift/origin start --public-master=$(boot2docker ip)
550+
551+ ssh origin beta1
552+
553+ export CERT_DIR=/var/lib/openshift/openshift.local.certificates/openshift-client && \
554+ export KUBECONFIG=/var/lib/openshift/openshift.local.certificates/admin/.kubeconfig && \
555+ cd /workspaces/openshift/origin && hack/install-registry.sh
556+
557+
558+ osc get pods
559+
560+
546561http://blog.arungupta.me/openshift-v3-getting-started-javaee7-wildfly-mysql/
547562
548563
You can’t perform that action at this time.
0 commit comments