Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
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
Post