Remove cluster-size specific reference

This commit is contained in:
Jerome Petazzoni
2018-02-27 13:40:52 -06:00
parent e7a80f7bfb
commit 28589f5a83

View File

@@ -396,7 +396,7 @@ Of course, option 2 offers more learning opportunities. Right?
.exercise[
- Check the logs of all `run=rng` pods to confirm that only 4 of them are now active:
- Check the logs of all `run=rng` pods to confirm that exactly one per node is now active:
```bash
kubectl logs -l run=rng
```