mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
reenable e2e test
This commit is contained in:
parent
0c8f71aa0b
commit
dd07df00ae
@ -3,7 +3,6 @@ kind: ReplicationController
|
|||||||
metadata:
|
metadata:
|
||||||
name: update-demo-kitten
|
name: update-demo-kitten
|
||||||
spec:
|
spec:
|
||||||
replicas: 4
|
|
||||||
selector:
|
selector:
|
||||||
name: update-demo
|
name: update-demo
|
||||||
version: kitten
|
version: kitten
|
||||||
|
@ -101,8 +101,7 @@ var _ = Describe("Kubectl client", func() {
|
|||||||
validateController(c, nautilusImage, 2, "update-demo", updateDemoSelector, getUDData("nautilus.jpg", ns), ns)
|
validateController(c, nautilusImage, 2, "update-demo", updateDemoSelector, getUDData("nautilus.jpg", ns), ns)
|
||||||
By("rolling-update to new replication controller")
|
By("rolling-update to new replication controller")
|
||||||
runKubectl("rolling-update", "update-demo-nautilus", "--update-period=1s", "-f", kittenPath, fmt.Sprintf("--namespace=%v", ns))
|
runKubectl("rolling-update", "update-demo-nautilus", "--update-period=1s", "-f", kittenPath, fmt.Sprintf("--namespace=%v", ns))
|
||||||
// TODO: revisit the expected replicas once #9645 is resolved
|
validateController(c, kittenImage, 2, "update-demo", updateDemoSelector, getUDData("kitten.jpg", ns), ns)
|
||||||
validateController(c, kittenImage, 4, "update-demo", updateDemoSelector, getUDData("kitten.jpg", ns), ns)
|
|
||||||
// Everything will hopefully be cleaned up when the namespace is deleted.
|
// Everything will hopefully be cleaned up when the namespace is deleted.
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user