https://pulumi.com logo
f

fresh-flag-12765

05/21/2019, 4:20 PM
Hey. Running through the eks tutorial (https://pulumi.io/quickstart/aws/tutorial-eks.html). I'm getting a warning about incompatible versions of
@pulumi/pulumi
. Some require 0.17, some require 0.16...
Problem is kubernetes version 0.23 is pulled in by default, which requires 0.17 since https://github.com/pulumi/pulumi-kubernetes/blob/master/CHANGELOG.md#0210-released-march-6-2019
Or aws-infra and eks both need to be updated. But either way the tutorial is not very friendly 🙂
Oh wait, eks pulls in 21 too
Ohh, so aws-infra is replaced by awsx
w

white-balloon-205

05/21/2019, 4:44 PM
Sorry about that @fresh-flag-12765. I've opened https://github.com/pulumi/docs/issues/1084 to fix up the tutoruial to point at
awsx
instead.
f

fresh-flag-12765

05/21/2019, 4:58 PM
Thank you