Mirantis / virtlet

Kubernetes CRI implementation for running VM workloads
Apache License 2.0
743 stars 128 forks source link

Add VirtletRootVolumeSize annotation #742

Closed ivan4th closed 6 years ago

ivan4th commented 6 years ago

This makes it possible to enlarge the root volume of VM. This PR also adds an e2e test for VirtletRootVolumeSize, which requires updating the default CirrOS image to 0.4.0 which has proper growroot included (growroot from CirrOS 0.3.5 didn't notice that the block device was larger then specified in the partition table)


This change is Reviewable