We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07c80b commit 7acb417Copy full SHA for 7acb417
feature/feature.go
@@ -46,5 +46,5 @@ func init() {
46
var defaultClusterAPIFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
47
// Every feature should be initiated here:
48
MachinePool: {Default: false, PreRelease: featuregate.Alpha},
49
- RetriableBootstrap: {Default: false, PreRelease: featuregate.Alpha},
+ KubeadmBootstrapRetriable: {Default: false, PreRelease: featuregate.Alpha},
50
}
0 commit comments