Skip to content

Commit fb4148e

Browse files
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.
1 parent 26af19b commit fb4148e

File tree

1 file changed

+3
-1
lines changed
  • staging/src/k8s.io/client-go/examples/in-cluster-client-configuration

1 file changed

+3
-1
lines changed

staging/src/k8s.io/client-go/examples/in-cluster-client-configuration/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ build the image on Minikube:
2525
docker build -t in-cluster .
2626

2727
If you are not using Minikube, you should build this image and push it to a registry
28-
that your Kubernetes cluster can pull from. If you have RBAC enabled, use the following
28+
that your Kubernetes cluster can pull from.
29+
30+
If you have RBAC enabled on your cluster, use the following
2931
snippet to create role binding which will grant the default service account view
3032
permissions.
3133

0 commit comments

Comments
 (0)