self-hosted/docs: Expand ref architecture documentation on eksctl wellknownpolicies #12397
Labels
feature: documentation
meta: stale
This issue/PR is stale and will be closed soon
self-hosted: reference-architecture
team: delivery
Issue belongs to the self-hosted team
type: improvement
Improves an existing feature or existing code
Is your feature request related to a problem? Please describe
The reference architecture documentation relies on eksctl's
wellKnownPolicies
to grant Kubernetes service accountscert-manager
andexternal-dns
(pending #12395) access to Route53. Because this credential is implicitly attached to a service account in the background it can be difficult to determine if the credentials were correctly attached. Complicating matters is the fact thateksctl get iamserviceaccounts
seems to mis-report which wellKnownPolicies are attached to a service account.Describe the behaviour you'd like
The reference architectures should provide verification instructions indicating how to check that AWS credentials are correctly attached to the cert-manager and external-dns service accounts.
The text was updated successfully, but these errors were encountered: