Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.14 KB

File metadata and controls

19 lines (10 loc) · 1.14 KB

Prerequisites

Install mokctl

Install mokctl. Instructions are on the My Own Kind GitHub page.

Running Commands in Parallel with tmux

NOTE: The tmux configuration used in all labs was set up as shown in this Blog post. It changes the defaults, such as: C-a instead of C-b, C-a j to go down one pane.

tmux can be used to run commands on multiple compute instances at the same time. Labs in this tutorial may require running the same commands across multiple compute instances, in those cases consider using tmux and splitting a window into multiple panes with synchronize-panes enabled to speed up the provisioning process.

The use of tmux is optional and not required to complete this tutorial.

tmux screenshot

Enable synchronize-panes by pressing ctrl+b followed by shift+:. Next type set synchronize-panes on at the prompt. To disable synchronization: set synchronize-panes off.

Next: Installing the Client Tools