Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 752 Bytes

local.md

File metadata and controls

41 lines (27 loc) · 752 Bytes

Running experiments locally

Microk8s

Official instructions.

We have to install the same version we'll be running the experiments on. This can be done with:

./bin/install_microk8s.sh

Check with:

sudo microk8s status

# If not running
sudo microk8s start

Lastly, update the credentials for kubectl to point to the microk8s cluster:

inv uk8s.credentials

From here you can follow the Faasm k8s instructions to set up Faasm in the cluster.

Be careful to also add any instructions in there that are specific to MicroK8s.

Resetting

The quickest way to completely reset the cluster is:

inv uk8s.reset