Questions tagged [k8s-rolebinding]
24 questions
0
votes
1 answer
Getting error You must be logged in to the server (the server has asked for the client to provide credentials)
I am getting the following error when trying to use the kubectl command:-
error: You must be logged in to the server (the server has asked for the client to provide credentials)
i am using the eks and after successfully doing all the activity, i…

tarun mittal
- 331
- 4
- 13
0
votes
1 answer
How to hide a namespace for specific user on kubernetes
I have three namespaces
prod
dev
stage
And I have two users
prod-user : have full access for "prod" namespaces but have no access for "dev" and "stage"
dev-user : have full access for "dev" and "stage" namespaces but don't have access on…

BOY
- 1
- 1
0
votes
0 answers
GitLab CI - namespace is forbidden for system:serviceaccount:gitlab-runner:default" cannot get resource "x"
I configured a gitlab ci yaml file that has 2 stages, build and deploy, the build stage consists of building the app in docker and pushing it to the gitlab container registry. The deploy stage consists of installing k8s and deploying the k8s yaml…

Ali Al Haj
- 1
- 1
0
votes
1 answer
Can't deploy bitnami/rabbitmq Helm Chart on GKE, permission to create role is required
Introduction :
I am trying to deploy a RabbitMq Helm Chart to GKE, with my Gitlab CI/CD pipeline. The command I use to install my chart is:
helm upgrade --install rabbitmq --create-namespace --namespace kubi-app-main -f…

Hamza Ince
- 604
- 17
- 46
0
votes
1 answer
Modify ClusterRole for Kubernetes
I want to use the ClusterRole edit for some users of my Kubernetes cluster (https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles).
However, it is unfortunate that the user can be accessing and modifying Resource Quotas and…

tobias
- 501
- 1
- 6
- 15
0
votes
1 answer
Programmatically create users in Kubernetes
I am looking for a way to create/retrieve/update/delete a user in Kubernetes, such that I can allow him certain stuff via RoleBindings.
Everything I have found is more or less manual work on the master node. However, I imagine a service deployed in…

tobias
- 501
- 1
- 6
- 15
0
votes
2 answers
Role definition for Kubernetes user to work on single namespace
I am currently facing the current situation. I want to give users access to individual namespaces, such that they can
create and deploy ressources with Helm charts (for instance, from Bitnami)
On the other hand the users are not supposed…

tobias
- 501
- 1
- 6
- 15
0
votes
0 answers
Forbidden error while describe/scale deployment by user system:node:ip.xx
I'm trying to execute K8S kubectl cmds from inside the container(name: autodeploy).
I have configured ClusterRole, ServiceAccount and ClusterRoleBinding. But getting Forbidden error while performing Describe and Scale actions on K8S…

Prakash26790
- 727
- 9
- 29
-1
votes
1 answer
ERROR kubebootstrap: WORKER PANICKED: ingresses.networking.k8s.io is forbidden: User cannot list resource "ingresses" in API group "networking.k8s.io"
I am currently encountering an issue with my Amazon EKS cluster that hosts Lucidworks Fusion. To start with I had an Amazon EKS v1.18 cluster that I then upgraded to v1.19 which all went well. I also had ingress-nginx-3.7.1 running in my cluster…

nabello
- 716
- 11
- 29