Categorygithub.com/AlexsJones/cluster-api-bootstrap-provider-microk8s
modulepackage
0.0.0-20220414141641-a1d2248d0f77
Repository: https://github.com/alexsjones/cluster-api-bootstrap-provider-microk8s.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author

# Functions

InitFlags initializes this manager's flags.