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: internal/deployers/eksapi/deployer.go
+22-19Lines changed: 22 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ type deployerOptions struct {
64
64
CapacityReservationbool`flag:"capacity-reservation" desc:"Use capacity reservation for the unmanaged nodegroup"`
65
65
ClusterCreationTimeout time.Duration`flag:"cluster-creation-timeout" desc:"Time to wait for cluster to be created and become active."`
66
66
ClusterRoleServicePrincipalstring`flag:"cluster-role-service-principal" desc:"Additional service principal that can assume the cluster role"`
67
+
DeployCloudwatchInfrabool`flag:"deploy-cloudwatch-infra" desc:"Deploy required infrastructure for emitting metrics to CloudWatch"`
67
68
EFAbool`flag:"efa" desc:"Create EFA interfaces on the node of an unmanaged nodegroup. One instance type must be passed if set. Requires --unmanaged-nodes and --instance-types."`
68
69
EKSEndpointURLstring`flag:"endpoint-url" desc:"Endpoint URL for the EKS API"`
69
70
EmitMetricsbool`flag:"emit-metrics" desc:"Record and emit metrics to CloudWatch"`
0 commit comments