Skip to content

Commit

Permalink
Merge pull request #2969 from mjudeikis/logging.flag
Browse files Browse the repository at this point in the history
🐛 Add missing LoggingBetaOptions flag
  • Loading branch information
kcp-ci-bot authored Jun 6, 2023
2 parents a83e650 + baf02f8 commit d577569
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/features/kcp_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@ var defaultGenericControlPlaneFeatureGates = map[featuregate.Feature]featuregate
genericfeatures.ServerSideFieldValidation: {Default: true, PreRelease: featuregate.Beta},
genericfeatures.ValidatingAdmissionPolicy: {Default: false, PreRelease: featuregate.Alpha},

logsapi.ContextualLogging: {Default: true, PreRelease: featuregate.Alpha},
logsapi.LoggingBetaOptions: {Default: true, PreRelease: featuregate.Beta},
logsapi.ContextualLogging: {Default: true, PreRelease: featuregate.Alpha},
}

0 comments on commit d577569

Please sign in to comment.