mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 20:42:26 +00:00
add comment for features.BootstrapTokens
This commit is contained in:
parent
a499facee6
commit
e35c9b2cd2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user