This project currently combines both the bootstrap and controlplane controllers into a single process.
- Run a kind create cluster with the following config object
 
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
  extraMounts:
    - hostPath: /var/run/docker.sock
      containerPath: /var/run/docker.sock
- 
Install CAPI
clusterctl init --infrastructure docker - 
Disable the kubeadm deployments or delete
 - 
Delete the kubeadmin mutating validating + admission webhook
 

