Hi, has anyone used Pulumi to deploy an EKS Cluste...
# general
e
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
Are you using the EKS package? Or building yourself? What code do you have?
c
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.