Skip to content

Commit 04440e8

Browse files
committed
fixup! refactor: Remove default max concurrent image pulls tag
1 parent 7d192ad commit 04440e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/v1alpha1/clusterconfig_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ type KubeadmClusterConfigSpec struct {
252252
// If set to 0, the maximum number of parallel image pulls will be unlimited.
253253
// +kubebuilder:validation:Optional
254254
// +kubebuilder:validation:Minimum=0
255-
// +kubebuilder:validation:Default=1
256255
MaxParallelImagePullsPerNode *int32 `json:"maxParallelImagePullsPerNode,omitempty"`
257256
}
258257

0 commit comments

Comments
 (0)