You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kubetest2/internal/deployers/eksapi/deployer.go
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ type deployerOptions struct {
54
54
Addons []string`flag:"addons" desc:"Managed addons (name:version pairs) to create in the cluster. Use 'latest' for the most recent version, or 'default' for the default version."`
55
55
AMIstring`flag:"ami" desc:"AMI for unmanaged nodes"`
56
56
AMITypestring`flag:"ami-type" desc:"AMI type for managed nodes"`
57
-
CapacityReservationbool`flag:"capacity-reservation" desc:"Use capacity reservation for the unmanaged nodegroup"`
57
+
CapacityReservationbool`flag:"capacity-reservation" desc:"Use capacity reservation for the efa unmanaged nodegroup. Requires --efa"`
58
58
ClusterRoleServicePrincipalstring`flag:"cluster-role-service-principal" desc:"Additional service principal that can assume the cluster role"`
59
59
EFAbool`flag:"efa" desc:"Create EFA interfaces on the node of an unmanaged nodegroup. Requires --unmanaged-nodes."`
60
60
EKSEndpointURLstring`flag:"endpoint-url" desc:"Endpoint URL for the EKS API"`
0 commit comments