File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
controlplane/eks/api/v1beta2 Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,11 @@ type AWSManagedControlPlaneSpec struct { //nolint: maligned
202202 // +kubebuilder:default=true
203203 BootstrapSelfManagedAddons bool `json:"bootstrapSelfManagedAddons,omitempty"`
204204
205+ // PreserveAddons is used to set configuration options for preserving EKS addons
206+ // If you set this value to true and remove an addon from the spec, it will not be deleted from the cluster.
207+ // +kubebuilder:default=false
208+ PreserveAddons bool `json:"preserveAddons,omitempty"`
209+
205210 // RestrictPrivateSubnets indicates that the EKS control plane should only use private subnets.
206211 // +kubebuilder:default=false
207212 RestrictPrivateSubnets bool `json:"restrictPrivateSubnets,omitempty"`
You can’t perform that action at this time.
0 commit comments