diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..f23c28b Binary files /dev/null and b/.DS_Store differ diff --git a/docs/.DS_Store b/docs/.DS_Store new file mode 100644 index 0000000..081ac0a Binary files /dev/null and b/docs/.DS_Store differ diff --git a/docs/07-bootstrapping-etcd.md b/docs/07-bootstrapping-etcd.md index dc70edc..9b3d801 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -12,7 +12,7 @@ gcloud compute ssh controller-0 ### Running commands in parallel with tmux -[tmux](https://github.com/tmux/tmux/wiki) can be used to run commands on multiple compute instances at the same time. See the [Running commands in parallel with tmux](01-prerequisites.md#running-commands-in-parallel-with-tmux) section in the Prerequisites lab. +[tmux](https://github.com/tmux/tmux/wiki) or [iTerm2](https://www.iterm2.com/) can be used to run commands on multiple compute instances at the same time. See the [Running commands in parallel with tmux](01-prerequisites.md#running-commands-in-parallel-with-tmux) or [Running commands in parallel with iTerm2](01-prerequisites.md#running-commands-in-parallel-with-iterm2) section in the Prerequisites lab. ## Bootstrapping an etcd Cluster Member diff --git a/docs/08-bootstrapping-kubernetes-controllers.md b/docs/08-bootstrapping-kubernetes-controllers.md index 1c2883b..2f3f857 100644 --- a/docs/08-bootstrapping-kubernetes-controllers.md +++ b/docs/08-bootstrapping-kubernetes-controllers.md @@ -10,9 +10,9 @@ The commands in this lab must be run on each controller instance: `controller-0` gcloud compute ssh controller-0 ``` -### Running commands in parallel with tmux +### Running commands in parallel with tmux or iTerm2 -[tmux](https://github.com/tmux/tmux/wiki) can be used to run commands on multiple compute instances at the same time. See the [Running commands in parallel with tmux](01-prerequisites.md#running-commands-in-parallel-with-tmux) section in the Prerequisites lab. +[tmux](https://github.com/tmux/tmux/wiki) or [iTerm2](https://www.iterm2.com/) can be used to run commands on multiple compute instances at the same time. See the [Running commands in parallel with tmux](01-prerequisites.md#running-commands-in-parallel-with-tmux) or [Running commands in parallel with iTerm2](01-prerequisites.md#running-commands-in-parallel-with-iterm2) section in the Prerequisites lab. ## Provision the Kubernetes Control Plane diff --git a/docs/09-bootstrapping-kubernetes-workers.md b/docs/09-bootstrapping-kubernetes-workers.md index bec4960..7cdcc3b 100644 --- a/docs/09-bootstrapping-kubernetes-workers.md +++ b/docs/09-bootstrapping-kubernetes-workers.md @@ -10,9 +10,9 @@ The commands in this lab must be run on each worker instance: `worker-0`, `worke gcloud compute ssh worker-0 ``` -### Running commands in parallel with tmux +### Running commands in parallel with tmux or iTerm2 -[tmux](https://github.com/tmux/tmux/wiki) can be used to run commands on multiple compute instances at the same time. See the [Running commands in parallel with tmux](01-prerequisites.md#running-commands-in-parallel-with-tmux) section in the Prerequisites lab. +[tmux](https://github.com/tmux/tmux/wiki) or [iTerm2](https://www.iterm2.com/) can be used to run commands on multiple compute instances at the same time. See the [Running commands in parallel with tmux](01-prerequisites.md#running-commands-in-parallel-with-tmux) or [Running commands in parallel with iTerm2](01-prerequisites.md#running-commands-in-parallel-with-iterm2) section in the Prerequisites lab. ## Provisioning a Kubernetes Worker Node diff --git a/docs/images/iterm2_screenshot.png b/docs/images/iterm2_screenshot.png new file mode 100644 index 0000000..306fd9e Binary files /dev/null and b/docs/images/iterm2_screenshot.png differ