Azure VM images build script produces unusable VMs
Open
@sidoruka is already working on this.
Since Mar 28, 2019.
cloud/azure
kind/bug
- Dominant language
- Java
- Stars
- 163
- Forks
- 65
- Avg merge
- 11h 46m
- Merged PRs (30d)
- 29
Description
Currently build_infra.sh produces Azure VM images, that cannot be used to start new VM instances.
I.e. such VMs seem not to be fully cleaned/generalized.
The issue here is related to the way waagent deprovision is called: we call it via Azure API, not an SSH session and use just a hardcoded timeout to wait for deprovisioning. May be we capture a VM image to early.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.