RBAC in kubernetes

47 views Asked by At

I am practicing RBAC in Kubernetes on Minikube. I have created a user with an approved certificate. Now, I want to practice roles and role bindings with that user. However, when I try to access Minikube's pods using that user, I encounter the following error.

  • error: tls: failed to find "CERTIFICATE" PEM block in certificate input after skipping PEM blocks of the following types: [CERTIFICATE REQUEST]
0

There are 0 answers