VTWO-14496 : allow running scripts on a subset of the nodes

This commit is contained in:
mbenabda
2019-06-20 16:45:28 +02:00
parent e577b6e5ac
commit ee481cc7d4
3 changed files with 4 additions and 4 deletions

View File

@@ -16,10 +16,10 @@ vagrant up
- setup a container runtime
```sh
./scripts/run_script_on_all_nodes install_container_runtime
./scripts/run_script_on_nodes install_container_runtime
```
- download kubernetes
```sh
./scripts/run_script_on_all_nodes download_node_binaries
./scripts/run_script_on_nodes download_node_binaries
```