From 8509b293bad45bf6ccd2e533ccbe954a56ca7648 Mon Sep 17 00:00:00 2001 From: Mayank Gaikwad <8110509+mgdevstack@users.noreply.github.com> Date: Fri, 3 Aug 2018 11:39:26 +0530 Subject: [PATCH] added comment to track conformance promotion in future. --- test/e2e/apimachinery/garbage_collector.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/apimachinery/garbage_collector.go b/test/e2e/apimachinery/garbage_collector.go index 6438133c480..c7c606f499c 100644 --- a/test/e2e/apimachinery/garbage_collector.go +++ b/test/e2e/apimachinery/garbage_collector.go @@ -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)