Mount logic breaks if /var/lib/kubelet is a symlink

Pass the correct kubelet root-dir on AWS
This commit is contained in:
Justin Santa Barbara
2015-05-25 08:15:26 -04:00
parent 9839253233
commit c4a2631593
5 changed files with 20 additions and 2 deletions

View File

@@ -75,5 +75,6 @@ else
fi
mkdir -p /mnt/kubelet
ln -s /mnt/kubelet /var/lib/kubelet
KUBELET_ROOT="/mnt/kubelet"
fi