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
@@ -365,7 +363,7 @@ var _ = SIGDescribe("ServiceAccounts", func() {
365
363
Containers MUST verify that the projected service account token can be
366
364
read and has correct file mode set including ownership and permission.
367
365
*/
368
-
f.It("should set ownership and permission when RunAsUser or FsGroup is present [LinuxOnly]", nodefeature.FSGroup, feature.FSGroup, func(ctx context.Context) {
366
+
f.It("should set ownership and permission when RunAsUser or FsGroup is present [LinuxOnly]", func(ctx context.Context) {
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) {
62
+
f.It("should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly]", func(ctx context.Context) {
65
63
// Windows does not support RunAsUser / FSGroup SecurityContext options, and it does not support setting file permissions.
66
64
e2eskipper.SkipIfNodeOSDistroIs("windows")
67
65
defaultMode:=int32(0440) /* setting fsGroup sets mode to at least 440 */
@@ -77,7 +75,7 @@ var _ = SIGDescribe("ConfigMap", func() {
f.It("should be consumable from pods in volume as non-root with FSGroup [LinuxOnly]", nodefeature.FSGroup, feature.FSGroup, func(ctx context.Context) {
78
+
f.It("should be consumable from pods in volume as non-root with FSGroup [LinuxOnly]", func(ctx context.Context) {
81
79
// Windows does not support RunAsUser / FSGroup SecurityContext options.
@@ -112,7 +110,7 @@ var _ = SIGDescribe("ConfigMap", func() {
112
110
doConfigMapE2EWithMappings(ctx, f, true, 0, nil)
113
111
})
114
112
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) {
113
+
f.It("should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly]", func(ctx context.Context) {
116
114
// 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, feature.FSGroup, func(ctx context.Context) {
62
+
f.It("should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly]", func(ctx context.Context) {
65
63
// Windows does not support RunAsUser / FSGroup SecurityContext options, and it does not support setting file permissions.
66
64
e2eskipper.SkipIfNodeOSDistroIs("windows")
67
65
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, feature.FSGroup, func(ctx context.Context) {
78
+
f.It("should be consumable from pods in volume as non-root with FSGroup [LinuxOnly]", func(ctx context.Context) {
81
79
// 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, feature.FSGroup, func(ctx context.Context) {
113
+
f.It("should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly]", func(ctx context.Context) {
116
114
// Windows does not support RunAsUser / FSGroup SecurityContext options.
0 commit comments