mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	remove key from toleration
This commit is contained in:
		@@ -123,7 +123,6 @@ func createTestPod(f *framework.Framework, image string, os string) *v1.Pod {
 | 
			
		||||
	if os == linuxOS {
 | 
			
		||||
		pod.Spec.Tolerations = []v1.Toleration{
 | 
			
		||||
			{
 | 
			
		||||
				Key:      "key",
 | 
			
		||||
				Operator: v1.TolerationOpExists,
 | 
			
		||||
				Effect:   v1.TaintEffectNoSchedule,
 | 
			
		||||
			},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user