mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #31555 from mtaufen/eviction-pod-name
Memory eviction test podName must be lowercase
This commit is contained in:
commit
956501b1f0
@ -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.
|
||||
// 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{
|
||||
ObjectMeta: api.ObjectMeta{
|
||||
Name: podName,
|
||||
|
Loading…
Reference in New Issue
Block a user