stale-answer-81646
11/21/2022, 10:14 PMerror: Program failed with an unhandled exception:
Traceback (most recent call last):
File "./__main__.py", line 34, in <module>
opts=pulumi.ResourceOptions(provider=cluster.provider),
AttributeError: 'Cluster' object has no attribute 'provider'
What is the best way to work around this issue?cluster_provider = pulumi_kubernetes.Provider("cluster_provider", kubeconfig=cluster.kubeconfig)