Skip to content

Commit da308ea

Browse files
committed
Update feature gate comment on referenced features
1 parent a5641b3 commit da308ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/features/versioned_kube_features.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ import (
2525
// defaultVersionedKubernetesFeatureGates consists of all known Kubernetes-specific feature keys with VersionedSpecs.
2626
// To add a new feature, define a key for it in pkg/features/kube_features.go and add it here. The features will be
2727
// 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.
2832
// To support n-3 compatibility version, features may only be removed 3 releases after graduation.
2933
//
3034
// Entries are alphabetized.

0 commit comments

Comments
 (0)