openshift-evangelists / oc-cluster-wrapper

oc cluster up bash wrapper
Apache License 2.0
144 stars 72 forks source link

How to add nodes to the cluster created with oc-cluster up? #35

Closed umaxfun closed 7 years ago

umaxfun commented 7 years ago

How to add nodes to the cluster created with oc-cluster up?

Can I just use oc-cluster up on another host and link it to the first host in some way? Official docs seem too complex after oc-cluster ups magic :)

jorgemoralespou commented 7 years ago

@umaxfun no, you can't. "oc cluster up" and this wrapper are meant to create an all-in-one cluster, hence there is no way to create a multinode cluster and it will not be. For that you'll need to use ansible way of installing openshift.