-
Notifications
You must be signed in to change notification settings - Fork 736
Add package manager endpoints access to install requirements #1104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: mainline
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -109,13 +109,20 @@ You must have access to the following domains during the installation process wh | |||||
|\https://rolesanywhere.[.replaceable]`region`.amazonaws.com | ||||||
|HTTPS | ||||||
|443 | ||||||
|
||||||
|Package Manager Endpoints ^3^ | ||||||
|Package repository endpoints are OS-specific and may vary by geographic region. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replace "may" with "might", for style. "May" ends up translated as the month sometimes, "might" has fewer definitions (still several, but its our style).
Suggested change
|
||||||
|HTTPS | ||||||
|443 | ||||||
|=== | ||||||
|
||||||
[NOTE] | ||||||
==== | ||||||
^1^ Access to the {aws} SSM endpoints are only required if you are using {aws} SSM hybrid activations for your on-premises IAM credential provider. | ||||||
|
||||||
^2^ Access to the {aws} IAM endpoints are only required if you are using {aws} IAM Roles Anywhere for your on-premises IAM credential provider. | ||||||
^2^ Access to the {aws} IAM endpoints are only required if you are using {aws} IAM Roles Anywhere for your on-premises IAM credential provider. | ||||||
|
||||||
^3^ For AL2023 and RHEL, `yum/dnf` is used to install `containerd`, `ca-certificates`, `iptables` and `amazon-ssm-agent`. For Ubuntu, `apt` is used to install `containerd`, `ca-certificates`, and `iptables`, and `snap` is used to install `amazon-ssm-agent`. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Forward slashes in text break some automation that we use.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's copy this info up into the paragraph at Line 64 too, so the list of packages for each OS isn't only in a footnote. |
||||||
==== | ||||||
|
||||||
[#hybrid-nodes-networking-access-reqs-ongoing] | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be specific that we aren't adding other package managers.