This message was deleted.
s
This message was deleted.
g
No, there is not a
kubeconfig
output. You must construct the
kubeconfig
from other outputs off the EKS cluster. Here's an example - https://github.com/pulumi/examples/blob/clstokes/aws-py-eks-kubeconfig/aws-py-eks/utils.py#L4-L39
🙌 1
e
@gentle-diamond-70147 thanks that helps a lot, it seems
v.data
should be `v["data"]`https://github.com/pulumi/examples/blob/clstokes/aws-py-eks-kubeconfig/aws-py-eks/utils.py#L6
g
Did you try and get an error with that code? I believe it worked for me as
v.data
when I put that together last week.
e
yep i got an error along the lines of "dict has no attribute data"
Copy code
AttributeError: 'dict' object has no attribute 'data'
the rest of it works perfectly though, really helpful thanks a ton again 🙂
👍 1