cool-egg-852
10/03/2019, 10:09 PMgentle-diamond-70147
10/03/2019, 10:17 PMcool-egg-852
10/03/2019, 10:18 PMgentle-diamond-70147
10/03/2019, 10:21 PMcool-egg-852
10/03/2019, 10:21 PMcolossal-beach-47527
10/03/2019, 10:22 PMcool-egg-852
10/03/2019, 10:22 PMcolossal-beach-47527
10/03/2019, 10:28 PMcool-egg-852
10/03/2019, 10:28 PMpulumi preview -s LinioIT/support --tracing=file:/out.trace
not work?.
brash-plastic-65797
10/04/2019, 2:50 PMwhite-balloon-205
Diff
and Check
calls to Kubernetes are (a) taking more time than expected and (b) being done serially. We should be able to improve on both of these.cool-egg-852
10/04/2019, 8:41 PMwhite-balloon-205
kubectl get
operations against your cluster? The fact that all these operations are taking multiple seconds suggests there may be a fundamental issue related to a slow connection to Kubernetes that is accentuating the issue here. (Some of the follow-ups here will hopefully be able to mitigate that - but this could be a contributing factor).cool-egg-852
10/04/2019, 9:19 PMwhite-balloon-205
cool-egg-852
10/04/2019, 9:21 PMwhite-balloon-205
$ time kubectl get namespaces
NAME STATUS AGE
default Active 23d
kube-node-lease Active 23d
kube-public Active 23d
kube-system Active 23d
myns-mn0bllwq Active 16d
real 0m0.132s
user 0m0.087s
sys 0m0.019s
That's an order of magnitude faster - which I think is related to why this update time is quite so bad in your case. That said, there are more things Pulumi can do to mitigate here.cool-egg-852
10/04/2019, 9:26 PMgorgeous-egg-16927
10/10/2019, 7:58 PMcool-egg-852
10/10/2019, 8:02 PMgorgeous-egg-16927
10/10/2019, 8:04 PM