Skip to content

Commit e353b08

Browse files
authored
Merge pull request kubernetes#129134 from carlory/e2e-lifecycle
add comment for features.BootstrapTokens
2 parents adecec9 + e35c9b2 commit e353b08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/e2e/feature/feature.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ var (
2828
// TODO: document the feature (owning SIG, when to use this feature for a test)
2929
APIServerIdentity = framework.WithFeature(framework.ValidFeatures.Add("APIServerIdentity"))
3030

31-
// TODO: document the feature (owning SIG, when to use this feature for a test)
31+
// Owner: sig-lifecycle
32+
// This label is used for tests which need the following controllers to be enabled:
33+
// - bootstrap-signer-controller
34+
// - token-cleaner-controller
3235
BootstrapTokens = framework.WithFeature(framework.ValidFeatures.Add("BootstrapTokens"))
3336

3437
// TODO: document the feature (owning SIG, when to use this feature for a test)

0 commit comments

Comments
 (0)