I see this error when attempting to do the gracefu...
# general
e
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
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
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
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