mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
podName must be lowercase
This commit is contained in:
parent
315d7f365f
commit
d0f84dd4e7
@ -145,7 +145,7 @@ var _ = framework.KubeDescribe("MemoryEviction [Slow] [Serial] [Disruptive]", fu
|
|||||||
|
|
||||||
// Finally, try starting a new pod and wait for it to be scheduled and running.
|
// Finally, try starting a new pod and wait for it to be scheduled and running.
|
||||||
// This is the final check to try to prevent interference with subsequent tests.
|
// This is the final check to try to prevent interference with subsequent tests.
|
||||||
podName := "admitBestEffortPod"
|
podName := "admit-best-effort-pod"
|
||||||
f.PodClient().CreateSync(&api.Pod{
|
f.PodClient().CreateSync(&api.Pod{
|
||||||
ObjectMeta: api.ObjectMeta{
|
ObjectMeta: api.ObjectMeta{
|
||||||
Name: podName,
|
Name: podName,
|
||||||
|
Loading…
Reference in New Issue
Block a user