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

Created on 5 Jun 2018  Â·  4Comments  Â·  Source: weaveworks/eksctl

Most helpful comment

Maybe we can re-open this issue now?

All 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?

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.

Was this page helpful?
0 / 5 - 0 ratings