Skip to content

Commit cc18114

Browse files
committed
OpenShift v3
1 parent e982ff8 commit cc18114

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

readme.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
546561
http://blog.arungupta.me/openshift-v3-getting-started-javaee7-wildfly-mysql/
547562
548563

0 commit comments

Comments
 (0)