From 0524c807864caa453bbc38f569f0e538615db6f7 Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Tue, 18 Mar 2025 11:41:05 +0100 Subject: [PATCH] e2e/node: Remove outdated comment Userns only supported those volumes in k8s 1.25 and 1.26. Let's remove the outdated comment. Signed-off-by: Rodrigo Campos --- test/e2e/common/node/security_context.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/e2e/common/node/security_context.go b/test/e2e/common/node/security_context.go index 3a817df82af..787b1b3ce6f 100644 --- a/test/e2e/common/node/security_context.go +++ b/test/e2e/common/node/security_context.go @@ -200,8 +200,6 @@ var _ = SIGDescribe("Security Context", func() { }) f.It("should mount all volumes with proper permissions with hostUsers=false [LinuxOnly]", feature.UserNamespacesSupport, func(ctx context.Context) { - // Create all volume types supported: configmap, secret, downwardAPI, projected. - // Create configmap. name := "userns-volumes-test-" + string(uuid.NewUUID()) configMap := newConfigMap(f, name)