This project makes use of submodules to include external components like kubeflow to resolve latency issues with other means of inclusion like external kustomize resources.
Clone this repository including all submodules using the following command:
git clone --recursive git@github.com:katulu-io/fl-suite.git
Already cloned without recursive options? Run the following command to initialize all the submodules.
git submodule update --init --recursive
For instructions how to spin up a local kubernetes environment please see the develop README.md