Skip to content

Commit 7eeff7e

Browse files
author
Shubha Narayanan
committed
Peer review comments
1 parent 76c6a9e commit 7eeff7e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

modules/installation-aws-permissions.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,10 @@ If you are managing your cloud provider credentials with mint mode, the IAM user
303303
====
304304
* `sts:AssumeRole`
305305
====
306+
307+
.Required permissions for enabling Bring your own public IPv4 addresses (BYOIP) feature for installation
308+
[%collapsible]
309+
====
310+
* `ec2:DescribePublicIpv4Pools`
311+
* `ec2:DisassociateAddress`
312+
====

modules/installation-configuration-parameters.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,17 @@ For a private cluster, specify a private subnet for each availability zone.
10071007
For clusters that use AWS Local Zones, you must add AWS Local Zone subnets to this list to ensure edge machine pool creation.
10081008
|Valid subnet IDs.
10091009

1010+
|platform:
1011+
aws:
1012+
publicIpv4Pool:
1013+
|The public IPv4 pool ID that is used to allocate Elastic IPs (EIPs) when `publish` is set to `External`. You must provision and advertise the pool in the same {aws-short} account and region of the cluster. You must ensure that you have 2n + 1 IPv4 available in the pool where _n_ is the total number of {aws-short} zones used to deploy the Network Load Balancer (NLB) for API, NAT gateways, and bootstrap node. For more information about bring your own IP addresses (BYOIP) in {aws-short}, see link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-onboard[Onboard your BYOIP].
1014+
| A valid link:https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-public-ipv4-pools.html[public IPv4 pool id]
1015+
1016+
[NOTE]
1017+
====
1018+
BYOIP can be enabled only for customized installations that have no network restrictions.
1019+
====
1020+
10101021
|platform:
10111022
aws:
10121023
preserveBootstrapIgnition:

0 commit comments

Comments
 (0)