mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
added comment to track conformance promotion in future.
This commit is contained in:
parent
d7bcae8b96
commit
8509b293ba
1 changed files with 2 additions and 0 deletions
|
|
@ -461,6 +461,8 @@ var _ = SIGDescribe("Garbage collector", func() {
|
|||
gatherMetrics(f)
|
||||
})
|
||||
|
||||
// deleteOptions.OrphanDependents is deprecated in 1.7 and preferred to use the PropagationPolicy.
|
||||
// Discussion is tracked under https://github.com/kubernetes/kubernetes/issues/65427 to promote for conformance in future.
|
||||
It("should orphan pods created by rc if deleteOptions.OrphanDependents is nil", func() {
|
||||
clientSet := f.ClientSet
|
||||
rcClient := clientSet.CoreV1().ReplicationControllers(f.Namespace.Name)
|
||||
|
|
|
|||
Loading…
Reference in a new issue