magnificent-battery-62880
01/28/2022, 4:53 AMpulumi-eks
with python, after I created the Cluster, how do I get a k8s.Provider
from the kubeconfig?bored-table-20691
01/28/2022, 4:59 AMmagnificent-battery-62880
01/28/2022, 5:18 AMapply
was tripping me up, but maybe in python, you don't need to apply the output?
k8s_provider = Provider("k8s_provider", kubeconfig=eks.kubeconfig)
seems to work.bored-table-20691
01/28/2022, 5:52 AMquiet-wolf-18467
01/28/2022, 9:42 AMgetKubeconfig()
function on the eks:Cluster
type:
https://github.com/pulumi/pulumi-eks/blob/faf5df1b20d59a8fcb9bb42265585b94c3ee2a20/provider/cmd/pulumi-resource-eks/schema.json#L864magnificent-battery-62880
01/28/2022, 2:22 PM