How does the K8s provider generate its id? I mea...
# kubernetes
a
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.