Skip to content

Commit 570e54f

Browse files
committed
Fix review findings
1 parent 47b33da commit 570e54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/kubeadm/api/v1beta1/kubeadm_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ type LocalEtcd struct {
451451
type ExternalEtcd struct {
452452
// endpoints of etcd members. Required for ExternalEtcd.
453453
// +kubebuilder:validation:MaxItems=50
454-
// +kubebuilder:validation:items:MaxLength=256
454+
// +kubebuilder:validation:items:MaxLength=512
455455
Endpoints []string `json:"endpoints"`
456456

457457
// caFile is an SSL Certificate Authority file used to secure etcd communication.

0 commit comments

Comments
 (0)