mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Bind kube-proxy containers to linux nodes to avoid Windows scheduling
This commit is contained in:
		@@ -26,6 +26,7 @@ spec:
 | 
			
		||||
      hostNetwork: true
 | 
			
		||||
      nodeSelector:
 | 
			
		||||
        node.kubernetes.io/kube-proxy-ds-ready: "true"
 | 
			
		||||
        beta.kubernetes.io/os: linux
 | 
			
		||||
      tolerations:
 | 
			
		||||
      - operator: "Exists"
 | 
			
		||||
        effect: "NoExecute"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user