Skip to content

microk8s configuration notes

Stéphane Bidoul edited this page Dec 2, 2021 · 7 revisions

This page describes a simple microk8s configuration for a single node cluster.

The following microk8s addons can be enabled:

  • dns
  • ingress
  • storage (for a single node cluster local storage)

In /var/snap/microk8s/common/args/kube-apiserver, change service-cluster-ip-range to 10.152.0.0/16 to allow deploying up to ~16k builds. Otherwise it is limited to ~255 builds and we have the error Internal error occurred: failed to allocate a serviceIP: range is full.

Clone this wiki locally