Promote Replication Controller Lifecycle

Co-Authored-By: Riaan Kleinhans <riaan@ii.coop>
This commit is contained in:
Hippie Hacker 2020-10-20 11:56:03 +13:00
parent 3175b59ac2
commit c383dc7b1f

View File

@ -99,7 +99,12 @@ var _ = SIGDescribe("ReplicationController", func() {
testRCReleaseControlledNotMatching(f)
})
ginkgo.It("[Flaky] should test the lifecycle of a ReplicationController", func() {
/*
Release: v1.20
Testname: Replication Controller, lifecycle
Description: A Replication Controller (RC) is created, read, patched, and deleted with verification.
*/
framework.ConformanceIt("should test the lifecycle of a ReplicationController", func() {
testRcName := "rc-test"
testRcNamespace := ns
testRcInitialReplicaCount := int32(1)