Skip to content

Commit 889987e

Browse files
authored
Merge pull request #13091 from k8s-infra-cherrypick-robot/cherry-pick-13060-to-release-1.11
[release-1.11] 🌱 api: relax validation for Machine .status.addresses to maximum of 128 instead of 32 items
2 parents 638018a + 94a7f97 commit 889987e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/core/v1beta2/common_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ type MachineAddress struct {
302302
}
303303

304304
// MachineAddresses is a slice of MachineAddress items to be used by infrastructure providers.
305-
// +kubebuilder:validation:MaxItems=32
305+
// +kubebuilder:validation:MaxItems=128
306306
// +listType=atomic
307307
type MachineAddresses []MachineAddress
308308

config/crd/bases/cluster.x-k8s.io_machines.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)