kubeadm: Mark self-hosting alpha in v1.8

pull/6/head
Lucas Käldström 2017-09-11 22:12:53 +03:00
parent db809c0eb7
commit 09d7e73ae5
No known key found for this signature in database
GPG Key ID: 3FA3783D77751514
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ func Keys(featureList FeatureList) []string {
// InitFeatureGates are the default feature gates for the init command
var InitFeatureGates = FeatureList{
SelfHosting: {Default: false, PreRelease: utilfeature.Beta},
SelfHosting: {Default: false, PreRelease: utilfeature.Alpha},
StoreCertsInSecrets: {Default: false, PreRelease: utilfeature.Alpha},
}