mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Promote Replication Controller Lifecycle
Co-Authored-By: Riaan Kleinhans <riaan@ii.coop>
This commit is contained in:
parent
3175b59ac2
commit
c383dc7b1f
@ -99,7 +99,12 @@ var _ = SIGDescribe("ReplicationController", func() {
|
|||||||
testRCReleaseControlledNotMatching(f)
|
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"
|
testRcName := "rc-test"
|
||||||
testRcNamespace := ns
|
testRcNamespace := ns
|
||||||
testRcInitialReplicaCount := int32(1)
|
testRcInitialReplicaCount := int32(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user