mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	correcting spell mistake
This commit is contained in:
		| @@ -142,7 +142,7 @@ func ensurePodsAreRemovedWhenNamespaceIsDeleted(f *framework.Framework) { | |||||||
| 	} | 	} | ||||||
| 	go func() { | 	go func() { | ||||||
| 		_, err = f.ClientSet.Core().Pods(namespace.Name).Create(podB) | 		_, err = f.ClientSet.Core().Pods(namespace.Name).Create(podB) | ||||||
| 		// This error is ok, beacuse we will delete the pod before it completes initialization | 		// This error is ok, because we will delete the pod before it completes initialization | ||||||
| 		framework.Logf("error from create uninitialized namespace: %v", err) | 		framework.Logf("error from create uninitialized namespace: %v", err) | ||||||
| 	}() | 	}() | ||||||
| 	podB = waitForPodInNamespace(f.ClientSet, namespace.Name, podB.Name) | 	podB = waitForPodInNamespace(f.ClientSet, namespace.Name, podB.Name) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user