Skip to content

Commit 0524c80

Browse files
committed
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 <[email protected]>
1 parent c11077f commit 0524c80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/common/node/security_context.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ var _ = SIGDescribe("Security Context", func() {
200200
})
201201

202202
f.It("should mount all volumes with proper permissions with hostUsers=false [LinuxOnly]", feature.UserNamespacesSupport, func(ctx context.Context) {
203-
// Create all volume types supported: configmap, secret, downwardAPI, projected.
204-
205203
// Create configmap.
206204
name := "userns-volumes-test-" + string(uuid.NewUUID())
207205
configMap := newConfigMap(f, name)

0 commit comments

Comments
 (0)