I'm not sure which channel this should go to, so I...
# general
h
I'm not sure which channel this should go to, so I just opted for this one since it crosses a few of them. In pulumi/python, I've created an EKS cluster with aws-native and some resources inside it with pulumi-kubernetes. I'm creating a kubernetes provider with a generated kubeconfig based on the outputs of aws-native.eks.Cluster. This works fine... unless I change something about the cluster(like logging). Then the kubernetes provider shows that it needs updated along with some of the other kubernetes resources. The kubernetes provider diff shows that the "cluster" input is changing from the AWS Cluster ARN to "output<string>". The diff of the kubeconfig in the provider shows it being deleted completely. It seems like I am probably doing something wrong, but I'm not sure what it is. Or maybe its a bug in aws-native? Thanks