rapid-eye-32575
07/18/2019, 7:48 AMnew eks.Cluster(stackName, {
instanceType: "t2.medium",
desiredCapacity: 2,
minSize: 2,
maxSize: 4,
nodeRootVolumeSize: 60
});
and that code hasn't changed in months. Does anybody have an idea what might be going on and how to fix this? The preview just states that the provider will be replaced but no diff is provided.output<string>
better-rainbow-14549
07/18/2019, 9:08 AMrapid-eye-32575
07/18/2019, 9:14 AMkubeconfig
property depends on is unchanged seemingly. I tried to set different values and in the exported stack and re-importing it, but the behaviour stays the same 😞better-rainbow-14549
07/18/2019, 9:18 AMglamorous-printer-66548
07/18/2019, 10:30 AMcurl -L <https://get.pulumi.com/> | bash -s -- --version 0.17.23
. This is a very new pulumi version that shows more complete diffs.rapid-eye-32575
07/18/2019, 10:35 AM0.17.23
and the output is different for some unrelated CloudFront resources. However, the preview details look the same regarding the Kubernetes provider.