We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Executing the following:
make install-oc start-openshift-with-catalog add-hosa add-templates
Fails with:
Saving to: ‘/tmp/oc/oc.tar.gz’
... /tmp/oc/oc.tar.gz 100%[===================>] 34.71M 4.90MB/s in 7.7s 2017-09-11 07:56:05 (4.50 MB/s) - ‘/tmp/oc/oc.tar.gz’ saved [36393085/36393085] tar zxf /tmp/oc/oc.tar.gz -C /tmp/oc find /tmp/oc -name oc -type f -exec mv -i {} ./oc \; rm -rf /tmp/oc ./oc/oc cluster up --metrics=true --service-catalog make: ./oc/oc: No such file or directory make: *** [start-openshift-with-catalog] Error 1
The text was updated successfully, but these errors were encountered:
Also, install-oc is Linux specific, not really portable as a demo.
install-oc
Sorry, something went wrong.
No branches or pull requests
Executing the following:
Fails with:
Saving to: ‘/tmp/oc/oc.tar.gz’
The text was updated successfully, but these errors were encountered: