mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Add a TODO to install sync in agnhost
This commit is contained in:
parent
7b0b47c132
commit
eaf2954ad8
@ -142,7 +142,7 @@ func (tk *TestKubeconfig) WriteFileViaContainer(podName, containerName string, p
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
command := fmt.Sprintf("echo '%s' > '%s'; sync", contents, path)
|
command := fmt.Sprintf("echo '%s' > '%s'; sync", contents, path)
|
||||||
// TODO: replace with `framework.NodeOSDistroIs` when #81245 is complete
|
// TODO(mauriciopoppe): remove this statement once we add `sync` to the test image, ref #101172
|
||||||
if e2epod.NodeOSDistroIs("windows") {
|
if e2epod.NodeOSDistroIs("windows") {
|
||||||
command = fmt.Sprintf("echo '%s' > '%s';", contents, path)
|
command = fmt.Sprintf("echo '%s' > '%s';", contents, path)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user