Hello what permissions in RBAC do I need to create...
# general
t
Hello what permissions in RBAC do I need to create watchers for ReplicaSet’s in pulumi. I am using EKS and I see this error
Copy code
Could not create watcher for ReplicaSet objects associated with Deployment
g
Kubernetes RBAC is independent of Pulumi. https://kubernetes.io/docs/reference/access-authn-authz/rbac/ is probably what you’re looking for
❤️ 1
To be clear, you can manage those roles with Pulumi, but it’s k8s returning that error
❤️ 1