I pretty regularly have a need to create an EKS cluster without a default CNI (I install Cilium after the fact). Pulumi takes quite a while to return in this case (routinely about 30m), because I think it’s waiting for the nodes to return healthy (which they never will, because the default CNI isn’t installed). Is there a way to tell Pulumi not to wait for the nodes to return healthy in this case, and perhaps speed up the overall process?