Open cehoffman opened 7 years ago
Seeing this issue come up now on Tectonic 1.8.4-tectonic.3
running Kubernetes v1.8.4+coreos.0
and Docker version 17.03.2-ce, build 2360430
on the Azure cloud using managed azure disk provisioning, used to work before and now is big blocker for our production deployments.
Issue Report
Bug
kubelet-wrapper
leaves behind orphaned pods due to no longer mounted volumes. This is related to #1831 I believe. It results in logs like.Container Linux Version
Can not upgrade to latest stable due to coreos/tectonic-installer#1171Tested on 1409.7.0 with same problem.Environment
This is in Azure public cloud.
Expected Behavior
Orphaned pods are not left behind due to empty volume folders from unmounted volumes.
Actual Behavior
Orphaned pods are left behind.
Reproduction Steps
kubelet.service
logs to see orphaned podsOther Information
This same behavior also happens with volumes created from Portworx volumes. Since Azure disks suck for actual usage in kubernetes right now, ensuring the fix works for Portworx volumes is of higher priority.