tagging not working correclty
See original GitHub issueCommunity 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
Steps to Reproduce
Important Factoids
References
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I guess this is a known issue with terraform/aws https://github.com/terraform-aws-modules/terraform-aws-eks/issues/860
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.