prow.sh: also configure feature gates for kubelet
That this hasn't been done before is an oversight. Apparently it hasn't been a problem because there never have been feature gates that mattered?
This commit is contained in:
		
							parent
							
								
									3c34b4f21f
								
							
						
					
					
						commit
						5f74333a46
					
				
							
								
								
									
										7
									
								
								prow.sh
								
								
								
								
							
							
						
						
									
										7
									
								
								prow.sh
								
								
								
								
							|  | @ -568,6 +568,13 @@ kubeadmConfigPatches: | |||
|   nodeRegistration: | ||||
|     kubeletExtraArgs: | ||||
|       "feature-gates": "$gates" | ||||
| - | | ||||
|   apiVersion: kubelet.config.k8s.io/v1beta1 | ||||
|   kind: KubeletConfiguration | ||||
|   metadata: | ||||
|     name: config | ||||
|   featureGates: | ||||
| $(list_gates "$gates") | ||||
| - | | ||||
|   apiVersion: kubeproxy.config.k8s.io/v1alpha1 | ||||
|   kind: KubeProxyConfiguration | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue