A FargateProfile is a managed resource that represents an AWS Elastic Kubernetes Service FargateProfile.
Type
CRD
Group
eks.aws.crossplane.io
Version
apiVersion: eks.aws.crossplane.io/v1beta1
kind: FargateProfile
A FargateProfileSpec defines the desired state of an EKS FargateProfile.
FargateProfileParameters define the desired state of an AWS Elastic Kubernetes Service FargateProfile. All fields are immutable as it is not possible to update a Fargate profile.
ClusterNameRef is a reference to a Cluster used to set the ClusterName.
Policies for referencing.
ClusterNameSelector selects references to a Cluster used to set the ClusterName.
Policies for selection.
PodExecutionRoleArnRef is a reference to an IAMRole used to set the PodExecutionRoleArn. At least one of podExecutionRoleArn, podExecutionRoleArnRef or podExecutionRoleArnSelector has to be given
Policies for referencing.
PodExecutionRoleArnSelector selects references to IAMRole used to set the PodExecutionRoleArn. At least one of podExecutionRoleArn, podExecutionRoleArnRef or podExecutionRoleArnSelector has to be given
Policies for selection.
SubnetRefs are references to Subnets used to set the Subnets.
Policies for referencing.
SubnetSelector selects references to Subnets used to set the Subnets.
Policies for selection.
The IDs of subnets to launch your pods into. At this time, pods running on Fargate are not assigned public IP addresses, so only private subnets (with no direct route to an Internet Gateway) are accepted for this parameter.
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
Policies for referencing.
ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
Policies for referencing.
PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.
A FargateProfileStatus represents the observed state of an EKS FargateProfile.
FargateProfileObservation is the observed state of a FargateProfile.
Conditions of the resource.
my-fargateprofile
apiVersion: eks.aws.crossplane.io/v1beta1
kind: FargateProfile
metadata:
labels:
examplelabelkey: examplelabelval
name: my-fargateprofile
spec:
forProvider:
clusterNameRef:
name: sample-cluster
podExecutionRoleArnRef:
name: somerole
region: us-east-1
selectors:
- namespace: default
tags:
exampletagkey: exampletagval
providerConfigRef:
name: example