diff options
| author | Daniel Smith <dbsmith@google.com> | 2015-07-16 19:01:02 -0700 |
|---|---|---|
| committer | Daniel Smith <dbsmith@google.com> | 2015-07-17 11:04:46 -0700 |
| commit | 35f2829ae014c08b847b59ce06a205cc3fbb8770 (patch) | |
| tree | c201d2c3b0879a1311d12525642c9733651ecd87 /flaky-tests.md | |
| parent | 6a198dfa61ce281f5d092a9c2576c46bb01a1482 (diff) | |
apply changes
Diffstat (limited to 'flaky-tests.md')
| -rw-r--r-- | flaky-tests.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flaky-tests.md b/flaky-tests.md index 52ba45a2..0fbf643c 100644 --- a/flaky-tests.md +++ b/flaky-tests.md @@ -42,6 +42,7 @@ _Note: these instructions are mildly hacky for now, as we get run once semantics There is a testing image ```brendanburns/flake``` up on the docker hub. We will use this image to test our fix. Create a replication controller with the following config: + ```yaml apiVersion: v1 kind: ReplicationController @@ -63,6 +64,7 @@ spec: - name: REPO_SPEC value: https://github.com/GoogleCloudPlatform/kubernetes ``` + Note that we omit the labels and the selector fields of the replication controller, because they will be populated from the labels field of the pod template by default. ``` |
