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: config/crd/bases/infrastructure.cluster.x-k8s.io_awsclusters.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -414,6 +414,9 @@ spec:
414
414
enabled:
415
415
description: Enabled allows this provider to create a bastion host instance with a public ip to access the VPC private network.
416
416
type: boolean
417
+
instanceType:
418
+
description: InstanceType will use the specified instance type for the bastion. If not specified, Cluster API Provider AWS will use t3.micro for all regions except us-east-1, where t2.micro will be the default.
419
+
type: string
417
420
type: object
418
421
controlPlaneEndpoint:
419
422
description: ControlPlaneEndpoint represents the endpoint used to communicate with the control plane.
0 commit comments