eksctl-io / eksctl

The official CLI for Amazon EKS

Home Page:https://eksctl.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

errordeveloper opened this issue · 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?

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.