When getting an existing cluster, there isn't a way to pull the kubeconfig #97
Labels
kind/enhancement
Improvements or new features
resolution/duplicate
This issue is a duplicate of another issue
In the current cluster object, we can use the
cluster
props:certificateAuthority
,name
, andendpoint
to fill in the blanks in the kubeconfig file https://gist.github.com/b01eeecacccc3e284771463ed626af5ewe only do this right now in the object constructor, when we should actually have a
kubeconfig()
method on the object.see community slack: https://pulumi-community.slack.com/archives/C84L4E3N1/p1550871454193500?thread_ts=1550862777.160400&cid=C84L4E3N1
related: pulumi/pulumi-aws#478
The text was updated successfully, but these errors were encountered: