Update flaky volume toleration regex to include projected volumes

This commit is contained in:
Jordan Liggitt 2021-03-06 11:39:36 -05:00
parent 377ed3c2a6
commit 8bbb6704c1

View File

@ -206,7 +206,7 @@ var _ = SIGDescribe("Pods Extended", func() {
ginkgo.It("should never report success for a pending container", 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") 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 ( var (
lock sync.Mutex lock sync.Mutex