diff --git a/api/core/v1beta2/common_types.go b/api/core/v1beta2/common_types.go index 78b064afb12c..13b591c1823a 100644 --- a/api/core/v1beta2/common_types.go +++ b/api/core/v1beta2/common_types.go @@ -309,7 +309,7 @@ type MachineAddress struct { } // MachineAddresses is a slice of MachineAddress items to be used by infrastructure providers. -// +kubebuilder:validation:MaxItems=128 +// +kubebuilder:validation:MaxItems=256 // +listType=atomic type MachineAddresses []MachineAddress diff --git a/config/crd/bases/cluster.x-k8s.io_machines.yaml b/config/crd/bases/cluster.x-k8s.io_machines.yaml index d2df0cd5d44c..cbee2371e01f 100644 --- a/config/crd/bases/cluster.x-k8s.io_machines.yaml +++ b/config/crd/bases/cluster.x-k8s.io_machines.yaml @@ -1867,7 +1867,7 @@ spec: - address - type type: object - maxItems: 128 + maxItems: 256 type: array x-kubernetes-list-type: atomic certificatesExpiryDate: