limited-rainbow-51650
09/11/2020, 2:38 PMpulumi
is hanging/waiting during a preview
(or the preview part of up
)? This started happening since I deployed cert-manager
v0.16.1 on a k8s 1.15 cluster.gentle-diamond-70147
09/11/2020, 3:24 PM-v9 --logtostderr --debug
.limited-rainbow-51650
09/11/2020, 3:31 PMgentle-diamond-70147
09/11/2020, 3:32 PM-v5
limited-rainbow-51650
09/11/2020, 3:33 PMstderr
, I can redirect to file with 2> pulumi.txt
right?gentle-diamond-70147
09/11/2020, 3:36 PMlimited-rainbow-51650
09/11/2020, 3:43 PM@pulumi/kubernetes:2.3.0
, I still had an old 1.5.6 in my node_modules
folder. Running npm install
fixed that. When I preview now, it doesn’t hang anymore, but pulumi now wants to replace my full AKS cluster because it reports a change in networkProfile
?!?!?!loadbalancerSku
to my AKS cluster, no changes anymore. It seems the default value was changed. Then, I bumped to @pulumi/kubernetes:2.6.0
and the hang
is gone… sigh