Quickstart¶
To start with the defaults, 1x master and 2x workers, run the following:
1 |
|
The -j3
will cause three VMs to be started in parallel to speed up the cluster creation.
NOTE Your
kubectl
is automatically configured to use a context for the
created cluster, after the master VM is started.
The context is named after the directory theMakefile
is in.
1 2 3 4 5 6 7 8 9 10 11 12 |
|