We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d192ad commit 04440e8Copy full SHA for 04440e8
api/v1alpha1/clusterconfig_types.go
@@ -252,7 +252,6 @@ type KubeadmClusterConfigSpec struct {
252
// If set to 0, the maximum number of parallel image pulls will be unlimited.
253
// +kubebuilder:validation:Optional
254
// +kubebuilder:validation:Minimum=0
255
- // +kubebuilder:validation:Default=1
256
MaxParallelImagePullsPerNode *int32 `json:"maxParallelImagePullsPerNode,omitempty"`
257
}
258
0 commit comments