File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
staging/src/k8s.io/apiserver/pkg/features Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1260,7 +1260,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
12601260
12611261	genericfeatures .APIServerTracing : {Default : true , PreRelease : featuregate .Beta },
12621262
1263- 	genericfeatures .APIServingWithRoutine : {Default : true , PreRelease : featuregate .Beta },
1263+ 	genericfeatures .APIServingWithRoutine : {Default : false , PreRelease : featuregate .Alpha },
12641264
12651265	genericfeatures .AuthorizeWithSelectors : {Default : false , PreRelease : featuregate .Alpha },
12661266
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
360360
361361	APIServerTracing : {Default : true , PreRelease : featuregate .Beta },
362362
363- 	APIServingWithRoutine : {Default : true , PreRelease : featuregate .Beta },
363+ 	APIServingWithRoutine : {Default : false , PreRelease : featuregate .Alpha },
364364
365365	AuthorizeWithSelectors : {Default : false , PreRelease : featuregate .Alpha },
366366
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments