mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #99898 from liggitt/token-flake
Update flaky volume toleration regex to include projected volumes
This commit is contained in:
		@@ -206,7 +206,7 @@ var _ = SIGDescribe("Pods Extended", func() {
 | 
			
		||||
		ginkgo.It("should never report success for a pending container", func() {
 | 
			
		||||
			ginkgo.By("creating pods that should always exit 1 and terminating the pod after a random delay")
 | 
			
		||||
 | 
			
		||||
			var reBug88766 = regexp.MustCompile(`rootfs_linux.*kubernetes\.io~secret.*no such file or directory`)
 | 
			
		||||
			var reBug88766 = regexp.MustCompile(`rootfs_linux.*kubernetes\.io~(secret|projected).*no such file or directory`)
 | 
			
		||||
 | 
			
		||||
			var (
 | 
			
		||||
				lock sync.Mutex
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user