This repository has been archived by the owner on Sep 4, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kube-aws: fail if configPath (cluster.yaml) already exists
If the cluster.yaml file exists and is longer than the new version being written, the resulting cluster.yaml will contain portions of the previous version. Open it with os.O_EXCL, causing an error if the file already exists.
- Loading branch information