mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
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
This commit is contained in:
commit
13b9c9afd3
@ -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},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user