Merge pull request #5956 from Lyndon-Li/issue-fix-5935

Fix issue 5935
This commit is contained in:
Xun Jiang/Bruce Jiang
2023-03-09 15:28:47 +08:00
committed by GitHub
13 changed files with 229 additions and 111 deletions

View File

@@ -118,7 +118,7 @@ func (p *PVBackupFiltering) CreateResources() error {
})
}
})
By(fmt.Sprintf("Polulate all pods %s with file %s", p.podsList, FILE_NAME), func() {
By(fmt.Sprintf("Populate all pods %s with file %s", p.podsList, FILE_NAME), func() {
for index, ns := range *p.NSIncluded {
By(fmt.Sprintf("Creating file in all pods to start %d in namespace %s", index, ns), func() {
WaitForPods(p.Ctx, p.Client, ns, p.podsList[index])