summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2016-09-12 18:26:49 -0700
committerGitHub <noreply@github.com>2016-09-12 18:26:49 -0700
commit57aa7022f10d287461dfc2c870355d3d77adb4e4 (patch)
tree25e4aa4d8c3578f5035f55ccef1acfc585e4646b
parent0420de450adc674d5ae2711662e760093cc43f7d (diff)
parentc586e0d8089d7260aced318b17771473ce2987b0 (diff)
Merge pull request #31102 from sttts/sttts-podclient-doc
Automatic merge from submit-queue Add some docs about the missing node e2e scheduling
-rw-r--r--e2e-node-tests.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/e2e-node-tests.md b/e2e-node-tests.md
index 25ba672c..00735ed7 100644
--- a/e2e-node-tests.md
+++ b/e2e-node-tests.md
@@ -42,6 +42,8 @@ Node e2e tests are run as both pre- and post- submit tests by the Kubernetes pro
*Note: Linux only. Mac and Windows unsupported.*
+*Note: There is no scheduler running. The e2e tests have to do manual scheduling, e.g. by using `framework.PodClient`.*
+
# Running tests
## Locally