mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
Changes the temporary directory where clusterapi dependencies are unpacked from <clusterdir>/bin/cluster-api to <clusterdir>/cluster-api The clusterapi teardown function only removes the cluster-api dir, so we are leaking the bin dir. There are other ways we could resolve this issue, but ultimately we don't need to create a nested temporary directory.