We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26af19b commit fb4148eCopy full SHA for fb4148e
staging/src/k8s.io/client-go/examples/in-cluster-client-configuration/README.md
@@ -25,7 +25,9 @@ build the image on Minikube:
25
docker build -t in-cluster .
26
27
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
+that your Kubernetes cluster can pull from.
29
+
30
+If you have RBAC enabled on your cluster, use the following
31
snippet to create role binding which will grant the default service account view
32
permissions.
33
0 commit comments