mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #107316 from MikeSpreitzer/fix-apf-feature-alpha
Explain rollout of API Priority and Fairness in kube_features.go
This commit is contained in:
commit
dc06c3faf3
@ -124,10 +124,12 @@ const (
|
|||||||
WatchBookmark featuregate.Feature = "WatchBookmark"
|
WatchBookmark featuregate.Feature = "WatchBookmark"
|
||||||
|
|
||||||
// owner: @MikeSpreitzer @yue9944882
|
// owner: @MikeSpreitzer @yue9944882
|
||||||
// alpha: v1.15
|
// alpha: v1.18
|
||||||
// beta: v1.20
|
// beta: v1.20
|
||||||
//
|
//
|
||||||
// Enables managing request concurrency with prioritization and fairness at each server
|
// Enables managing request concurrency with prioritization and fairness at each server.
|
||||||
|
// The FeatureGate was introduced in release 1.15 but the feature
|
||||||
|
// was not really implemented before 1.18.
|
||||||
APIPriorityAndFairness featuregate.Feature = "APIPriorityAndFairness"
|
APIPriorityAndFairness featuregate.Feature = "APIPriorityAndFairness"
|
||||||
|
|
||||||
// owner: @wojtek-t
|
// owner: @wojtek-t
|
||||||
|
Loading…
Reference in New Issue
Block a user