This message was deleted.
# general
s
This message was deleted.
b
s
Tried here but the warnings are still not being supressed:
Copy code
// Create a Kubernetes provider instance that uses our cluster from above.
    this.provider = new k8s.Provider(
      name,
      {
        kubeconfig,
        suppressDeprecationWarnings: true,
      },
      { parent: this }
    );