Skip to content

Commit 7acb417

Browse files
Update feature/feature.go
Co-Authored-By: Vince Prignano <[email protected]>
1 parent b07c80b commit 7acb417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/feature.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ func init() {
4646
var defaultClusterAPIFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
4747
// Every feature should be initiated here:
4848
MachinePool: {Default: false, PreRelease: featuregate.Alpha},
49-
RetriableBootstrap: {Default: false, PreRelease: featuregate.Alpha},
49+
KubeadmBootstrapRetriable: {Default: false, PreRelease: featuregate.Alpha},
5050
}

0 commit comments

Comments
 (0)