mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Update flaky volume toleration regex to include projected volumes
This commit is contained in:
parent
377ed3c2a6
commit
8bbb6704c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user