Skip to content

Commit

Permalink
Switch the KCPSyncerTunnel to true by default
Browse files Browse the repository at this point in the history
Signed-off-by: David Festal <dfestal@redhat.com>
  • Loading branch information
davidfestal committed Feb 16, 2023
1 parent 0877949 commit 88276d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/features/kcp_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (f *kcpFeatureGate) Type() string {
// here. The features will be available throughout Kubernetes binaries.
var defaultGenericControlPlaneFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
LocationAPI: {Default: true, PreRelease: featuregate.Alpha},
SyncerTunnel: {Default: false, PreRelease: featuregate.Alpha},
SyncerTunnel: {Default: true, PreRelease: featuregate.Alpha},

// inherited features from generic apiserver, relisted here to get a conflict if it is changed
// unintentionally on either side:
Expand Down

0 comments on commit 88276d9

Please sign in to comment.