mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-28 21:55:48 +00:00
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:
@@ -139,6 +139,7 @@ var runId = util.NewUUID()
|
||||
type TestContextType struct {
|
||||
KubeConfig string
|
||||
KubeContext string
|
||||
KubeVolumeDir string
|
||||
CertDir string
|
||||
Host string
|
||||
RepoRoot string
|
||||
|
Reference in New Issue
Block a user