How to run OpenShift Enterprise install script in a system where /tmp is mounted with noexec?
Issue
If I run the OpenShift installer script like this:
sh <(curl -s https://install.openshift.com/) -e
if fails if /tmp is mounted with the noexec option.
Our company's policy mandates that /tmp should be mounted with noexec.
Can I run the installer using a filesystem other than /tmp?
Environment
OpenShift Enterprise 2.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
