File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ import (
25
25
// defaultVersionedKubernetesFeatureGates consists of all known Kubernetes-specific feature keys with VersionedSpecs.
26
26
// To add a new feature, define a key for it in pkg/features/kube_features.go and add it here. The features will be
27
27
// available throughout Kubernetes binaries.
28
+ // For features available via specific kubernetes components like apiserver,
29
+ // cloud-controller-manager, etc find the respective kube_features.go file
30
+ // (eg:staging/src/apiserver/pkg/features/kube_features.go), define the versioned
31
+ // feature gate there, and reference it in this file.
28
32
// To support n-3 compatibility version, features may only be removed 3 releases after graduation.
29
33
//
30
34
// Entries are alphabetized.
You can’t perform that action at this time.
0 commit comments