mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-20 01:01:22 +00:00
Fix deleted RuntimeClass CRD recovery test flake
This commit is contained in:
parent
aab3523e0e
commit
291d0cbd2f
@ -132,7 +132,11 @@ var _ = SIGDescribe("RuntimeClass [Feature:RuntimeClass]", func() {
|
|||||||
|
|
||||||
rcName := createRuntimeClass(f, "valid", "")
|
rcName := createRuntimeClass(f, "valid", "")
|
||||||
pod := createRuntimeClassPod(f, rcName)
|
pod := createRuntimeClassPod(f, rcName)
|
||||||
expectPodSuccess(f, pod)
|
|
||||||
|
// Before the pod can be run, the RuntimeClass informer must time out, by which time the Kubelet
|
||||||
|
// will probably be in a backoff state, so the pod can take a long time to start.
|
||||||
|
framework.ExpectNoError(framework.WaitForPodSuccessInNamespaceSlow(
|
||||||
|
f.ClientSet, pod.Name, f.Namespace.Name))
|
||||||
})
|
})
|
||||||
|
|
||||||
// TODO(tallclair): Test an actual configured non-default runtimeHandler.
|
// TODO(tallclair): Test an actual configured non-default runtimeHandler.
|
||||||
|
Loading…
Reference in New Issue
Block a user