mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
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 <rodrigoca@microsoft.com>
This commit is contained in:
parent
c11077f417
commit
0524c80786
@ -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) {
|
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.
|
// Create configmap.
|
||||||
name := "userns-volumes-test-" + string(uuid.NewUUID())
|
name := "userns-volumes-test-" + string(uuid.NewUUID())
|
||||||
configMap := newConfigMap(f, name)
|
configMap := newConfigMap(f, name)
|
||||||
|
Loading…
Reference in New Issue
Block a user