View source: R/eks_operations.R
eks_create_fargate_profile | R Documentation |
Creates an Fargate profile for your Amazon EKS cluster. You must have at least one Fargate profile in a cluster to be able to run pods on Fargate.
See https://www.paws-r-sdk.com/docs/eks_create_fargate_profile/ for full documentation.
eks_create_fargate_profile(
fargateProfileName,
clusterName,
podExecutionRoleArn,
subnets = NULL,
selectors = NULL,
clientRequestToken = NULL,
tags = NULL
)
fargateProfileName |
[required] The name of the Fargate profile. |
clusterName |
[required] The name of your cluster. |
podExecutionRoleArn |
[required] The Amazon Resource Name (ARN) of the |
subnets |
The IDs of subnets to launch a |
selectors |
The selectors to match for a |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.