mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-16 15:20:17 +00:00
Merge remote-tracking branch 'origin/master' into release-1.30
This commit is contained in:
commit
13ccca8567
@ -773,6 +773,10 @@ func (svm *svmTest) updateCRD(
|
|||||||
t.Fatalf("Failed to get CRD: %v", err)
|
t.Fatalf("Failed to get CRD: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: wrap all actions after updateCRD with wait loops so we do not need this sleep
|
||||||
|
// it is currently necessary because we update the CRD but do not otherwise guarantee that the updated config is active
|
||||||
|
time.Sleep(10 * time.Second)
|
||||||
|
|
||||||
return crd
|
return crd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user