RedHatOfficial / ocp4-vsphere-upi-automation

Automates most of the manual steps of deploying OCP4.x cluster on vSphere
MIT License
131 stars 107 forks source link

Copying ignition files needs root permission #34

Closed mallmen closed 4 years ago

mallmen commented 4 years ago

The install should be able to run without root privileges on the control host/helper node. Copying the ignition files to /var/www/html/ignition requires become: true in order for this to run as a non-root user.

mallmen commented 4 years ago

added to PR#33