Merge pull request #129134 from carlory/e2e-lifecycle

add comment for features.BootstrapTokens
This commit is contained in:
Kubernetes Prow Robot 2024-12-12 06:40:55 +00:00 committed by GitHub
commit e353b08327
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,10 @@ var (
// TODO: document the feature (owning SIG, when to use this feature for a test)
APIServerIdentity = framework.WithFeature(framework.ValidFeatures.Add("APIServerIdentity"))
// TODO: document the feature (owning SIG, when to use this feature for a test)
// Owner: sig-lifecycle
// This label is used for tests which need the following controllers to be enabled:
// - bootstrap-signer-controller
// - token-cleaner-controller
BootstrapTokens = framework.WithFeature(framework.ValidFeatures.Add("BootstrapTokens"))
// TODO: document the feature (owning SIG, when to use this feature for a test)