eksctl-io/eksctl

find out why EKS API doesn't support tags – file a bug

errordeveloper opened this issue · 4 comments

I've checked just now, and the EKS API still doesn't support tags.

@errordeveloper, the EKS API now shows tag support.

Maybe we can re-open this issue now?

xmik commented

Using eksctl 0.20.0 and having the following yaml config:

apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig

metadata:
  name: eks-testing
  region: eu-west-1
  version: "1.15"
  tags:
    deployment: eks-testing

results in the tag deployment: eks-testing being set on AWS EKS resource.