Skip to content

Commit 36a0e15

Browse files
cesposerngawy
andauthored
Update controlplane/eks/api/v1beta2/awsmanagedcontrolplane_types.go
Co-authored-by: Mohamed Ali ElSerngawy <[email protected]>
1 parent 5e189bb commit 36a0e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controlplane/eks/api/v1beta2/awsmanagedcontrolplane_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ type AWSManagedControlPlaneSpec struct { //nolint: maligned
223223
UpgradePolicy UpgradePolicy `json:"upgradePolicy,omitempty"`
224224

225225
// ControlPlaneScalingConfig specifies the scaling configuration for the EKS control plane.
226-
// This allows you to select from a set of scaling tiers for predictable, high performance from the cluster's control plane.
226+
// Enables selection of predefined scaling tiers to ensure consistent, high-performance operation of the clusters control plane.
227227
// (Official AWS docs: https://docs.aws.amazon.com/eks/latest/userguide/eks-provisioned-control-plane.html)
228228
// +optional
229229
ControlPlaneScalingConfig *ControlPlaneScalingConfig `json:"controlPlaneScalingConfig,omitempty"`

0 commit comments

Comments
 (0)