complete and utter shot in the dark--has anyone ev...
# python
q
complete and utter shot in the dark--has anyone ever seen something similar to this error when creating an EKS cluster with ManagedNodeGroups
debug_error_string = "{"created":"@1653589486.232131000","description":"Error received from peer ipv4:127.0.0.1:64115","file":"src/core/lib/surface/call.cc","file_line":904,"grpc_message":"Cannot read properties of undefined (reading 'map')","grpc_status":2}"
w
Nothing really to offer other than perhaps comparing your code to the example here: https://github.com/pulumi/examples/tree/master/aws-py-eks Or try running that example and see if you get the same error?
👍 1
q
Digging some more then i'll try to pull back and see.. I think it has something to do with the managed node group not getting the providers for some reason but i'm still trying to see if that's actually a problem