View source: R/eks_operations.R
eks_create_pod_identity_association | R Documentation |
Creates an EKS Pod Identity association between a service account in an Amazon EKS cluster and an IAM role with EKS Pod Identity. Use EKS Pod Identity to give temporary IAM credentials to pods and the credentials are rotated automatically.
See https://www.paws-r-sdk.com/docs/eks_create_pod_identity_association/ for full documentation.
eks_create_pod_identity_association(
clusterName,
namespace,
serviceAccount,
roleArn,
clientRequestToken = NULL,
tags = NULL
)
clusterName |
[required] The name of the cluster to create the association in. |
namespace |
[required] The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace. |
serviceAccount |
[required] The name of the Kubernetes service account inside the cluster to associate the IAM credentials with. |
roleArn |
[required] The Amazon Resource Name (ARN) of the IAM role to associate with the service account. The EKS Pod Identity agent manages credentials to assume this role for applications in the containers in the pods that use this service account. |
clientRequestToken |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. |
tags |
Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources. The following basic restrictions apply to tags:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.