mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-22 21:27:07 +00:00
Improve in-cluster-client-conf client-go docs
Make a small formatting change to make it clear that you must take the RBAC actions regardless of whether you're using Minikube or not. Kubernetes-commit: fb4148e5f81057cd6a2b1e2840e3562516834446
This commit is contained in:
parent
19c7576fd9
commit
d5549376b9
@ -25,7 +25,9 @@ build the image on Minikube:
|
|||||||
docker build -t in-cluster .
|
docker build -t in-cluster .
|
||||||
|
|
||||||
If you are not using Minikube, you should build this image and push it to a registry
|
If you are not using Minikube, you should build this image and push it to a registry
|
||||||
that your Kubernetes cluster can pull from. If you have RBAC enabled, use the following
|
that your Kubernetes cluster can pull from.
|
||||||
|
|
||||||
|
If you have RBAC enabled on your cluster, use the following
|
||||||
snippet to create role binding which will grant the default service account view
|
snippet to create role binding which will grant the default service account view
|
||||||
permissions.
|
permissions.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user