Merge pull request #73889 from mattjmcnaughton/mattjmcnaughton/improve-client-go-docs

Improve in-cluster-client-conf client-go docs
pull/564/head
Kubernetes Prow Robot 2019-02-10 16:05:44 -08:00 committed by GitHub
commit 903cdff633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,9 @@ build the image on Minikube:
docker build -t in-cluster .
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
permissions.