File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,6 @@ func GenerateInitControlPlaneConfig(cfg InitControlPlaneConfig) (apiv1.Bootstrap
102102		out .ClusterConfig .Annotations [apiv1_annotations .AnnotationSkipStopServicesOnRemove ] =  trueStr 
103103	}
104104
105- 	// The separate feature upgrade only supports in-place upgrades for now. 
106- 	if  _ , ok  :=  out .ClusterConfig .Annotations [apiv1_annotations .AnnotationDisableSeparateFeatureUpgrades ]; ! ok  {
107- 		out .ClusterConfig .Annotations [apiv1_annotations .AnnotationDisableSeparateFeatureUpgrades ] =  trueStr 
108- 	}
109- 
110105	// features 
111106	out .ClusterConfig .DNS .Enabled  =  ptr .To (cfg .InitConfig .GetEnableDefaultDNS ())
112107	out .ClusterConfig .LoadBalancer .Enabled  =  ptr .To (cfg .InitConfig .GetEnableDefaultLoadBalancer ())
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments