Documentation ¶
Overview ¶
Package ipam contains a controller responsible for assigning IP addresses from a configured pool to machines that have an annotation keyed `machine-controller.kubermatic.io/initializers` which contains the value ipam. After that is done, the `ipam` value is removed.
This is used for environments where no DHCP is available. The aforementioned annotation will keep the machine-controller from reconciling the machine.
Index ¶
Constants ¶
View Source
const (
// ControllerName is the name of this controller
ControllerName = "kubermatic_ipam_controller"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.