mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Add wildcard toleration to nvidia-gpu-device-plugin.
This addon runs only on nodes with GPUs and it's essential for their proper function.
This commit is contained in:
		@@ -23,9 +23,10 @@ spec:
 | 
			
		||||
              - key: cloud.google.com/gke-accelerator
 | 
			
		||||
                operator: Exists
 | 
			
		||||
      tolerations:
 | 
			
		||||
      - key: "nvidia.com/gpu"
 | 
			
		||||
      - operator: "Exists"
 | 
			
		||||
        effect: "NoExecute"
 | 
			
		||||
      - operator: "Exists"
 | 
			
		||||
        effect: "NoSchedule"
 | 
			
		||||
        operator: "Exists"
 | 
			
		||||
      hostNetwork: true
 | 
			
		||||
      hostPID: true
 | 
			
		||||
      volumes:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user