mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-27 13:15:36 +00:00
Merge pull request #25171 from bprashanth/rolling
Automatic merge from submit-queue Wait for RC to stabilize in rolling-update e2e https://github.com/kubernetes/kubernetes/issues/25170
This commit is contained in:
@@ -904,6 +904,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
|
||||
if containers == nil || len(containers) != 1 || containers[0].Image != nginxImage {
|
||||
framework.Failf("Failed creating rc %s for 1 pod with expected image %s", rcName, nginxImage)
|
||||
}
|
||||
framework.WaitForRCToStabilize(c, ns, rcName, framework.PodStartTimeout)
|
||||
|
||||
By("rolling-update to same image controller")
|
||||
framework.RunKubectlOrDie("rolling-update", rcName, "--update-period=1s", "--image="+nginxImage, "--image-pull-policy="+string(api.PullIfNotPresent), nsFlag)
|
||||
|
Reference in New Issue
Block a user