Skip to content

Commit

Permalink
Enable ValidatingAdmissionPolicy feature gate for Default setting
Browse files Browse the repository at this point in the history
Signed-off-by: Vu Dinh <vudinh@outlook.com>
  • Loading branch information
dinhxuanvu committed Apr 17, 2024
1 parent b1fd9a7 commit fdcee64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/v1/feature_gates.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ var (
reportProblemsToJiraComponent("kube-apiserver").
contactPerson("benluddy").
productScope(kubernetes).
enableIn(TechPreviewNoUpgrade).
enableIn(Default, TechPreviewNoUpgrade).
mustRegister()

FeatureGateGatewayAPI = newFeatureGate("GatewayAPI").
Expand Down

0 comments on commit fdcee64

Please sign in to comment.