You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Steps to create manually create an OpenShift cluster with openshift-sdn. This re
31
31
32
32
On OpenShift master,
33
33
34
-
$ openshift start master # start the master openshift server (also starts the etcd server by default)
34
+
$ openshift start master [--nodes=node1] # start the master openshift server (also starts the etcd server by default) with an optional list of nodes
35
35
$ openshift-sdn # assumes etcd is running at localhost:4001
36
36
37
37
To add a node to the cluster, do the following on the node:
@@ -59,6 +59,8 @@ Back on the master, to finally register the node:
59
59
60
60
Done. Repeat last two pieces to add more nodes. Create new pods from the master (or just docker containers on the minions), and see that the pods are indeed reachable from each other.
61
61
62
+
##### OpenShift? PaaS? Can I create a plain one just for Docker?
63
+
62
64
#### Performance Note
63
65
64
66
The current design has a long path for packets directed for the overlay network.
0 commit comments