openshift-evangelists / oc-cluster-wrapper

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

Does not work with OpenShift 3.4 #40

Closed joe2far closed 7 years ago

joe2far commented 7 years ago

Example of this error is below:

$ oc-cluster up env1
Performing some customization for platform linux
Using Docker0 (172.17.0.1) ip as external cluster and router address
[INFO] Running a previously created cluster
oc cluster up --public-hostname '172.17.0.1'                 --host-data-dir '/home/joe/.oc/profiles/env1/data'                 --host-config-dir '/home/joe/.oc/profiles/env1/config'                 --host-pv-dir  '/home/joe/.oc/profiles/env1/pv'                 --routing-suffix 'apps.172.17.0.1.xip.io'                 --use-existing-config                  

Error: unknown flag: --host-pv-dir
jorgemoralespou commented 7 years ago

Yeah, the command was commented out, since that's a flag only supported in origin 1.4.0 and 1.5.0-alpha.2 and not ocp 3.4 yet.