https://pulumi.com logo
#general
Title
# general
e

echoing-smartphone-57820

09/26/2023, 2:34 AM
Hi, has anyone used Pulumi to deploy an EKS Cluster with a AWS managed node group? Pulumi doesn't appear to be updating the configMap to include other roles and therefore we're unable to view the nodes via the UI. The error message is:
Your current IAM principal doesn’t have access to Kubernetes objects on this cluster.
This may be due to the current user or role not having Kubernetes RBAC permissions to describe cluster resources or not having an entry in the cluster’s auth config map
b

billowy-army-68599

09/26/2023, 4:13 AM
Are you using the EKS package? Or building yourself? What code do you have?
c

cuddly-computer-18851

09/26/2023, 5:21 AM
Unless your use-case is extremely simple, I wouldn't highly recommend using AWS Managed Node Groups - rolling your own will almost always be better / required.