You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -364,7 +365,7 @@ var _ = SIGDescribe("ServiceAccounts", func() {
364
365
Containers MUST verify that the projected service account token can be
365
366
read and has correct file mode set including ownership and permission.
366
367
*/
367
-
f.It("should set ownership and permission when RunAsUser or FsGroup is present [LinuxOnly]", nodefeature.FSGroup, func(ctx context.Context) {
368
+
f.It("should set ownership and permission when RunAsUser or FsGroup is present [LinuxOnly]", nodefeature.FSGroup, feature.FSGroup, func(ctx context.Context) {
@@ -60,7 +61,7 @@ var _ = SIGDescribe("RuntimeClass", func() {
60
61
})
61
62
62
63
// The test CANNOT be made a Conformance as it depends on a container runtime to have a specific handler not being installed.
63
-
f.It("should reject a Pod requesting a RuntimeClass with an unconfigured handler", nodefeature.RuntimeHandler, func(ctx context.Context) {
64
+
f.It("should reject a Pod requesting a RuntimeClass with an unconfigured handler", nodefeature.RuntimeHandler, feature.RuntimeHandler, func(ctx context.Context) {
@@ -84,7 +85,7 @@ var _ = SIGDescribe("RuntimeClass", func() {
84
85
85
86
// This test requires that the PreconfiguredRuntimeClassHandler has already been set up on nodes.
86
87
// The test CANNOT be made a Conformance as it depends on a container runtime to have a specific handler installed and working.
87
-
f.It("should run a Pod requesting a RuntimeClass with a configured handler", nodefeature.RuntimeHandler, func(ctx context.Context) {
88
+
f.It("should run a Pod requesting a RuntimeClass with a configured handler", nodefeature.RuntimeHandler, feature.RuntimeHandler, func(ctx context.Context) {
f.It("should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly]", nodefeature.FSGroup, func(ctx context.Context) {
64
+
f.It("should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly]", nodefeature.FSGroup, feature.FSGroup, func(ctx context.Context) {
64
65
// Windows does not support RunAsUser / FSGroup SecurityContext options, and it does not support setting file permissions.
65
66
e2eskipper.SkipIfNodeOSDistroIs("windows")
66
67
defaultMode:=int32(0440) /* setting fsGroup sets mode to at least 440 */
@@ -76,7 +77,7 @@ var _ = SIGDescribe("ConfigMap", func() {
f.It("should be consumable from pods in volume as non-root with FSGroup [LinuxOnly]", nodefeature.FSGroup, func(ctx context.Context) {
80
+
f.It("should be consumable from pods in volume as non-root with FSGroup [LinuxOnly]", nodefeature.FSGroup, feature.FSGroup, func(ctx context.Context) {
80
81
// Windows does not support RunAsUser / FSGroup SecurityContext options.
@@ -111,7 +112,7 @@ var _ = SIGDescribe("ConfigMap", func() {
111
112
doConfigMapE2EWithMappings(ctx, f, true, 0, nil)
112
113
})
113
114
114
-
f.It("should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly]", nodefeature.FSGroup, func(ctx context.Context) {
115
+
f.It("should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly]", nodefeature.FSGroup, feature.FSGroup, func(ctx context.Context) {
115
116
// Windows does not support RunAsUser / FSGroup SecurityContext options.
f.It("should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly]", nodefeature.FSGroup, func(ctx context.Context) {
64
+
f.It("should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly]", nodefeature.FSGroup, feature.FSGroup, func(ctx context.Context) {
64
65
// Windows does not support RunAsUser / FSGroup SecurityContext options, and it does not support setting file permissions.
65
66
e2eskipper.SkipIfNodeOSDistroIs("windows")
66
67
defaultMode:=int32(0440) /* setting fsGroup sets mode to at least 440 */
f.It("should be consumable from pods in volume as non-root with FSGroup [LinuxOnly]", nodefeature.FSGroup, func(ctx context.Context) {
80
+
f.It("should be consumable from pods in volume as non-root with FSGroup [LinuxOnly]", nodefeature.FSGroup, feature.FSGroup, func(ctx context.Context) {
80
81
// Windows does not support RunAsUser / FSGroup SecurityContext options.
f.It("should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly]", nodefeature.FSGroup, func(ctx context.Context) {
115
+
f.It("should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly]", nodefeature.FSGroup, feature.FSGroup, func(ctx context.Context) {
115
116
// Windows does not support RunAsUser / FSGroup SecurityContext options.
0 commit comments