e2e SecurityContext tests wrong volume dir

The volume directory is not guaranteed to be /var/lib/kubelet
for a conforming implementation of Kubernetes.  Add --volume-dir
and an internal shim
This commit is contained in:
Clayton Coleman
2016-02-07 15:20:32 -05:00
parent c26087db45
commit e8cbb762e2
4 changed files with 5 additions and 2 deletions

View File

@@ -139,6 +139,7 @@ var runId = util.NewUUID()
type TestContextType struct {
KubeConfig string
KubeContext string
KubeVolumeDir string
CertDir string
Host string
RepoRoot string