Skip to content

AlexsJones/cluster-api-bootstrap-provider-microk8s

Repository files navigation

cluster-api-bootstrap-provider-microk8s

This project currently combines both the bootstrap and controlplane controllers into a single process.

arch

Local (hacking) Development

  1. 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
  1. Install CAPI clusterctl init --infrastructure docker

  2. Disable the kubeadm deployments or delete

  3. Delete the kubeadmin mutating validating + admission webhook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published