We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a517ad commit 17ba917Copy full SHA for 17ba917
pkg/asset/machines/aws/awsmachines.go
@@ -82,6 +82,7 @@ func GenerateMachines(clusterID string, in *MachineInput) ([]*asset.RuntimeFile,
82
SSHKeyName: ptr.To(""),
83
IAMInstanceProfile: fmt.Sprintf("%s-master-profile", clusterID),
84
Subnet: subnet,
85
+ PublicIP: ptr.To(in.PublicIP),
86
AdditionalTags: in.Tags,
87
RootVolume: &capa.Volume{
88
Size: int64(mpool.EC2RootVolume.Size),
0 commit comments