This message was deleted.
# golang
s
This message was deleted.
s
To which certificate are you referring?
b
eksEksCluster.CertificateAuthority.Data().Elem()
I want to create some what a kubeconfig file
eksCluster.EksCluster.CertificateAuthority().Data().Elem()
may have worked, at least lsp is not complaining anymore
s
The EKS package exposes a
kubeconfig
property that you can use to retrieve the Kubeconfig for the cluster, will that not work for you?
b
i only wanted a few parts of it to create a toml file now the problem is i need to get this pulumi.StringOutput to base64 somehow this will be an issue for anotehr day!