Commit 0fab9c28 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #48919 from YuxiJin-tobeyjin/e2enamespace

Automatic merge from submit-queue (batch tested with PRs 49019, 48919, 49040, 49018, 48874) correcting spell mistake **What this PR does / why we need it**: Correcting spell mistake. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # NONE **Special notes for your reviewer**: NONE **Release note**: NONE ```release-note ```
parents 023fed71 be725e07
...@@ -142,7 +142,7 @@ func ensurePodsAreRemovedWhenNamespaceIsDeleted(f *framework.Framework) { ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment