Skip to content

Commit 8d36e87

Browse files
Merge pull request kubernetes#1723 from ahmetalpbalkan/patch-4
service-accounts.md: Better paragraph flow
2 parents 20d6b55 + c117759 commit 8d36e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/service-accounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ you get the raw json or yaml for a pod you have created (e.g. `kubectl get
3131
pods/podname -o yaml`), you can see the `spec.serviceAccount` field has been
3232
[automatically set](/docs/user-guide/working-with-resources/#resources-are-automatically-modified).
3333

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).
3636

3737
## Using Multiple Service Accounts.
3838

0 commit comments

Comments
 (0)