Skip to content

Commit 5738ee4

Browse files
committed
Disable ServiceAccountNodeAudienceRestriction feature gate by default in v1.32
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 491a23f commit 5738ee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/features/versioned_kube_features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
680680
},
681681

682682
ServiceAccountNodeAudienceRestriction: {
683-
{Version: version.MustParse("1.32"), Default: true, PreRelease: featuregate.Beta},
683+
{Version: version.MustParse("1.32"), Default: false, PreRelease: featuregate.Beta},
684684
},
685685

686686
ServiceAccountTokenJTI: {

test/featuregates_linter/test_data/versioned_feature_list.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@
11621162
version: "1.29"
11631163
- name: ServiceAccountNodeAudienceRestriction
11641164
versionedSpecs:
1165-
- default: true
1165+
- default: false
11661166
lockToDefault: false
11671167
preRelease: Beta
11681168
version: "1.32"

0 commit comments

Comments
 (0)