Skip to content

Commit 9f140f5

Browse files
Add docs for new community add-ons
1 parent 921fff2 commit 9f140f5

File tree

1 file changed

+47
-2
lines changed

1 file changed

+47
-2
lines changed

latest/ug/workloads/community-addons.adoc

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You install or update community add-ons in the same way as other Amazon EKS Add-
5353

5454
== Available community add-ons
5555

56-
The following community add-ons are availalbe from Amazon EKS.
56+
The following community add-ons are available from Amazon EKS.
5757

5858
=== Kubernetes Metrics Server
5959

@@ -119,9 +119,54 @@ Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written
119119
|Custom IAM permissions | None
120120
|===
121121

122+
123+
=== Cert Manager
124+
125+
Cert Manager can be used to manage the creation and renewal of certificates.
126+
127+
|===
128+
|Property | Value
129+
130+
|Add-on name | `cert-manager`
131+
132+
|Namespace | `cert-manager`
133+
134+
|Documentation | https://cert-manager.io/docs/[Cert Manager Docs]
135+
136+
|Service account name | None
137+
138+
|Managed IAM policy | None
139+
140+
|Custom IAM permissions | None
141+
|===
142+
143+
144+
=== External DNS
145+
146+
The External DNS EKS add-on can be used to manage Route53 DNS records through Kubernetes resources.
147+
148+
External DNS permissions can be reduced to `route53:ChangeResourceRecordSets`, `route53:ListHostedZones`, and `route53:ListResourceRecordSets` on the hosted zones you wish to manage.
149+
150+
|===
151+
|Property | Value
152+
153+
|Add-on name | `external-dns`
154+
155+
|Namespace | `external-dns`
156+
157+
|Documentation | https://github.com/kubernetes-sigs/external-dns[GitHub Readme]
158+
159+
|Service account name | external-dns
160+
161+
|Managed IAM policy | `arn:aws:iam::aws:policy/AmazonRoute53FullAccess`
162+
163+
|Custom IAM permissions | None
164+
|===
165+
166+
122167
== View Attributions
123168

124-
You can download the open source attribtions and license information for community add-ons.
169+
You can download the open source attributions and license information for community add-ons.
125170

126171
. Determine the name and version of the add-on you want to download attributions for.
127172
. Update the following command with the name and version:

0 commit comments

Comments
 (0)