Merge pull request #34765 from ivan4th/fix-more-typos

Automatic merge from submit-queue

Fix typos
This commit is contained in:
Kubernetes Submit Queue
2016-10-19 00:21:11 -07:00
committed by GitHub
5 changed files with 8 additions and 8 deletions

View File

@@ -201,7 +201,7 @@ var _ = framework.KubeDescribe("Kubelet [Serial] [Slow]", func() {
// affect the runtime cpu usage. Fail the test if prepulling cannot
// finish in time.
if err := framework.WaitForPodsSuccess(f.Client, api.NamespaceSystem, framework.ImagePullerLabels, imagePrePullingLongTimeout); err != nil {
framework.Failf("Image puller didn't complete in %v, not running resource usage test since the metrics might be adultrated", imagePrePullingLongTimeout)
framework.Failf("Image puller didn't complete in %v, not running resource usage test since the metrics might be adulterated", imagePrePullingLongTimeout)
}
nodes := framework.GetReadySchedulableNodesOrDie(f.Client)
nodeNames = sets.NewString()

View File

@@ -16,7 +16,7 @@ limitations under the License.
/* This test check that SecurityContext parameters specified at the
* pod or the container level work as intended. These tests cannot be
* run when the 'SecurityContextDeny' addmissioin controller is not used
* run when the 'SecurityContextDeny' admission controller is not used
* so they are skipped by default.
*/