https://pulumi.com logo
a

able-crayon-21563

07/29/2020, 11:14 PM
How does the K8s provider generate its id? I mean, in a case like this:
Copy code
this.k8sprovider = new k8s.Provider(`cluster`, {
            kubeconfig: this.kubeconfig,
            suppressDeprecationWarnings: true
        }, {parent: this});
For some reason, the id changed, leading to a post-step error.
3 Views