package
2.27.2
Repository: https://github.com/kubermatic/kubermatic.git
Documentation: pkg.go.dev

# README

IP Address Management controller

Responsibilities:

  • Used for KKP setups that do not have DHCP available
  • Can only be used for vsphere, as all other platforms have DHCP
  • The IPAM controller gets configured with a set of subnets
  • For all machines with an machine-controller.kubermatic.io/initializers annotation that contains the value ipam, it will allocate an IP address

# Functions

No description provided by the author

# Constants

ControllerName is the name of this controller.

# Structs

Network represents a machine network configuration.