mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-27 21:26:03 +00:00
kubeadm: Mark self-hosting alpha in v1.8
This commit is contained in:
@@ -63,7 +63,7 @@ func Keys(featureList FeatureList) []string {
|
|||||||
|
|
||||||
// InitFeatureGates are the default feature gates for the init command
|
// InitFeatureGates are the default feature gates for the init command
|
||||||
var InitFeatureGates = FeatureList{
|
var InitFeatureGates = FeatureList{
|
||||||
SelfHosting: {Default: false, PreRelease: utilfeature.Beta},
|
SelfHosting: {Default: false, PreRelease: utilfeature.Alpha},
|
||||||
StoreCertsInSecrets: {Default: false, PreRelease: utilfeature.Alpha},
|
StoreCertsInSecrets: {Default: false, PreRelease: utilfeature.Alpha},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user