https://pulumi.com logo
e

early-intern-90238

04/26/2019, 2:01 PM
I see this error when attempting to do the graceful rollout tutorial with 1.14. Only happens on the second up command, first deployment works just fine.
g

gorgeous-egg-16927

04/26/2019, 3:52 PM
Hi @early-intern-90238 - can you open an issue at https://github.com/pulumi/pulumi-kubernetes/issues/new with details on the program you used, and what versions of the CLI and k8s provider? We don’t call out to kubectl at all, so it could be a bug in the provider.
e

early-intern-90238

04/26/2019, 4:00 PM
Ok, yeah it's def a bug in provider
I can't figure out how to compile the Kubernetes module and drop it into the cli so I can mess with it, any details on that? Or do I need to recompile cli as well
g

gorgeous-egg-16927

04/26/2019, 4:10 PM
Shouldn’t have to mess with the CLI, just the k8s provider. That dependency gets linked in at runtime. https://github.com/pulumi/pulumi-kubernetes/blob/master/CONTRIBUTING.md
👍 1