mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +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)
|
||||
})
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user