Commit 13b9c9af authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #52306 from luxas/kubeadm_selfhosting_alpha

Automatic merge from submit-queue (batch tested with PRs 52119, 52306) kubeadm: Mark self-hosting alpha in v1.8 **What this PR does / why we need it**: Self-hosting is alpha in v1.8, not beta. We targeted it to be beta, hence the initial add of this feature gates' value, but now changing back to alpha. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` @kubernetes/sig-cluster-lifecycle-pr-reviews
parents d8847a8f 09d7e73a
...@@ -63,7 +63,7 @@ func Keys(featureList FeatureList) []string { ...@@ -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},
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment