Questions tagged [kubernetes-rbac]
64 questions
0
votes
1 answer
With Helm 3 and K8s cluster w/RBAC (X509 certs), what permissions does Helm need? I think it creates ConfigMaps for release info?
I have setup my cluster (k3d) to have some RBAC rules and also created a certificate to identify my user for kubectl commands. I've set the user to have a Role via a RoleBinding in a specific namespace.
I want to make it so they could create…

Don Rhummy
- 24,730
- 42
- 175
- 330
0
votes
1 answer
kubectl error: You must be logged in to the server (Unauthorized) after some time in AKS
I have a cluster with RBAC in AKS, and it works just fine, but sometimes (it seems after my laptop goes to sleep) I just get this error and have to create context again:
kubectl error: You must be logged in to the server (Unauthorized)
It does not…

Ilya Chernomordik
- 27,817
- 27
- 121
- 207
0
votes
1 answer
AWS EKS Service account cluster role bindings not working access Forbidden
I`m facing issues with AWS EKS cluster roles looks like binding to service account it not working correctly.
Service Account
apiVersion: v1
kind: ServiceAccount
metadata:
name: operator
namespace: operator
ClusterRole
apiVersion:…

Philip Petrov
- 95
- 1
- 1
- 11
-1
votes
1 answer
Annotation has apiVersion v1beta1
I am planning to upgrade Kubernetes clusters from 1.21 to 1.22. I was going through the release notes and noticed ClusterRole, RoleBinding and ClusterRoleBinding should use rbac.authorization.k8s.io/v1 as rbac.authorization.k8s.io/v1beta1 is being…

Eva
- 515
- 4
- 28