This will spin up 100 instances of the test. They will run to completion, then exit, the kubelet will restart them, eventually you will have sufficient
This will spin up 100 instances of the test. They will run to completion, then exit, the kubelet will restart them, eventually you will have sufficient
runs for your purposes, and you can stop the replication controller:
runs for your purposes, and you can stop the replication controller by setting the ```replicas``` field to 0 and then running:
```sh
```sh
./cluster/kubecfg.sh stop flakeController
./cluster/kubectl.sh update -f controller.yaml
./cluster/kubecfg.sh rm flakeController
./cluster/kubectl.sh delete -f controller.yaml
```
```
Now examine the machines with ```docker ps -a``` and look for tasks that exited with non-zero exit codes (ignore those that exited -1, since that's what happens when you stop the replica controller)
Now examine the machines with ```docker ps -a``` and look for tasks that exited with non-zero exit codes (ignore those that exited -1, since that's what happens when you stop the replica controller)