mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Update feature gate comment on referenced features
This commit is contained in:
@@ -25,6 +25,10 @@ import (
|
||||
// defaultVersionedKubernetesFeatureGates consists of all known Kubernetes-specific feature keys with VersionedSpecs.
|
||||
// To add a new feature, define a key for it in pkg/features/kube_features.go and add it here. The features will be
|
||||
// available throughout Kubernetes binaries.
|
||||
// For features available via specific kubernetes components like apiserver,
|
||||
// cloud-controller-manager, etc find the respective kube_features.go file
|
||||
// (eg:staging/src/apiserver/pkg/features/kube_features.go), define the versioned
|
||||
// feature gate there, and reference it in this file.
|
||||
// To support n-3 compatibility version, features may only be removed 3 releases after graduation.
|
||||
//
|
||||
// Entries are alphabetized.
|
||||
|
Reference in New Issue
Block a user