-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fork/exec error running under kind with podman.
/output is getting mounted with noexec in this environment and thus we quickly fail all provisions as we can't run the openshift-install binary. Copy the binaries to /bin as soon as we see they've been written to /output where we know we can exec them. Uses cp vs any Go copy just for simplicity and to avoid memory problems.
- Loading branch information
Showing
2 changed files
with
35 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters