File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ you get the raw json or yaml for a pod you have created (e.g. `kubectl get
31
31
pods/podname -o yaml` ), you can see the ` spec.serviceAccount` field has been
32
32
[ automatically set] ( /docs/user-guide/working-with-resources/#resources-are-automatically-modified ) .
33
33
34
- You can access the API using a proxy or with a client library, as described in
35
- [ Accessing the Cluster] ( /docs/user-guide/accessing-the-cluster/#accessing-the-api-from-a-pod ) .
34
+ With service accounts, you can access the API inside the pod using a proxy or with a client library,
35
+ as described in [ Accessing the Cluster] ( /docs/user-guide/accessing-the-cluster/#accessing-the-api-from-a-pod ) .
36
36
37
37
## Using Multiple Service Accounts.
38
38
You can’t perform that action at this time.
0 commit comments