You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a tag to all AWS resources associated with a Cortex cluster.
Allow users to specify custom tags, default to cortex.dev/cluster-name.
Notes
Currently, adding tags to EKS clusters is supported, however these tags are not propagated to the resources in the cluster (e.g. instances, load balancers etc). It may be possible to assign tags to the instances via the eksctl nodegroup configuration (search "tags" in the ekstcl configuration schema). Load balancers may require manual tagging.
Motivation
Enable users to explore costs related to Cortex clusters in the AWS web console.
Description
Add a tag to all AWS resources associated with a Cortex cluster.
Allow users to specify custom tags, default to
cortex.dev/cluster-name
.Notes
Currently, adding tags to EKS clusters is supported, however these tags are not propagated to the resources in the cluster (e.g. instances, load balancers etc). It may be possible to assign tags to the instances via the eksctl nodegroup configuration (search "tags" in the ekstcl configuration schema). Load balancers may require manual tagging.
Motivation
Enable users to explore costs related to Cortex clusters in the AWS web console.
Notes
service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags
)Related issues
The text was updated successfully, but these errors were encountered: