Hey. Running through the eks tutorial (<https://pu...
# general
f
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
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
Thank you