troposphere
troposphere copied to clipboard
Add an example to bring up an EKS cluster
Per #1064, add an example for bringing up an EKS cluster.
Thanks for adding EKS support folks. Please add an example or guide me in the right direction. Thanks
Hey @markpeek! I'm currently looking to get EKS working with Troposphere and Stacker. I think I'm almost there and might have an example for you
That being said, I'm not there yet, might need some help getting over the hump
Hey @markpeek - What's the best way to add an EKS example? I got mine working
Hi @sethmccombs, we would want just a troposphere example since stacker isn't a dependency on our tests, examples, etc. So submit the Python code in the examples directory with the corresponding json output in tests/examples_output/ for comparison purposes. Make sure "make tests" passes. Thanks!