Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create cluster descriptor yaml in hidden folder (#299)
### Issue Fixes #298 ### Description After #245 the default location of cluster_descriptor.yaml creation has changed. There were some comments from metal and debuda team around this. Mainly, this file is not hidden anymore. On the suggestion from @tt-vjovanovic , I've changed the code to create this file in OS provided temporary directory. ### List of the changes - Put newly created cluster_descriptor.yaml in a temp folder. This won't be relative to working dir anymore. ### Testing CI tests touch this codepath ### API Changes There are no API changes in this PR.
- Loading branch information