mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-27 05:10:23 +00:00
Hardcoding a temp path of /tmp/... is not portable and can potentially cause other issues (such as flakyness) too. Use TempFile instead. Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>