question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tagging not working correclty

See original GitHub issue

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave “+1” or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

cdktf & Language Versions

cdktf - 0.9.4 node - 16.2.0 typescript

Affected Resource(s)

I am creating a nodegroup for EKS with various tags. Certain tags do not show up in AWS at all. I have tried changing around the order and stuff but it will only show the same 5 tags and nothing more, nothing less

  customtag: {
    "Name": "eks-node",
    "kubernetes.io/role/internal-elb": '1',
    "kubernetes.io/role/elb": '1',
    "kubernetes.io/cluster/cluster-name": 'shared',
    "kubernetes.io/cluster/****-eks": 'owned',
    "k8s.io/cluster-autoscaler/****-eks": 'owned',
    "k8s.io/cluster-autoscaler/enabled": 'true',
    "environment": 'production',
    "k8s.io/cluster-autoscaler/node-template/resources/ephemeral-storage": "80G"
  },

Debug Output

There is no error output that I could find

Expected Behavior

All the listed tags would be added to the ASG that is created by terraform.

Actual Behavior

Tags are missing image

Steps to Reproduce

Important Factoids

References

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
jin-ahncommented, Mar 25, 2022

I guess this is a known issue with terraform/aws https://github.com/terraform-aws-modules/terraform-aws-eks/issues/860

0reactions
github-actions[bot]commented, Nov 28, 2022

I’m going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you’ve found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

Read more comments on GitHub >

github_iconTop Results From Across the Web

9 Reasons Why You Can't Tag Someone on Instagram (And ...
Are you having trouble tagging an account in a post on Instagram? Here are the potential reasons and how to fix these issues....
Read more >
Something's not working when I try to tag photos on Facebook.
Tagging photos on Facebook works differently on different devices. ... If tagging photos isn't working like you think it should, let us know....
Read more >
How To Fix Instagram Tagging Not Working? - Inselly
Did you ever encounter issues or have a hard time tagging someone on Instagram? If yes, this article is all you need to...
Read more >
What to Remember to Get Facebook Photo Tagging Right
Facebook photo tagging is complicated - and you can't always predict whether it'll even work. Here's why.
Read more >
How to Fix Instagram Tagging Not Working (Instagram Story ...
If you have issues with Instagram tagging not working for you, try these seven quick tips to ensure that you're using the correct...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found