Closed ChrisMcKee closed 1 year ago
@osterman How often are PRs reviewed ooi?
/test all
Just trying to work out why it's stopped working. It all spins up but the nodes don't link to eks.. I'm using the completeexample though modified to test this too. I'll update when it plays ball 🤔
@ChrisMcKee resolved conflicts and merged changes in
Probably made git cry but rebased off master and squashed out all the autoformat commits etc. I've pulled the windows example out of examples.tf I'll add one in a separate PR as there's a bit of faff required when you use a userscript and an ami is used as it needs to append the node to the aws_auth config map (like usual) but the windows node requires an extra permission for ipam.
@aknysh all good now; I've pushed out a few windows node groups to our internal clusters using this combined with the cluster pr.
@aknysh sorry for the repeated changes after the fact; I hit an issue randomly after using my fork since the pr went up and, as you do, I assumed I'd missed a commit or messed up. Turned out to be a flipping bug with kube-proxy 🤦 The module as it stands works.
The only remaining issue I have with it is the validation in the variables file over release; the regex is obviously setup like that for a reason but the Windows AMI's dont follow the same setup
being more like 1.24-2023.02.14
@aknysh sorry for the repeated changes after the fact; I hit an issue randomly after using my fork since the pr went up and, as you do, I assumed I'd missed a commit or messed up. Turned out to be a flipping bug with kube-proxy 🤦 The module as it stands works.
The only remaining issue I have with it is the validation in the variables file over release; the regex is obviously setup like that for a reason but the Windows AMI's dont follow the same setup being more like
2023.02.14
I've changed the regex to the original plus an or to cover the windows ami format. I've added the unit tests to the commit https://regex101.com/r/xb7q2f/2
cc @Nuru @aknysh for one more set of eyes
@nitrocode @aknysh This will also resolve pr #137 & issue #133
/test all
what
why
references
Tested
related