File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -649,6 +649,12 @@ const (
649
649
// Add support for the HPA to scale based on metrics from individual containers
650
650
// in target pods
651
651
HPAContainerMetrics featuregate.Feature = "HPAContainerMetrics"
652
+
653
+ // owner: @dashpole
654
+ // alpha: v1.20
655
+ //
656
+ // Add support for distributed tracing in the API Server
657
+ APIServerTracing featuregate.Feature = "APIServerTracing"
652
658
)
653
659
654
660
func init () {
@@ -747,6 +753,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
747
753
WinDSR : {Default : false , PreRelease : featuregate .Alpha },
748
754
DisableAcceleratorUsageMetrics : {Default : true , PreRelease : featuregate .Beta },
749
755
HPAContainerMetrics : {Default : false , PreRelease : featuregate .Alpha },
756
+ APIServerTracing : {Default : false , PreRelease : featuregate .Alpha },
750
757
751
758
// inherited features from generic apiserver, relisted here to get a conflict if it is changed
752
759
// unintentionally on either side:
You can’t perform that action at this time.
0 commit comments