diff --git a/docs/07-bootstrapping-etcd.md b/docs/07-bootstrapping-etcd.md index bae39f9..1aa0289 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -14,7 +14,7 @@ gcloud compute ssh controller-0 [tmux](https://github.com/tmux/tmux/wiki) can be used to run commands on multiple compute instances at the same time. Consider splitting a tmux window into multiple panes and enabling `synchronize-panes` to speed up the provisioning process. -![tmux screenshot](images/tmux-controller.png) +![tmux screenshot](images/tmux-screenshot.png) > Enable `synchronize-panes`: ctrl+b then `shift :`. Then type `set synchronize-panes on` at the prompt. To disable synchronization: `set synchronize-panes off`. diff --git a/docs/images/tmux-controller.png b/docs/images/tmux-controller.png deleted file mode 100644 index 63800f9..0000000 Binary files a/docs/images/tmux-controller.png and /dev/null differ diff --git a/docs/images/tmux-screenshot.png b/docs/images/tmux-screenshot.png new file mode 100644 index 0000000..bf23b11 Binary files /dev/null and b/docs/images/tmux-screenshot.png differ